body {
	font-family: tahoma;
	background: url(../images/bg.png);
	background-color: #fff;
	color: #000;
}
.header {
	height: 100px;
	border: solid 1px #000;
}
.topMenu {
	background-color: #000;
	border: solid 0px #1c1c1c;
	text-align: center;
	height: 27px;
	padding-bottom: 3px;
}
.topLink {
	text-decoration: none;
	color: #6f6f6f;
	font-size: 13px;
	font-weight: bold;
	margin-right: 9px;
	margin-left: 9px;
	word-spacing: 1px;
	letter-spacing: 1px;
	font-style: normal;
}
.topLink:hover {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 9px;
	margin-left: 9px;
	word-spacing: 1px;
	letter-spacing: 1px;
	font-style: normal;
}
.topSep {
	color: #6f6f6f;
	font-size: 12px;
	font-weight: bold;
	margin-right: 7px;
	margin-left: 7px;
}
.footer {
	background-color: #6f6f6f;
	text-align: center;
	padding: 10px;
	border: 1px solid #000;
}
.fooLink {
	text-decoration: none;
	color: #a1a0a0;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
	font-style: normal;
}
.fooLink:hover {
	text-decoration: none;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
	font-style: normal;
}
.fooSep {
	color: #a1a0a0;
	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: 220px;
	border: 0px solid #010772;
	padding-top: 4px;
	text-align: left;
}
.menuBlock {
	background-color: #ccc;
	border: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.menuHeader {
	background-color: #6f6f6f;
	border: solid 0px #000;
	width: 218px;
	height: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: bolder;
	text-align: center;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: -0px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.link {
	text-decoration: none;
	color: #6f6f6f;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 7px;
	word-spacing: 1px;
	letter-spacing: 1px;
	font-style: normal;
}
.link:hover {
	text-decoration: none;
	color: #000;
	padding: 0px 0px 0px 6px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
	word-spacing: 1px;
	letter-spacing: 1px;
	font-style: normal;
}
.content {
	width: *;
	border-top: 0px solid #23a28d;
	border-bottom: 0px solid #650f04;
	border-left: 1px solid #000;
	border-right: 0px solid #23a28d;
	text-align: left;
	padding: 10px;
}
.mainTbl {
	background-color: #fff;
}

.copy { text-align:center; font-weight:bold; }

.copy a { text-decoration:underline; font-style:normal; }

h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
p {
	font-size: 12px;
	text-align: justify;
}
a {
	font-weight: bold;
	color: #000;
	font-style: italic;
}
