body {
	font-family: arial;
	background: url(../images/bg1.jpg);
	background-color: #fff;
	color: #000;
}
.header {
	height: 100px;
	border-top: solid 2px #fff;
}
.topMenu {
	background: url(../images/bgMenu.png);
	background-color: #ececec;
	text-align: center;
	height: 40px;
	padding-top: 4px;
}
.topLink {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.topLinkOver {
	text-decoration: none;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.topSep {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
.footer {
	background: url(../images/bgFoo.png);
	background-color: none;
	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: #ff0000;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}
.fooSep {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
}
.leftMenu {
	width: 200px;
	border: 0px solid #010772;
	padding-top: 4px;
	text-align: right;
}
.rightMenu {
	background-color: #ececec;
	width: 200px;
	border: 0px solid #010772;
	padding-top: 4px;
	text-align: right;
}
.menuBlock {
	background-color: #ececec;
	border: 0px solid #23a28d;
	border-left: 0px solid #23a28d;
	border-bottom: 0px solid #23a28d;
	text-align: right;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.menuHeader {
	background: url(../images/bgBar.png) no-repeat;
	background-color: #ececec;
	border: solid 0px #000;
	width: 230px;
	height: 35px;
	color: #ff0000;
	font-size: 13px;
	font-weight: bolder;
	text-align: center;
	padding-left: 0px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-right: -0px;
	margin-bottom: -8px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.link {
	text-decoration: none;
	color: #51948a;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.linkOver {
	text-decoration: none;
	color: #01362d;
	padding: 0px 0px 0px 6px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.content {
	background-color: #f2f2f2;
	width: *;
	border-top: 0px solid #23a28d;
	border-bottom: 0px solid #650f04;
	border-left: 1px solid #ececec;
	border-right: 0px solid #23a28d;
	text-align: left;
	padding: 10px;
}
.mainTbl {
	background-color: none;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
	color: #062d1e;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
p {
	font-size: 13px;
	text-align: justify;
}
a {
	font-weight: bold;
	color: #ff0000;
}
