@charset "utf-8";
/* CSS Document */
body {
	background-color: #666699;
}
a {
	font-family: Arial, serif;
	font-size: 12px;
	color: #6699CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699CC;
}
a:hover {
	text-decoration: underline;
	color: #66CCFF;
}
a:active {
	text-decoration: none;
	color: #6699CC;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
.formElement {
	background-color:#666666;
	border: 1px solid #cccccc;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
