.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	font-style: normal;
	text-decoration: none;

}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-align: justify;
	font-weight: normal;

}
.content:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	text-decoration: none;
	border-bottom:1px dotted #660000;
}
.content:active {
	color: #660000;
	text-decoration: none;
	border-bottom:1px dotted #660000;
}
.content:visited {
	color: #660000;
	text-decoration: none;
	border-bottom:1px dotted #660000;
}

.content:hover {
	color: #000066;
	text-decoration: none;
	border-bottom:1px dotted #000066;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000066;

}

a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

a.nav:active {
	color: #000066;
	text-decoration: none;
}

a.nav:visited {
	color: #000066;
	text-decoration: none;
}
a.nav:hover {
	color: #660000;
	text-decoration: underline;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
