body {
	margin: 0px;
	padding: 0px;
	background-color:#032062;
	background-image: url(../images/mainbackground.gif);
}
h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #032062;	
}
.headerback {
	background-color: #032062;
	background-image: url(../images/background_top.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center top;
	border-right-style: solid;
	border-right-color: White;
	border-right-width: 2px;
	border-left-style: solid;
	border-left-color: White;
	border-left-width:2px;
}
.bodyback {
	background-color: #032062;
	background-image: url(../images/background_bottom.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center top;
	border-right-style: solid;
	border-right-color: White;
	border-right-width: 2px;
	border-left-style: solid;
	border-left-color: White;
	border-left-width:2px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #011036;
}
.text1 a:link{
	color: #011036;
}
.text1 a:visited{
	color: #011036;
}
.text1 a:hover{
	color: #011036;
}
.text1 a:active{
	color: #011036;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.footer a:link{
	color: #ffffff;
}
.footer a:visited{
	color: #ffffff;
}
.footer a:hover{
	color: #ffffff;
}
.footer a:active{
	color: #ffffff;
}
.bold
{
	font-weight:bold;
}
.small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #011036;
}