@charset "utf-8";
.regular_text {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000099;
}

body {
	margin: 0px;
	background-color: #36A0D2;
}
.nav_btm_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
.gr_tbl_bg {
	background-image: url(images/gr_bg.jpg);
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.wh_cell_bg {
	background-image: url(images/wh_bg.jpg);
}
.heading_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

