@charset "utf-8";
/* CSS Document */
body {
	background-color: #bbbbbb;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.style4 {
	font-family: "Times New Roman", Times, serif;
	color: #26547C;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style7 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; color: #FF0000; }
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style9 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
.style10 {font-size: 10px}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#D52228;
}
.h15 {
	font-family: "Bernard MT Condensed";
	font-size: 22px;
	font-weight: bold;
	color:#D52228;
}
.style17 {font-size: 26px}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
/** Right **/
#nav {
 background: url(images/header.jpg) no-repeat;
 height: 45px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 30px;
}
#nav li {
 float: left;
 border-right: 1px solid #999999;
 padding: 30px 9px 9px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 font-weight: bold;
}
