body {
	background-color : white;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 20px;
	margin-bottom: 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	background-image: url(../images/bg_header.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
@media print {
      .noprint { display: none; }
}
img, a img {	
	border: 0 none;
}
td {
	vertical-align: top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
}
.box1, table.box1 td {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.box_body {
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.box_body2 {
	padding-bottom: 5px;
	padding-top: 10px;
}
.box_menu {
	background-image: url(../images/bg_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;

}
.box_gray {
	background-color: #e8e8e8;
	padding-left: 10px;
}
.box_gray_top {
	background-image: url(../images/gray_up.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box_gray_left {
	background-image: url(../images/gray_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 10px;
}
.box_gray_right {
	background-position: left;
	background-repeat: repeat-y;
	background-image: url(../images/gray_right.jpg);
	width: 10px;
}
.box_gray_bottom {
	background-image: url(../images/gray_bottom.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box_footer {
	padding-left: 15px;
	padding-right: 15px;
	color: #ccebf6;
	vertical-align: middle;
	padding-top: 5px;
}
.footer_toprow {
	background-image: url(../images/footer_topbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #36abe1;
}
.footer_bottomrow {
	background-image: url(../images/footer_bottombg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.footer_main {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #048dc4;
}
.header_content {
	font-family: "Arial Black";
	font-style: italic;
	font-size: 16px;
	padding-top: 55px;
	color: black;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	color: white;
	padding-bottom: 9px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	display: block;
}
.main_menu:Hover {
	color: white;
	background-image: url(../images/bg_menu_over.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
h1 {
	font-size: 20px;
	margin-bottom: 5px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: black;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	margin-bottom: 3px;
	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: black;
	font-weight: bold;
}
hr {
	border: 0px solid #a9a9a9;
	color: #a9a9a9;
	height: 1px;
	background-color: #a9a9a9;
}
A, A:Link, A:Visited {
	color: #13a3de;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #157399;
	text-decoration: none;
}
.white, .white:Link, .white:Visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.white: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;
 }
 
 a.tooltip_img {
	text-decoration: none;
 }
 
a.tooltip_img span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip_img:hover span{
	display: inline;
	position: absolute;
	font-style: normal;
	text-align: left;
 }
