/* CSS Document */
.greenheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #659A95;
	height: 21px;
}

.greenbody {
	background-color: #A5BBC4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}

.greenbody h1{
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
}

.greenbody .Head{
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

.greenbody p, .greenbody .normal{
	padding: 5px;
	font-size: 11px;
}

.greenbody a:link, .greenbody a:hover, .greenbody a:visited, .greenbody a:active {
	color: #FF6600;
}

.greenbody a:hover, .greenbody a:visited {
	text-decoration: underline;
}

.greentop {
	height: 15px;
	width: 100%;
	background-image: url('greentopbg.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
}

.greenbottom {
	height: 12px;
	width: 100%;
	background-image: url('greenbottombg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

.greenbottomleft {
	background-image: url('greenbottomleft.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
}

.greenbottomright {
	background-image: url('greenbottomright.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	height: 100%;
}

.greentopright {
	background-image: url('greentopright.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
}

.greentopleft {
	background-image: url('greentopleft.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
	width: 100%;
}

.orangeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	height: 21px;
	padding-left: 6px;
	padding-top: 2px;
}

.orangebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFECD9;
	color: #333333;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
}

.maincontent {
	width: 587px;
}

.maincontent{
	width: 425px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	vertical-align: top;
}

.maincontent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF7F00;
}

.maincontent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #659A95;
}

.maincontent h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.maincontent h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.maincontent a:link, .maincontent a:visited, .maincontent a:hover {
	color: #659A95;
}

.maincontentheader h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF7F00;
	font-weight: bolder;
}

