body {
	background-color: #4C2A26;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 3px #3A201D;
}
a {
	color: #FFCC00;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#maincontent {
	background-color: #B3B0AF;
	background-image: url(/images/center_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
 #maincontent #pagetitle {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #CC9933;
	font-style: oblique;
	font-weight: normal;
}
#pagetitle a {
font-size: 14px;
	color: #cc9933;
	text-decoration: none;
}
#pagetitle a:visited {
font-size: 14px;
	color: #cc9933;
	text-decoration: none;
}
#pagetitle a:hover {
font-size: 14px;
	color: #FFCC33;
	text-decoration: underline;
}
 #maincontent .subtitle {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #CC9933;
}
#maincontent td{
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

#copyright {
	font-size: 9px;
	color: #cc9933;
	padding-left: 20px;
	height: 29px;
}
#copyright a {
	color: #cc9933;
	text-decoration: none;
}
#copyright a:visited {
	color: #cc9933;
	text-decoration: none;
}
#copyright a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
