body {
	font-family: tahoma;
	background: url(../images/bg.jpg);
	background-color: #e5e4e5;
}
.header {
	height: 100px;
	border: solid 0px #010772;
}
.topMenu {
	background: url(../images/bgMenu.jpg);
	background-color: #cfcfcf;
	text-align: center;
	height: 27px;
	padding-bottom: 3px;
}
.topLink {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}
.topLinkOver {
	text-decoration: none;
	color: #f23b4c;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}
.topSep {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	margin-right: 7px;
	margin-left: 7px;
}
.footer {
	background: url(../images/bgFoo.jpg);
	background-color: #fff;
	text-align: center;
	padding: 10px;
	border: 0px solid #451545;
	background-color: #c9c6c9;
}
.fooLink {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}
.fooLinkOver {
	text-decoration: none;
	color: #fa6775;
	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: left;
}
.rightMenu {
	width: 200px;
	border: 0px solid #010772;
	padding-top: 4px;
	text-align: left;
}
.menuBlock {
	border: 1px solid #9b607c;
	border-left: 1px solid #9b607c;
	border-bottom: 1px solid #9b607c;
	text-align: left;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.menuHeader {
	background: url(../images/bgBar.jpg) no-repeat;
	background-color: none;
	width: 220px;
	height: 25px;
	color: #fff;
	font-size: 13px;
	font-weight: bolder;
	text-align: left;
	padding-left: 38px;
	padding-top: 3px;
	margin-right: -38px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.link {
	text-decoration: none;
	color: #5d5b5d;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 7px;
	word-spacing: 2px;
	letter-spacing: 1px;
	
}
.linkOver {
	text-decoration: none;
	color: #000;
	padding: 0px 0px 0px 11px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
	word-spacing: 2px;
	letter-spacing: 1px;
}
.content {
	width: *;
	border-top: 0px solid #010772;
	border-bottom: 0px solid #010772;
	border-left: 0px solid #010772;
	border-right: 1px solid #451545;
	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: #a32834;
}