html { height: 100.02%; }

a {
	text-decoration: none;
	color: #6e8878;
	}
a:hover {color:#84a08f}

ul, td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
	line-height: 13px;
	}
h1 {
	color: #84a08f;
	font-size: 20px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	}
.heading {
	color: #84a08f;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
.bullet {
	list-style-image: url(images/bullet.gif);
	margin: 0;
	padding: 0;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li {
	padding: 0;
	float: left;
	width: 148px;
	margin-left: 2px;	
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 12px;
	}

#navigation #currentpage a{
	color: #ffffff;
	background-color: #005E95;
 	}

#navigation a, #navigation a:visited {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	text-decoration: none;
	text-align: center;
	background-color: #cccccc;
	margin-top: 2;
	display: block;
	line-height: 24px;
	white-space: nowrap;
 	}

#navigation a:hover {
	color: #005e95;
	}

#nav2 ul {
	margin-left: 15px;
	padding: 0;
	}
	
#nav2 a{
	color: #000000;
	text-align: left;
 	}	
 	
#nav2 #currentpage a{
	color: #84a08f;
	font-weight: bold;
 	}	
 	
#maincaption {font-weight: bold;
}