.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #004899;
}
.news_hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4b94c7;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #203e8c;	
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b94c7;
}

a:link {
	color: #4b94c7;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #4b94c7;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #4b94c7;
	font-weight: bold;
}
.s_hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #004899;
}
.s_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.bdr {
	border: 1px solid #203e8c;
}
.main_bdr {
	border-right: 1px solid #203e8c;
	border-left: 1px solid #203e8c;
	border-bottom: 1px solid #203e8c;
	border-top: 0px;
}
.bullet {
	list-style-position: outside;
	list-style-image: url(../img/bullet.gif);
	list-style-type: none;
	margin-left: -25px;
	margin-top: 1px;
}
