.text {
        color: # 191970 ;
        font-size: 13;
        text-decoration: None;
        font-family: Verdana;
}
.textsmall {
        color: #191970;
        font-size: 11;
        text-decoration: None;
        font-family: Verdana;
}
.red {
        color: Red;
        font-size: 13;
        text-decoration: None;
        font-family: Verdana;
}
.redsmall {
        color: Red;
        font-size: 11;
        text-decoration: None;
        font-family: Verdana;
}
.bold {
        color: #191970;
        font-size: 13;
        text-decoration: None;
        font-family: Verdana;
        font-weight: Bold;
}
.boldsmall {
	color: #FFA500;
	font-size: 9;
	text-decoration: None;
	font-family: Verdana;
	font-weight: Bold;
}
H1, H2, H3, H4, H5, H6 {
	font-family: serif;
	font-weight: lighter;
}
H2.orange{
	font-family: serif;
	font-weight: lighter;
	color: #191970;
}
H2.orangearial{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #191970;
}
.large {
	font-size : 56;
	color: #191970;
}
.white {
        color: #FFFFFF;
        text-decoration: None;
}
.orange {
	color: #191970;
	text-decoration: None;
}

.copyright {
	font-family : Verdana;
	color : #191970;
	font-size : 10px;
}
A {
	color :	#191970;
	text-decoration: underline;
}
A:hover {
	color: #191970;
	text-decoration: underline;
}
HR.orange {
	color : #191970;
	height : 1px;
}
HR.maroon {
	color : Maroon;
	height : 1px;
}

