body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color: #F2ECD5;
	color: #000000;
	margin: 0px;
}
a {
	color: Blue;
}
a:hover{
	color: Green;
	text-decoration: underline;
}
a:visited {
	color: Blue;
}
table {
	font-size : 10pt;
}

table.frame {
/*
	background-color : #FFFFFF;
	border : thin solid #CCCCCC;
	*/
}
td.frame {
	font-size : 9pt;
	background-color: #FFFFFF;
	border : thin solid #CCCCCC;
}
.copyright {
	font-size: 8pt;
}
table.navbox {
	font-size : 9pt;
	background-color: #C4B494;
	border: outset #FFCC00;
	border-width: 2px;
}
td.navbox {
	font-weight: bold;
}
td.creditLabel {
	font-size : 10pt;
	font-style: italic;
}
td.creditName {
	font-size : 10pt;
	font-weight: bold;
}
a.nav {
	font-size : 10pt;
	text-decoration: none;
}
a.nav:hover{
	color: #FFFF00;
	text-decoration: underline;
}
a.nav:visited {
	color: Blue;
}
a.listing {
	color: #CCFFFF;
	text-decoration: none;
}
a.listing:hover{
	color: #FFFF00;
	text-decoration: underline;
}
a.listing:visited {
	color: #CCFFFF;
}
td.small {
	font-size: 10pt;
}
select.smallSel {
	font-size: 8pt;
	width : 140px;
}
table.thumbnail {
	border : none;
}
td.thumbnail {
	font-size: 8pt;
}