body {
	background-color : White;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #CCCCCC;
	margin-bottom: 0px;
	background-image: url(../images/bg_main.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box_top {
	background-image: url(../images/bg_logo.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #449FD4;
	border-bottom: 1px solid #096AA9;
}
.box_logo {
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
.box_body {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.box_footer {
	background-color: White;
	padding-left: 30px;
	padding-right: 30px;
}
.box_footer2 {
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(../images/bg_footer.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box_menu {
	background-color: #034D74;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(../images/bg_menu.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.box_menu2 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
}
.box_ad {
	background-image: url(../images/bg_ad.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.box_about {
	padding-left: 35px;
	padding-right: 20px;
	padding-top: 25px;
}
.box1 {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	font-size: 12px;
	color: #BFC5CF;
	font-weight: bold;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}
.main_menu:Hover {
	color: #449FD4;
	text-decoration: none;
}
h1 {
	font-size: 22px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #00235D;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	margin-bottom: 5px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: Black;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #064976;
	font-weight: bold;
}
hr {
	border: 0px solid #B2B2B2;
	color: #B2B2B2;
	height: 1px;
	background-color: #B2B2B2;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #696969;
	line-height: 20px;
	font-weight: normal;
}
.footer {
	color: #D3D4D6;
}
A, A:Link, A:Visited {
	color: #1E7CB9;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #0A4D7C;
	text-decoration: none;
}
: /* Tool Tips */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
 table.audition td{
 	vertical-align: top;
 }
 td.hdr {
 	color: #034D74;
	font-weight: bold;
	width: 150px;
 }