body, TABLE, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
}

.content { text-align: justify }

A{
	font-family : Arial, Helvetica, sans-serif;
	color : blue;
	text-decoration : none;
}
A:hover{
	font-family : Arial, Helvetica, sans-serif;
	color : blue;
	text-decoration : underline;
}


A.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : white;
	text-decoration : none;
}
A.nav:hover {
	color : white;
	text-decoration : underline;
}
A.nav:active {
	color : 335577;
	text-decoration : underline;
}


H2, H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : black;
}

.nav_header{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	font-weight : bold;
}