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;
}
img {	
	border: 0 none;
}
.box_body {
	background-image: url(../images/bg_body.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: top;
	background-repeat: repeat-x;
}
.box_menu {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	background-image: url(../images/bg_header.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box_main_ad {
	background-image: url(../images/bg_main_ad.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box_main_ad2 {
	background-image: url(../images/bg_main_ad2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.box_right {
	border-left: 3px dotted #B4B4B4;
	padding-left: 20px;
	width: 185px;
}
.box_contact {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: #DCDBDB;
	border: 1px solid #CCCCCC;
}
.box_footer {
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 3px dotted #B4B4B4;
}
.box1 {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.dots {
	border-top: 3px dotted #B4B4B4;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	font-size: 12px;
	color: #4E4C4D;
	text-decoration: none;
}
.main_menu:Hover {
	color: #DE6F24;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	margin-bottom: 5px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #4E4C4D;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 16px;
	margin-bottom: 5px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #DE6F24;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: Black;
	font-weight: bold;
}
hr {
	border: 0px solid #ABAFB6;
	color: #ABAFB6;
	height: 1px;
	background-color: #ABAFB6;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #696969;
	line-height: 18px;
	font-weight: normal;
}
A, A:Link, A:Visited {
	color: #DE6F24;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #8A481C;
	text-decoration: underline;
}
.white, .white:Link, .white:Visited {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
.white:Hover {
	text-decoration: underline;
}
.yellow, .yellow:Link, .yellow:Visited {
	color: #FFD800;
	text-decoration: none;
	font-weight: bold;
}
.yellow:Hover {
	text-decoration: underline;
}
: /* 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;
 }