﻿body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
a {
	color: #005A37;
}
a:hover {
	color: #BED73B;
}
:focus {
	outline:none;
}
p {
	margin-top: 5px;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;	
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #005A37;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}
h1 {

}
h2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5CEC4;
}
h3 {
	font-size: 18px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
h4 {
	font-size: 14px;
	margin-bottom: 1px;
	padding-bottom: 2px;
}
.smallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.clearfloat {
	clear: both;
	height: 0px;
}
.styledtable {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #AEB89D;
	font-size: 11px;
}
.odd {
	background-color: #E5EEEB;
}
.even {
	background-color: #ffffff;
}
.styledtable th {
	padding: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	background-color: #3b866c;
	text-align: center;
	color:#FFFFFF;
}
.styledtable th a {
	color:#d2e7df;
}
.styledtable th a:hover {
	color:#FFFFFF;
}
.styledtable td {
	padding: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
.styledtable tr:hover {
	padding: 7px;
	color:#287556;
	border-bottom-color: #D0D2C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #e0d2a1;
}
.styledtable caption {
	padding: 7px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
	background-color: #005A37;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
table.styledtable.bordered {
	background-color: #ffffff !important;
	border: 1px solid #D7DCE8;	
}
table.styledtable.bordered td {
	background-color: #ffffff !important;
	border: 1px solid #D7DCE8;	
}
table.styledtable.bordered th {
	border: 1px solid #D7DCE8;	
}
table.styledtable.bordered caption {
	border: 2px solid #D7DCE8;	
}

/* Button Styles */

a.btn1 {
	background-image: url(images/btn1_bg.png);
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fef1cd;
	border-right-color: #dcb85f;
	border-bottom-color: #ba9a4c;
	border-left-color: #fde29e;
	color: #7e5d48;
	text-decoration: none;
	background-position: 0px 0px;
	margin: 0px;
	line-height: 1em;
}

a.btn1:hover {
	background-position: -20px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ba9a4c;
	border-right-color: #fde29e;
	border-bottom-color: #fef1cd;
	border-left-color: #dcb85f;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #AB856B;
	margin: 0px;
}