body {
	font-family: arial;
	background: url(../images/33original.gif);
}
.header {
	height: 130px;
	border: solid 1px #010772;
	
}
.topMenu {
	background-color: #010772;
	text-align: center;
	height: 25px;
}
.topLink {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 25px;
}
.topSep {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 25px;
}
.footer {
	background-color: #010772;
	text-align: center;
	padding: 10px;
}
.fooLink {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 25px;
}
.fooSep {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 25px;
}
.leftMenu {
	width: 200px;
	border: 1px solid #010772;
	padding-top: 4px;
	text-align: left;
}
.rightMenu {
	width: 200px;
	border: 1px solid #010772;
	padding-top: 4px;
	text-align: left;
}
.menuHeader {
	background-color: #010772;
	width: 200px;
	height: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
}
.link {
	text-decoration: none;
	color: #057473;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
}
.content {
	width: *;
	border-top: 1px solid #010772;
	border-bottom: 1px solid #010772;
	border-left: 1px solid #010772;
	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: #057473;
}
