body {
	background-color: #B5B7C2;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.hatchBG {
	background-image: url(images/hatchBG.jpg);
	background-repeat: repeat;
}
.headerBG {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.cnt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.cnt a{
	color: #ED9210;
}
.cnt a:hover{
	color: #ED9210;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding-top: 5px;
	text-decoration: none;
}
.copyright a{
	color: #333333;
}
.copyright a:hover{
	color: #333333;
	text-decoration: none;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ED9210;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
