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


p {
	font-size: 10pt;
	font-family: palatino linotype;
	color: #ffffff; line-height:1.5;
}

table {	font-size: 10pt;
	font-family: palatino linotype;
	color: #ffffff;
}
H1{
	color: #D9EADA;
	font-size: 14pt;
	font-family: palatino linotype;
	font-style: oblique;
	font-weight: bold;
}
	
	
H2{
	color: #D9EADA;
	font-size: 12pt;
	font-family: "Trebuchet MS";
}
H3{
	color: #D9EADA;
	font-size: 10pt;
	font-family: "Trebuchet MS";
}
	
	
ol {
	font-size: 10pt;
	padding-top: 4px;
}
	

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

hr {
	color: #ffffff;
	}

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: #eeeeee; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #eeeeee,  #cccccc); /* for firefox 3.6+ */ 
cursor:pointer;
width: 82px;
height: 33px;
border: none;
}

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


a {
	font-family: palatino linotype;
	color: #90A28F;
	font-size: 10pt;
	padding-top: 4px;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-family: palatino linotype;
	color: #ffffff;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
}

