html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	font-family: tahoma, helvetica, verdana, sans-serif;
	font-size: 10pt;
}

body
{
	background: url(../images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color: #FFF;
	font-family: tahoma, helvetica, verdana, sans-serif;
	font-size: 10pt;
}


h1
{
	font-size: 16pt;
	line-height: 24px;
	font-weight: bold;
	color:#D68904;
}

h2
{
	font-size: 15pt;
	line-height: 20px;
	font-weight: normal;
	color:#D68904;
}

img 
{
	border: 0;
}

#mainbody
{
	width:924px;
	background-color:White;
	margin: 0 auto;
	margin-top:4px;
	border:solid 1px #D3D3D3;
	padding:20px;
}


#footer
{
	width:964px;
	background-color:White;
	margin: 0 auto;
	padding-top:5px;
}
#footer p
{
	color: #3F81AF;
}

a, 
a:link,
a:visited
{
	color: #3F81AF;
	text-decoration: underline;
}

a:active,
a:hover
{
	color: #005895;
}
