BODY {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	color : black;
	background-color : White;
}
A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	text-decoration : none;
	color : #336699;
}
A:HOVER {
	text-decoration : none;
	color: black;
}
A.nav {
	text-decoration : none;
	color : #336699;
	font-size : larger;
}
FONT {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	color : black;
}
HR {
	font-family : "Times New Roman", Times, serif;
	font-size : -1pt;
	color : black;
	font-weight: 300;
}
H1 {
	color: #336699;
	text-decoration: none;
	font-family : "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: 600;
}
H2 {
	color: #336699;
	text-decoration: none;
	font-family : "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: 600;
}
H3 {
	color: black;
	text-decoration: none;
	font-family : "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: 600;
}
.banner {
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
	color : black;
	font-weight: 100;
}
.tiny {
	color : silver;
	font-size : 9pt;
}
.small {
	color : #336699;
	font-size : 9pt;
}

.red {
	color : RED;
}


