body {
	margin: 0 0 0 0;
	background-color:#ffffff;
	background-image:url(../images/topBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	overflow-y:none;
}

.lightblueText {
	font-family: Verdana;
	font-size: 10px;
	color: #0070b7;
	font-style: normal;
	text-decoration: none;
}
a:hover.lightblueText {
	text-decoration: underline;
}

.darkblueText {
	font-family: Verdana;
	font-size: 10px;
	color: #0e3d7c;
	font-style: normal;
	text-decoration: none;
}
a:hover.lightblueText {
	text-decoration: underline;
}

.textfield {
	font: 15px Verdana;
	height: 26px;
	border: 1px solid #999999;
	background-color: #f4f4f4;
	font-weight:bold;
}