body {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	font-weight: normal;
	color: #797873;
}

.content {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: normal;
	color: #797873;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.sml { 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 10px; 
	font-weight: normal;
	color: #797873;
}

.med { 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	font-weight: normal;
	color: #797873;
}

.smlbold { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	color: #797873;
}
.lgrbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #797873;
        
}
.button { 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 10px; 
	font-weight: normal;
	color: #000000;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	background-color: #336699;
	border-right: 1px solid #99CCFF;
	border-top: 1px solid #99CCFF;
	width: 145;
	height: 22;
} 

.navactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	background-color: #6699CC;
	border-right: 1px solid #99CCFF;
	border-top: 1px solid #99CCFF;
	width: 145;
	height: 22;
} 

.sup
{
position:relative;
top:-3px;
font-size:8px;
}
	

A:link
{
	color: #336699;
	text-decoration: underline
}
A:visited
{
	color: #336699;
	text-decoration: underline
}
A:active
{
	color: #336699;
	text-decoration: underline
}
A:hover
{
	color: #003366;
	text-decoration: underline
}


