body {
	background-color: #000000;
	margin-top: 0px;
}
a:link {
	color: #2C92D0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2C92D0;
}
a:hover {
	text-decoration: none;
	color: #2C92D0;
}
a:active {
	text-decoration: underline;
	color: #2C92D0;
}

/*---------*/


.header {
	font-family: tahoma, sans-serif;
	font-style: normal;
	color: #FEFEFE;
}
.body {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	color: #003366;
}

/*---------*/



.legal {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	color: #999999;
}
.legal:link {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	color: #2C92D0;
	text-decoration: underline;
}
.legal:visited {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #2C92D0;
}
.legal:hover {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #2C92D0;
}
.legal:active {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #2C92D0;
}

/*----form-----*/
.field1 {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.dropdown1 {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.promo_body {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
