body 
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
body, th, td, input, textarea, select 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #333333;
}
input, textarea
{
	border: #aaaaaa 1px solid;
	font-size: 1em;
}
h1
{
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 1em;
	color: #003a5a;
}
h2
{
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1em;
	color: #003a5a;
}
p, blockquote, ul, ol, dl 
{
	margin-top: 0px;
	margin-bottom: 1em;
}
a 
{
	color: #0099cc;
	text-decoration: underline;
}
a:hover 
{
	text-decoration: none;
}
ul
{
	margin-left: 0px;
	padding-left: 18px;
}
.smallText
{
	font-size: x-small;
}
.errorText
{
	color: #ff0000;
	font-weight: bold;
}
.highlight
{
	background-color: #ffff99;
}
