H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-style : normal;
	font-weight : bolder;
	color : Black;
}

.heading1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-style : normal;
	font-weight : bolder;
	color : Black;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-style : normal;
	font-weight : bold;
	color : #CE0000;
}

.heading2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-style : normal;
	font-weight : bold;
	color : #CE0000;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : Maroon;
}

.heading3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : Maroon;
}
H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : White;
}

.heading4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : White;
}

.FOOTERTEXT {
	font-family : Arial, Helvetica, sans-serif;
	font-size 10px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}

.DATETEXT{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
	padding-right : 5px;
	padding-top : 2px;
	padding-left : 2px;
	padding-bottom : 2px;
}

BODY, TABLETEXT, P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : White;
}
OL, LI {
		font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : White;
}

TD, TR {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : Black;
}

TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : Black;
}
.tablehead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	color : Yellow;
	background-color : transparent;
}
.tablehead2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	color : Red;
	background-color : transparent;
}

INPUT, BUTTON
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}

A:ACTIVE, A:LINK, A:VISITED{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-style : normal;
	font-weight : bold;
	color : Red;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-style : normal;
	font-weight : bold;
	color : Yellow;
}

.TOPBUTTONTEXT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
A:FOOTERTEXT:ACTIVE, A:FOOTERTEXT:LINK, A:FOOTERTEXT:VISITED{
	font-family : Arial, Helvetica, sans-serif;
	font-size :14px;
	font-style : normal;
	font-weight : bold;
	color : Navy;
}

A:FOOTERTEXT:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color : Purple;
}
.PENDING {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #FF0000;
}
.map {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}

.banner {
	font-family : sans-serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	color : White;
	height : 16px;
}
.banner2 {
	font-family : sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bolder;
	color : Lime;
}
.banner3 {
	font-family : sans-serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bolder;
	color : Teal;
}
A.foot:ACTIVE, A.foot:LINK, A.foot:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : Yellow;
}
A.foot:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;

}
A.foot2:ACTIVE, A.foot2:LINK, A.foot2:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : Black;
}
A.foot2:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Red;
}
body, .no-margins {
	margin : 0px;
	border : 0px none Black;
	padding : 0px;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.quarter-width {
	width: 25%;
}
.half-width {
	width: 50%;
}
.largest-width {
	width: 99%;
}
.smallest-width {
	width: 1px;
}
.center {
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.align-middle {
	vertical-align: middle;
}
.align-bottom {
	vertical-align: bottom;
}
.align-top {
	vertical-align: top;
}

