body, p, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color: #F04200;
	text-decoration: none;
}
a:hover {
	color: blue;
}
.topLine {
	background: url(../images/index_04.jpg) repeat-x;
}
.lineLeft {
	background: url(../images/index_08.jpg) repeat-y;
}
.lineRight {
	background: url(../images/index_10.jpg) repeat-y;
}
.bottomLine {
	background: url(../images/index_16.jpg) repeat-x;
}
.menuTitle {
	font-family: helvetica, "MS Sans Serif", Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00019F;
	background-color: #FFE4C4;
	height: 28px;
	vertical-align: middle;
	padding-left: 10px;
}
.menuTable {
	margin-left: 20px;
}
a.menu:link, a.menu:visited {
	background: url(../images/menu.jpg) no-repeat;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 20px;
	width: 185px;
	height: 28px;
	display: block;
	font-size: 14px;
	font-variant: small-caps;
}
a.menu:hover, a.menu:active {
	background: url(../images/menu2.jpg) no-repeat;
	font-weight: bold;
	color: #2D2EFF;
	padding-top: 3px;
	padding-left: 20px;
	width: 185px;
	height: 28px;
	display: block;
	font-size: 14px;
	font-variant: small-caps;
}
.content h1 {
	font-family: 'times new roman', times, serif;
	text-align: center;
	padding-top: 10px;
	font-size: 25px;
	color: #761E1E;
}
.content h2 {
	font-family: 'times new roman', times, serif;
	text-align: center;
	padding-top: 10px;
	font-size: 21px;
	color: #761E1E;
}
.content h3 {
	font-family: 'times new roman', times, serif;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	color: #761E1E;
}
.content {
	padding: 10px;
	font-size: 12px;
}
.contentMenu {
	background-color: #BC0404;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 5px auto;
}
.floatleft {
	float: left;
	padding: 5px;
}
img {
	border: 0;
}
.copyright {
   text-align: center;
	font-size: 11px;
	padding: 20px;
}

