/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
body {
	background-color: #666666;
	width: 725px;
	margin: 0 auto;
}
h1 {
	font-size: 14pt;
	color: black;
}
h2 {

	color: #FF00F9;
}
h3 {
	font-size: 11pt;
	color: #FF00F9;
}
#main { 
	background-color: #CCCCCC;
	padding: 2%;
}
#nav {
	background-color: #FFCCFF;
}
#btm {
	background-color: #FFCCFF;
	text-align: center;
	padding: 2px;
	font-size: 10pt;
}
#sidert {
	background-color: #999999;
	color: #FFFFFF;
	border: 1px double black;
	width: 250px;
	float: right;
	margin-left: 10px;
	padding: 4px;
	text-align: center;
}
.ct { text-align: center;}
.textsmlr { font-size: 10pt;}
.bksilver {
	background-color: #999999;
	color: #FFFFFF;
}
.h2wht {
	background-color: inherit;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}
.h2blk {
	background-color: inherit;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}
.wht {
	color: #FFFFFF;
}