body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background_bg.jpg);
	background-repeat:repeat-x;
	background-color:#0058AD;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBEBEB;
}
.blue_text {color: #074CC5; font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.white_big_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.inputarea {
BORDER-RIGHT: #89939C 1px solid;
BORDER-TOP: #89939C 1px solid;
FONT-SIZE: 11px;
BORDER-LEFT: #89939C 1px solid;
COLOR: #000000;
BORDER-BOTTOM: #89939C 1px solid;
FONT-FAMILY: verdana;
BACKGROUND-COLOR: #ffffff;
}

a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
.blue_link:link {
	color: #3333FF;
	text-decoration: none;
}
.blue_link:visited {
	color: #3333FF;
	text-decoration: none;
}
.blue_link:hover {
	color: #FF6600;
	text-decoration: none;
}
.blue_link:active {
	color: #FF6600;
	text-decoration: none;
}