body {
	background:	#333333 url('template/bg.gif');
	font-size: 10pt;
	font-family: Verdana;
	color: #CCCCCC
}
#container {
	background-color: #333333;
	width: 740px;
	margin: 0 auto;
	padding: 0px;
	border-top: 2px solid #b7b7b7;
	border-right: 2px solid #b7b7b7;
	border-bottom: 2px solid #b7b7b7;
	border-left: 2px solid #b7b7b7;
	align: center;
}
#menu {
	width: 429px;
	text-align: left;
	background-color: #999;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold; 
	font-size: 10pt
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FF9933;
	text-decoration: none;
}
#footer-menu {
	text-align: center;
	background-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold; 
	font-size: 8pt
}
#footer-menu a {
	color: #000000;
	text-decoration: none;
}
#footer-menu a:hover {
	color: #FF9933;
	text-decoration: none;
}
#footer {
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8pt
}

a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #37A5FF;
}
a:active {
	text-decoration: underline;
	color: #37A5FF;
}

H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
	margin-bottom: 0px;
	margin: 5px;
}
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
.pageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
.darkgrayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.darkgrayText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}
.darkgrayText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
}
.darkgrayTextLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.form_pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}