body
{
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left: 30px;
	margin-right: 30px;
	font-family: Arial, Helvetica, Geneva;
	font-size: 13px;
	background-image: url(/images/fade.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.Logo
{
	position: absolute;
	top: 0px;
	left: 12px;
}


h1
{
	font-size: 22px;
	margin-top: 40px;
}

h3
{
	font-size: 22px;
	margin-bottom: -18px;
}

h2
{
	font-size: 17px;
	font-weight: normal;
}


td
{
	font-size: 13px;
}

#FormField
{
	margin-top: 3px;
	margin-bottom: 3px;
}


a:link
{
	text-decoration: underline;
}
a:active
{
	text-decoration: underline;
	color: Red;
}
a:visited
{
	text-decoration: underline;
	color: Purple;
}
a:hover
{
	text-decoration: underline;
	color: Red;
}