@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCCCCC;
	margin:0px;
}
.header_text {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
}
.header_links {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.header_links a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.copyrightText {
	font-family: Arial;
	font-size: 10px;
}
.black_titleText {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
}
.black_bodyText {
	font-family: Arial;
	font-size: 13px;
}
.green_bodyText {font-family: Arial; font-size: 13px; color: #006531; }
