@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(bg.jpg);
}
.bg_top {
	background-image: url(bg1.jpg);
	background-repeat: repeat-x;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #016BA7;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004E77;
	background-color: #FEF9B9;
	padding: 3px 3px 3px 10px;
}
.heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004E77;
	font-weight: bold;
}
a {
	color: #004E77;
}
.small {
	font-size: 10px;
}
.back {
	font-size: 10px;
	text-align: right;
}

