a {
text-decoration: none;
color: Blue;
}

.text {
margin: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: justify;
}


.toc
{
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
}
.texthead {
margin: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000066;
text-align: justify;
}

body {
margin: 0px;
padding: 0px; 
}

.nav {
	background-image: url(images/header/nav_bg.gif);
	background-repeat: no-repeat;
	width: 112px;
	height: 20px;
	margin: 0px;
	padding-top: 3px;
	float: left;
	text-align: center;
}

a.nav_link:link {
	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

a.nav_link:visited {

	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

a.nav_link:hover {
	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}

a.nav_link:active {
	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: black;
	font-size: 10px;
	font-weight: bold;
}

a.link:link {
	text-decoration: none;
	color: Black;
}

a.link:visited {
	text-decoration: none;
	color: Black;
}

a.link:hover {
	text-decoration: underline;
	color:  #000066;
}

a.link:active {
	text-decoration: underline;
	color:  #000066;
}