body {
	margin: 0px;
	background-color: #22A1E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.left_back {
	background-image: url(images/back_left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.head {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 332px;
}
.foot {
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	font-size: 10px;
	text-align: center;
	padding-top: 30px;
}
.white {
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}
h1 {
	font-size: 26px;
	font-weight: bold;
}
td {
	text-align: left;
	vertical-align: top;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #2B8646;
}
.green_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2B8646;
	border-right-color: #2B8646;
	border-bottom-color: #2B8646;
	border-left-color: #2B8646;
}
a:link {
	color: #226F39;
	text-decoration: none;
}
a:visited {
	color: #276C36;
	text-decoration: none;
}
a:hover {
	color: #2865CF;
	text-decoration: none;
}
.nav_right {
	float: right;
	margin-right: 0px;
}
.table_highlight {
	background-color: #EFEFEF;
}
.sub_nav {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.marquee {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	background-color: #EFF1FA;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

