/* CSS Document */
body {
	background-color: #ffffff;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #73428C;
}
.pagetitle {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.tablinks {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
a.nav:link {
	color: #000000; 
	font-size: 12px; 
	font-family: Arial; 
	font-weight: bold; 
	text-decoration: none; 
}
a.nav:visited {
	color: #000000; 
	font-weight: bold; 
	font-family: Arial; 
	font-size: 12px; 
	text-decoration: none; 
}
a.nav:hover {
	color: #99FFCC; 
	text-decoration: underline; 
	font-weight: bold; 
	font-family: Arial; 
	font-size: 12px;  
}
a.navindent:active {
	color: #000000; 
	padding-left: 8px;
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	font-family: Arial;  
}
a.navindent:link {
	color: #000000; 
	padding-left: 8px;
	font-size: 12px; 
	font-family: Arial; 
	font-weight: normal; 
	text-decoration: none; 
}
a.navindent:visited {
	color: #000000; 
	padding-left: 8px;
	font-weight: normal; 
	font-family: Arial; 
	font-size: 12px; 
	text-decoration: none; 
}
a.navindent:hover {
	color: #99FFCC; 
	padding-left: 8px;
	text-decoration: underline; 
	font-weight: normal; 
	font-family: Arial; 
	font-size: 12px;  
}
a.navindent:active {
	color: #000000; 
	padding-left: 8px;
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	font-family: Arial;  
}

.sitemap {
	list-style-type: upper-roman;
	font-size: 12px;
	color: #0000FF;
}

.sitemap a:link{
	list-style-type: upper-roman;
	font-size: 12px;
	text-decoration: none;
	color: #0000FF;
}

.sitemap a:visited{
	list-style-type: upper-roman;
	font-size: 12px;
	text-decoration: none;
	color: #0000FF;
}

.sitemap a:hover{
	list-style-type: upper-roman;
	font-size: 12px;
	text-decoration: underline;
	color: #000066;
}