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


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


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

.nav:link, .nav:active, .nav:visited {
	color: #443D2D;
	font-size: 11.5pt;
	font-weight:bold;
	text-decoration:none;

}



	
H1{
	color: #5a2829;
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;
}
	
	
H2{	color: #4F4331;
	font-size: 12pt;
	font-family: "Trebuchet MS"
;
	}
	
	
H3{	color: #003365;
	font-size: 10pt;
	font-family: "Trebuchet MS"
;
	}
	
	
hr {
	color: #4F4331;
	}

input, textarea {
background-color: transparent;
color: #999999;
font-family: "calibri";
border: 1px solid gray;
resize: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border:1px solid #cccccc;
}

.submit {
-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
color: #444444;
background: #EEF0E7; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEF0E7', endColorstr='#DFECD2'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#EEF0E7), to(#DFECD2)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #EEF0E7,  #DFECD2); /* for firefox 3.6+ */ 
cursor:pointer;
width: 82px;
height: 33px;
border: none;
}

.image_border {
	border: 4px solid #C9D4C0;
	margin: 5px;
}

a:link {
	color: #5a2829;
}
a:active {
	color: #5a2829;
}
a:visited {
	color: #5a2829;
}
a:hover {
	color: #4F4331;
	text-decoration: underline;
	}

img {
	border-width:0px;
}




