body, td, p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
body {
	background: url(../../images/bg.gif) repeat scroll 0px 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
hr {
	margin: 10px 0 10px 0;
	width: 100%;
	height: 1px;
	color: #000000;
}
.maintable {
	width: 760px;
	height: 100%;
	border: solid 1px #000000;
	background: #FFFFFF;
}
.header {
	height: 120px;
	background: #000000;
}
.bodytable {
	width: 100%;
	height: 100%;
	border: none;
}
.content {
	text-align: left;
	vertical-align: top;
	padding: 20px;
}
.footer {
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background: #000000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.footer a {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
}
.menu {
	font-size: 10px;
	border: solid 1px #6A6146;
	border-top: none;
	width: 120px;
}
.menu a {
	width: 120px;
	font-size: 12px;
    display: block;
	white-space: nowrap;
	background: #CCCCCC;
	color: #000000;
	padding: 1px 0.5ex;
	text-decoration: none;
}
.menu a:visited {
	font-size: 12px;
    color: #000000;
}
.menu a:hover {
	font-size: 12px;
    background: #FF9900;
	color: #000000;
	text-decoration: none;
}
.menuarrow {
	margin-right: 5px;
}
.subtable {
	background: #E5E5E5;
	border: 1px solid #000000;
	display: table;
	border-collapse: collapse;
	padding: 2 5;
	width: 100%;
}
.subtable th {
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	text-align: center;
	vertical-align: middle;
}
.subtable td {
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
}