.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: cc0000;
	text-decoration: underline;
}
a:active {
	color: 003399;
	text-decoration: none;
}
.addressLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A39FAA;
}
.secHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: cc0000;
}
.doc_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 003366;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
}
.doc_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
}



.text a:link {
	color: 003399;
}

.text a:visited {
	color: 003399;
}

.text a:hover {
	color: cc0000;
	text-decoration: underline;

}

.text a:active {
	color: 003399;
}