﻿body {
	margin: 0;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
}


p, table {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}


ol, li {
	padding-top: 4px;
}
	

a:link, :active, a:visited {
	color: #004990;
	text-decoration:none;

}
a:hover {
	color: #083786;
	text-decoration: underline;
	}
	
H1{
	color: #30badf;
	font-size: 14pt;
	font-family:"Trebuchet MS";

	font-weight: bold;
}
	
	
H2{	color: #083786;
	font-size: 12pt;
	font-family: "Trebuchet MS"
;
	}
	
	
H3{	color: #003365;
	font-size: 10pt;
	font-family: "Trebuchet MS"
;
	}
	
	

input, textarea {
	background-color: transparent;
	color: #083786;
}


.image_border {
	border: 2px solid #30badf;
		margin: 5px;
}







