body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #418a00;
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
#pageLayout {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
#pageContent {
	margin-right: 10px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 25px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
}
.inputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textTiny {
	font-size: 9px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.textSmall {
	font-size: 10px;
}
.textBig {
	font-size: 14px;
}
.textLarge {
	font-size: 18px;
}
.textHuge {
	font-size: 20px;
}
#boxHeader {
	background-image: url(images/bar_bg.jpg);
	border: 1px solid #666666;
	height: 15px;
	width: 700;
	margin-left: auto;
	margin-right: auto;
}
#boxContent {
	border: 1px solid #666666;
	width: 700;
	margin-left: auto;
	margin-right: auto;
}
.textSpaced {
	text-align: justify;
	line-height: 20px;
}
.imageTitle {
	padding-top: 5px;
	padding-bottom: 15px;
}
.tableHeader {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	padding-left: 10px;
	background-image: url(images/table_header.gif);
}
.statsBar {
	background-image: url(images/stats_bg.gif);
	height: 20px;
	font-size: 9px;
}
.reqFlag {
	color: #FF0000;
}
.bulletTable {
	font-size: 10px;
	padding: 0px 5px 10px 5px;
}
#pageFooter {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #418a00;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
}
.textFooter {
	font-size: 10px;
}
a.textFooter:link {
	color: #003300;
	text-decoration: none;
}
a.textFooter:visited {
	color: #003300;
	text-decoration: none;
}
a.textFooter:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#whatsnewBox {
	background-image: url(images/whatsnew.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}
