body {
	font-family: arial;
	background: url(../images/33original.gif);
}
.header {
	height: 130px;
	border: solid 0px #010772;
}
.topMenu {
	background-color: #0d4007;
	text-align: center;
	height: 30px;
}
.topLink {
	text-decoration: none;
	color: #a27e1f;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}
.topLinkOver {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}
.topSep {
	color: #a27e1f;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}
.footer {
	background-color: #0d4007;
	text-align: center;
	padding: 10px;
}
.fooLink {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}
.fooLinkOver {
	text-decoration: none;
	color: #a27e1f;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}
.fooSep {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}
.leftMenu {
	width: 200px;
	border: 0px solid #010772;
	padding-top: 4px;
	text-align: left;
}
.rightMenu {
	width: 200px;
	border: 0px solid #010772;
	padding-top: 4px;
	text-align: left;
}
.menuBlock {
	border: 1px solid #0f4909;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.menuHeader {
	background-color: #0f4909;
	width: 190px;
	height: 20px;
	color: #a27e1f;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 3px;
	
}
.link {
	text-decoration: none;
	color: #12520b;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	
}
.linkOver {
	text-decoration: none;
	color: #f30900;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	
}
.content {
	width: *;
	border-top: 0px solid #010772;
	border-bottom: 0px solid #010772;
	border-left: 0px solid #010772;
	border-right: 1px solid #12520b;
	text-align: left;
	padding: 10px;
}
.mainTbl {
	background-color: #fff;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
p {
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #f30900;
}