@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.green_nav {
	width: 100%;
	background-color: #005745;
		margin-top: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005745;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005745;
}
.site_center {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #005745;
}
.white_nav {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005745;
	background-color: #eeeeee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005745;
}
.button_nav {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 40px;
	padding-left: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;

}
.button_nav2 {
	font-size: 12px;
	font-weight: bold;
	color: #005745;
	padding-right: 40px;
	padding-left: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005745;
	background-color: #eeeeee;
	padding-top: 0px;
	padding-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.titlegreen {
	font-size: 16px;
	color: #005745;
}

a:active {
	text-decoration: none;
}
body,td,th {
	font-size: 12px;
	color: #666666;
}
.bordergrey {
	border: 1px solid #CCCCCC;
}

.red {color: #FF0000}

