BODY {
	font-family : sans-serif;
	font-size : 10px;
	color : Navy;
}
.Main {
	font-family : sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Navy;
}
.menu {
	font-family : sans-serif;
	font-size : 14px;
	font-weight : normal;
}
.text {
	font-size : 12 px;
	color : Black;
	
}
A:LINK {
	font-family : sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #005CC4;
	text-decoration : none;
}
A:VISITED {
	font-family : sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Navy;
	text-decoration : none;
}
A:HOVER {
	font-family : sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #3131FF;
	text-decoration : underline;
}
.small {
	font-family : sans-serif;
	font-size : 11;
	color : Black;
	line-height : 12px;
}
.header {
	color : Navy;
	font-size : 16px;
	font-weight : bold;
	margin-top: 16px;
}
.BoldText {
	font-family : sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : Navy;
	margin-top : 12px;
}
.bold {
	font-weight : bold;
	font-size : 11;
	color : Navy;
}
.list {
	font-family : sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #Navy;
	text-decoration : none;
}
H3 {
	font-family : sans-serif;
	font-size : 18px;
	color : Navy;
}
