.mainform {
	background : #080894;
	color : White;
	border : 1px solid white;
	display : inline;
	vertical-align : middle;
	font-weight : bold;
}

.mainform_btn {
	background : #F7BE18;
	color : #080894;
	text-decoration : none;
	font : Verdana;
	border : 1px solid White;
	vertical-align : middle;
}
.topform {
	display : inline;
	vertical-align : middle;
}

BODY {
	color: white;
	background-color : white;
	font-family: "Verdana, Arial";
	margin : 8px 8px 8px 8px;
}
.main {
	color: white;
	font-weight: normal;
	font-size: 10pt;
	line-height: 12pt;
	font-family: "Verdana";
}

P {
	color: white;
	font-weight: normal;
	font-size: 10pt;
	line-height: 12pt;
	font-family: "Verdana";
}

TABLE {
        color: white;
        font-weight: normal;
        font-size: 10pt;
        line-height: 12pt;
        font-family: "Verdana";
}

H1 {
	color: #F4B44D;
	font-weight: normal;
	font-size: 22pt;
	line-height: 24pt;
	font-family: "Verdana";
}

H2 {
	color: white;
	font-weight: bold;
	font-size: 12pt;
	line-height: 14pt;
	font-family: "Verdana";
	text-align : center;
}

H3 {
	color: #F4B44D;
	font-weight: normal;
	font-size: 16pt;
	line-height: 18pt;
	font-family: "Verdana";
}

H4 {
	color: #F4B44D;
	font-weight: bold;
	font-size: 12pt;
	line-height: 12pt;
	font-family: "Verdana";
}

H5 { 
	color: #0B2B87;
	font-weight: bold;
	font-size: 14pt;
	line-height: 16pt;
	font-family: "Verdana";
 }

 H6 {
	color: #0B2B87;
	font-weight: bolder;
	font-size: 10pt;
	line-height: 12pt;
	font-family: "Verdana";
}

A:LINK {
	color: yellow;
	font-weight: normal;
	font-size: 10pt;
	line-height: 12pt;
	font-family: "Verdana";
	text-decoration : none;
}
A:VISITED {
	color: yellow;
	font-weight: none;
	font-size: 10pt;
	line-height: 12pt;
	font-family: "Verdana";
	text-decoration : none;
}

A:HOVER {
	color: yellow;
	font-weight: normal;
	font-size: 10pt;
	line-height: 12pt;
	font-family: "Verdana";
	text-decoration : none;
}
 
 A:ACTIVE {
	color: #fbda3e;
	font-weight: normal;
	font-size: 10pt;
	line-height: 12pt;
	font-family: "Verdana";
	text-decoration : none;
}

