body {
	background-color:#FEFEFF;
	cursor:default;
	margin:0;
	background-image: url("images/backgrounds/main.jpg");
	background-position:top;
	background-repeat:repeat-x;
}


a {
	color: #607FB5;
	text-decoration:underline;
}
a:hover {
	color: #92AAD8;
	text-decoration:underline
}
	

.maintext {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
}

H1 {
	font-size: 17pt;
	font-family: Arial;
	font-weight: bold;
	color: #084D9A;
    }


H2 {
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	color: #0D469D;
   }
   
H3 {
	font-size: 13pt;
	font-family: Arial;
	font-weight: bold;
	color: #660000;
   }

.smallarial {
	color: #000000;
	font-family: Arial;
	font-size: 10px;
}
.sideboxtext {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 24px;
}
