body , td  {
	font-family: Tahoma;font-size: 11px;
	line-height:17px;
}


A:link {
	font-family: Tahoma;font-size: 11px;
	color: #FF0000;
	line-height:17px;
	text-decoration:none 

}

A:hover {
	font-family: Tahoma;font-size: 11px;
	color: #993333;
	line-height:17px;

}

.bluheaders {
	
	font-size: 14px;
	color: #003399;
	line-height:22px; 
	font-weight: bold;
	text-decoration:none 
}

.vsmall {font-size: 8px; color: #666666; line-height: 16px;}


a.bluheaders {
	
	font-size: 14px;
	color: #003399;
	line-height:22px; 
	font-weight: bold;
	text-decoration:none 
}

a.redheaders {
	
	font-size: 14px;
	color: #CC0000;
	line-height:22px; 
	font-weight: bold;
}

.redheaders {
	
	font-size: 14px;
	color: #CC0000;
	line-height:22px; 
	font-weight: bold;
}

.redsmitalic
{
	font-size: 10px;
	color: #C00;
	line-height: 22px;
	font-style: italic;
}

.whiteboldlg {
	
	font-size: 13px;
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
}

.whiteboldmd {
	
	font-size: 11px;
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
}

a.redhome {
	
	font-size: 13px;
	color: #CC0000; 
	font-weight: bold;
	text-decoration: none;
}

.bluebold {

	color: #003366;
	font-weight: bold;
}

.bluebodytxt {
	color: #336699;
	
}

.blknav {
	color: #000000;
	line-height:16px;
	
}
.graynavsm
{
	color: #666;
	line-height: 16px;
	padding: 0 0 0 10px;
	
	

}


.blubldnav {
	color: #336699;
	line-height:16px;
	font-weight: bold;
	
}
.redldnav {
	color: #C03;
	line-height:16px;
	font-weight: bold;
	
}

a.blknav {
	color: #000000;
	line-height:16px;
	text-decoration: none;
	
	
}
a.blubldnav {
	color: #336699;
	line-height:16px;
	font-weight: bold;
	text-decoration: none;
	
}

a.blknav {
	color: #000000;
	line-height:16px;
	text-decoration: none;
	
}

a.graynavsm
{
	color: #666;
	line-height: 16px;
	padding: 0 0 0 10px;
	text-decoration: none;
	

	
}
.graynavsmitalic
{
	color: #666;
	line-height: 16px;
	font-style: italic;
	padding: 0 0 0 5px;
}

a.graynavsmitalic
{
	color: #666;
	line-height: 16px;
	font-style: italic;
	padding: 0 0 0 5px;
	text-decoration: none;

}

a.blubldnav {
	color: #336699;
	line-height:16px;
	font-weight: bold;
	text-decoration: none;
	
}

.footer {
	font-size: 9px;
	color: #000000;
                text-align: center;

	
}
a.footer {
	font-size: 9px;
	color: #000000;
	
}


.leftpad {
padding: 8px
}


/*------------
CSS Forms
vs.05.04 
blake scarbrough
----------------------*/
form{margin: 0; padding: 0;}
input, textarea {background: #FEFEF5;
	font: normal 12px "Courier New", Courier, monospace;
	color: #777;
	border: 1px inset;
	margin: .3em 0; }
input:focus, textarea:focus	 {
	 background: #fff;
	 color: #333;
	 border-color: #333570;
}
label span {
	 font-weight: normal;
	 font-size: 10px;
}
textarea {overflow: auto;}	
textarea#text {
	width: 90%;
}

	