@charset "utf-8";

body {
	max-width: 875px;
	margin: 0 auto;
	background-color:#efeded;
}

.MainMenu {
	font-family: Arial;
	font-size: 15px;
	font-weight: bolder;
	color: #000000;
	text-decoration:none;
}

.SubMenu {
	font-family: Arial;
	font-size: 15px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration:none;
	background-color:#27813e;
}

.MainMenu:hover {
	background: #27813E;
	text-decoration: none;
	color: #FFFFF0;
}	

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #27813E;
}
a:active {
	text-decoration: none;
}

.divheader {
	background-color:#ffffff;
	border-width:5px;
	border-right-style:solid;
	border-left-style:solid;
	border-right-color:#27813E;
	border-left-color:#27813E;
}

.divbody {
	background-color:#ffffff;
	border-width:5px;
	border-right-style:solid;
	border-left-style:solid;
	border-right-color:#27813E;
	border-left-color:#27813E;
	margin-top:0px;
}

.divfooter {
	background-color:#ffffff;
	border-width:5px;
	border-right-style:solid;
	border-left-style:solid;
	border-right-color:#27813E;
	border-left-color:#27813E;
}

.style_title {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	margin-left: 0px;
}

.style_header1 {
	font-family: Arial;
	font-size: 12px;
	color: #27813E;
	font-weight: bold;
}

.style_header2 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a.style_header3 {
	font-family: Arial;
	font-size: 11px;
	color: #27813E;
	font-weight: bold;
}

.style_text {
	font-size: 15px;
	font-family: Arial;
	margin-left: 15px;
	margin-right: 15px;
	margin-top:0px;
}

.style_text_green {
	font-size: 15px;
	font-family: Arial;
	color: #27813E;
	margin-left: 0px;
	margin-right: 10px;
}

.style_text_small {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.style_text_large {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	margin-left: 0px;
	margin-right: 10px;
}

img.floatLeft { 
    float: left; 
    margin: 0px 12px 6px 15px; 
}
img.floatRight { 
    float: right; 
    margin: 0 15px 6px 12px; 
}

hr {
	border: 0;
  	width: 70%;
	color: #27813E;
	background-color: #27813e;
	height: 2px;
}

.style_footer1 {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.style_footer1:hover {
	background: #27813E;
	text-decoration: none;
	color: #FFFFF0;
}

.style_footer2 {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.style_footer3 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.style_counter {
	font-family: Arial;
	font-size: 8px;
	color: #27813E;
}

.tablestack {
	border-collapse:collapse;
	border-spacing: 0px;
	background-color:#ffffff;
}
