body {
	background-color:#0A51A1;
	cursor:default;
	margin:0;
	background-image: url("images/backgrounds/main2.jpg");
	background-position:center;
	background-repeat:repeat-y;
}


a {
	color: #008836;
	text-decoration:underline;
}
a:hover {
	color: #4F8BF0;
	text-decoration:underline
}
	

.maintext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	padding-left: 20px;
}

.side {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}

H1 {
	font-size: 17pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0E4AAA;
    }


H2 {
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4F8BF0;
   }

.smallarial {
	color: #000000;
	font-family: Arial;
	font-size: 10px;
}
