﻿body {
    font-family: Verdana, Arial, Helvetica, san-serif;
	}
	
	
.paragraph1 {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 9px; 
	font-weight: normal; 
	color: #333333;
	text-decoration: none
}

.head1 {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 14px; 
	font-weight: bold; 
	color: #666666;
	text-decoration: none

}
.paragraph2 {  
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px; 
	font-weight: normal;
	color: #333333; 
	text-decoration: none
}

.redalert {  
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px; 
	font-weight: normal;
	color: #FF0000; 
	text-decoration: none
} 



.verysmallfont {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #333333;

}

#navtable {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	padding: 20px;
	border-left: 2px solid #FFFFFF;
	color: #FFFFFF;
}

#navtable a:link {
	font-size: 12px;
	color: #333333;
}
#navtable a:visited {
	font-size: 12px;
	color: #333333;
}
#navtable a:hover, a:active, a:focus {
	font-size: 12px;
	color: #FF0000;
}


#navtabletop {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	padding: 3px;
	border-left: 2px solid #FFFFFF;
	color: #FFFFFF;
}

#navtabletop a:link {
	font-size: 12px;
	color: #333333;
}
#navtabletop a:visited {
	font-size: 12px;
	color: #333333;
}
#navtabletop a:hover, a:active, a:focus {
	font-size: 12px;
	color: #FF0000;
}


#footertable {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	border-left: 2px solid #FFFFFF;
	color: #333333;
}

#footertable a:link {
	font-size: 10px;
	color: #333333;
	text-decoration: none
}
#footertable a:visited {
	font-size: 10px;
	color: #333333;
	text-decoration: none
}
#footertable a:hover, a:active, a:focus {
	font-size: 10px;
	color: #FF0000;
	text-decoration: none
	
}

a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: underline
}
a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: underline
}
a:hover, a:active, a:focus {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none
}



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height:1.7;
}


#nav a {
	display: block;
	width: 18em;
}

#nav li { /* all list items */
	margin-left: 4px;
	line-height:1.7;
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
    background: #eeeeee;
	width: 6em;
	margin-left: 8px;
	left: -999em;
font-weight: bold; 
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}





#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height:1.7;
}
#nav2 a {
	display: block;
}
#nav2 li { /* all list items */
	margin-left: 0px;
	float: left;
	width: 5em;  /* width needed or else Opera goes nuts */
}

#nav2 li ul li { 
	margin-left: 0px;
	float: left;
	width: 12em;  /* width needed or else Opera goes nuts */
}


#nav2 li ul { /* second-level lists */
	position: absolute;
    background: #ffcc66;
	left: -999em;
	margin-left: 0px;
font-weight: bold; 
}

#nav2 li:hover ul, #nav2 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}