body {
	background-color : White;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : "Times New Roman", Times, serif;
	font-size : 11px;
	font-weight : normal;
	color : #CCCCCC;
	margin-bottom: 50px;
	background-image: url(../images/bg_main.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
img {	
	border: 0 none;
}
.box_header {
	padding-top: 40px;
	padding-bottom: 20px;
}
.box_body {
	background-color: White;
	border-bottom: 20px solid #CC6600;
	border-top: 20px solid #CC6600;
	margin-bottom: 5px;
}
.box_left {
	padding-bottom: 35px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	vertical-align: top;
}
.box_right {
	background-color: #D8CAAB;
	padding-bottom: 40px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	width: 230px;
	vertical-align: top;
}
.box1 {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.box_footer {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #E3E3E2;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	font-size: 12px;
	color: White;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.main_menu:Hover {
	color: #662A05;
	text-decoration: none;
}
h1 {
	font-size: 30px;
	margin-bottom: 5px;
	font-family : "Times New Roman", Times, serif;
	margin-top: 0px;
	color: #CC6600;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	margin-bottom: 5px;
	font-family : "Times New Roman", Times, serif;
	margin-top: 0px;
	color: #517DAA;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	margin-bottom: 5px;
	font-family : "Times New Roman", Times, serif;
	margin-top: 0px;
	color: #696969;
	font-weight: normal;
}
h4 {
	font-size: 24px;
	margin-bottom: 5px;
	font-family : "Times New Roman", Times, serif;
	margin-top: 0px;
	color: #663300;
	font-weight: normal;
}
h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-family : "Times New Roman", Times, serif;
	margin-top: 0px;
	color: #663300;
	font-weight: normal;
	font-style: italic;
}
hr {
	border: 0px solid #696969;
	color: #696969;
	height: 1px;
	background-color: #696969;
}
TD {
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	color: #696969;
	line-height: 24px;
	font-weight: normal;
}
A, A:Link, A:Visited {
	color: #4E7BC7;
	text-decoration: underline;
	font-weight: normal;
}
A:Hover {
	color: #27467D;
	text-decoration: underline;
	font-weight: normal;
}
.footer {
	color: #00417F;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer_link, .footer_link:Link, .footer_link:Visited {
	color: #00417F;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer_link:Hover {
	color: #001D39;
}
.sub_menu, .sub_menu:Link, .sub_menu:Visited {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
: /* 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;
 }