

/*********************************************************

Body Controls for Main and Sub Pages

***********************************************************/
body{
	height: 100%; 
	margin-top: 0px; 
	margin-left: 10px; 
	padding: 0; 
	background-color:#FFFFFF; 
	font-family:Tahoma;
	font-size:11px;
	font-color:#000000;
}

body.subpage{
	height: 100%; 
	margin-top: 0px; 
	margin-left: 10px; 
	margin-right: 0px; 	
	padding: 0; 
	background-color:#FFFFFF; 
	font-family:Verdana;
	font-size:11px;
	font-color:#000000;
}

p.vblack{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
}

p.blackcent{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	padding-left: 15;
}

p.white{
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
}

p.black{
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
}

p.green{
	font-family:Tahoma;
	font-size:12px;
	color:#99FF33;
}

p.smallw{
	font-family:Tahoma;
	font-size:9px;
	color:#FFFFFF;
}

p.smallb{
	font-family:Tahoma;
	font-size:9px;
	color:#000000;
}

p.smallg{
	font-family:Tahoma;
	font-size:9px;
	color:#99FF33;
}

p.bigw{
	font-family:Tahoma;
	font-size:16px;
	color:#FFFFFF;
}

p.bigb{
	font-family:Tahoma;
	font-size:16px;
	color:#000000;
}

p.bigg{
	font-family:Tahoma;
	font-size:16px;
	color:#99FF33;
}

font.black{
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
}

font.white{
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
}

font.green{
	font-family:Tahoma;
	font-size:12px;
	color:#99FF33;
}

li.white{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}

li.black{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	list-style-position: outside;
}

li.green{
	font-family:Tahoma;
	font-size:11px;
	color:#99FF33;
}

.smallbr{
	font-size:6px;
}

/*********************************************************

Link Controls

***********************************************************/

a:link{
	color: #008000; 
	text-decoration: none;
}

a:visited{
	color: #008000; 
	text-decoration: none;
}

a:hover{
	color: #000000; 
	text-decoration: none;
}

a:active{
	color: #808000; 
	text-decoration: none;
}

.difcursor{
	cursor:hand;
}

/*********************************************************

Lines and Header Controls

***********************************************************/

hr {
	border: 0;
	width: 100%;
	color: #99FF33;
	background-color: #D52506;
	height: 1px;
}

.mainheader{
	color: #D52506;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
}

.subheader{
	color: #D52506;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}

.email{
	color: #D52506;
	font-weight: bold;
}

/*********************************************************

Table Controls

***********************************************************/

td.black{
	background: #000000;
}

td.white{
	background: #FFFFFF;
}

td.green{
	background: #99FF33;
}

table.whiteb{
	border-collapse: collapse;
	border: solid 1px #111111;
	font-size: 11;
	font-family: Tahoma;
	background: #FFFFFF;
}

table.blackb{
	border-collapse: collapse;
	border: solid 1px #111111;
	font-size: 11;
	font-family: Tahoma;
	background: #000000;
}

table.white{
	cellpadding: 0;
	cellspacing: 0;
	font-size: 11;
	font-family: Tahoma;
	background: #FFFFFF;
}

table.black{
	cellpadding: 0;
	cellspacing: 0;
	font-size: 11;
	font-family: Tahoma;
	background: #000000;
}

table.whitebv{
	border-collapse: collapse;
	border: solid 1px #111111;
	font-size: 11;
	font-family: Verdana;
	background: #FFFFFF;
}

table.blackbv{
	border-collapse: collapse;
	border: solid 1px #111111;
	font-size: 11;
	font-family: Verdana;
	background: #000000;
}

table.whitev{
	cellpadding: 0;
	cellspacing: 0;
	font-size: 11;
	font-family: Verdana;
	background: #FFFFFF;
}

table.blackv{
	cellpadding: 0;
	cellspacing: 0;
	font-size: 11;
	font-family: Verdana;
	background: #000000;
}
