body {
	background-color: #F1F1F1;
}
.white_text {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
}
.white_text_b {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
}
.normal_text {
	color: #040404;
	font-size: 11px;
	font-family: verdana;
}
.bluetext {
	color: #386586;
	font-size: 11px;
	font-family: verdana;
}
.bluetext_bold {
	color: #386586;
	font-size: 11px;
	font-family: verdana;
	font-weight:bold;
}
.lineheight {line-height:16px;}
.inputarea {
BORDER-RIGHT: #8E8F94 1px solid;
BORDER-TOP: #8E8F94 1px solid;
FONT-SIZE: 12px;
BORDER-LEFT: #8E8F94 1px solid;
COLOR: #000000;
BORDER-BOTTOM: #8E8F94 1px solid;
FONT-FAMILY: verdana;
BACKGROUND-COLOR: #F6EBCF;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.whitelink:link {
	color: #ffffff;
	text-decoration: none;
}
.whitelink:visited {
	text-decoration: none;
	color: #ffffff;
}
.whitelink:hover {
	text-decoration: none;
	color: #FF6600;
}
.whitelink:active {
	text-decoration: none;
	color: #FF0000;
}
