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


table {
	font-size: 10pt;
	font-family: Arial;
	color: #4F4F4F
}

p {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F4F4F
}
a:link, :active, a:visited {
	font-family: arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
}

input {
	background-color: #D0D6C8;
	font-family: Verdana;
	font-size: 10pt;
	color: #511E37;
}
textarea  {
	background-color: #D0D6C8;
	font-family: Verdana;
	font-size: 10pt;
	color: #521F35
}


ol {
	font-size: 10pt;
	font-family: Verdana;
	padding-top: 4px;
}
	

li {
	margin: 0px;
	font-size: 10pt;
	font-family: Verdana;
	padding-top: 4px;
}


H1{
	color: #A68B8C;
	font-size: 12pt;
	font-family: " Georgia, ", "Times New Roman", ", Times, serif";
	font-style: italic;
}
H2{
	color: #666666;
	font-size: 10pt;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
}
H3{
	color: #5C94D1;
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: bold;
}

.image_border {
	border: 3px solid #6999D3;
	margin: 5px;
}
