@charset "utf-8";
/* CSS Document */

body, input, select, textarea, button, th, td { font-family: /*"Myriad Pro",*/ "Segoe UI", "Trebuchet MS", sans-serif; }

a {
	color: #007546;
	text-decoration: none;
}
a:hover {
	color: #3C923B;
	text-decoration: underline;
}

body {
	color: #323232;
	background-image:url(/images/green_background.gif);
	background-repeat: repeat;
	zoom: 0;
}
.body_text {
	font-family: /*"Myriad Pro",*/ "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.body_text_small {
	font-family: /*"Myriad Pro",*/ "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.page_border{ 
	border: 1px solid black; 
}
.page_header1 {
	font-family: /*"Myriad Pro",*/ "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.page_header1_green {
	font-family: /*"Myriad Pro",*/ "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #007546;
}
.page_header2 {
	font-family: /*"Myriad Pro",*/ "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.page_header3 {
	font-family: /*"Myriad Pro",*/ "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.footer_nav {
	font-family: /*"Myriad Pro",*/ "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	color: #007546;
}
.footer_small {
	font-family: /*"Myriad Pro",*/ "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	color: #007546;
}
.white_heading {
	font-family: /*"Myriad Pro",*/ "Segoe UI", "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	color: #FFF;
	font-weight: bold;
}
img.floatLeft { 
    float: left; 
    margin: 6px; 
}
img.floatRight { 
    float: right; 
    margin: 6px; 
}

