body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D0BC7F;
	background-image:url(../images/main_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#C3D4EE;
}
.shade_bg {
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat: no-repeat;
	background-color:#004D9C;
}
.header_bg {
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat: no-repeat;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
}
.center_bg {
	background-image:url(../images/center_bg.jpg);
	background-position:top;
	background-repeat: no-repeat;
}
.center_rep {
	background-image:url(../images/center_rep.jpg);
	background-repeat: repeat-y;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #1F374C;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.white_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262673;
}
.blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	height:26px;
	color: #262673;
}
.blue_bold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #262673;
}
.txt-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.txt_bold {
	font-weight:bold;
	height:20px;
}
.border_img{
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	padding:2px;
}
.heading_index{
	font-family:"times";
	font-size:15px;
	font-weight:bold;
	color:#000000;
	padding-left:15px;
	background-image:url(../images/heading_index_bg.jpg);
}
.heading_big{
	font-family:"times";
	font-size:15px;
	font-weight:bold;
	color:#000000;
	padding-left:15px;
	background-image:url(../images/heading_big.jpg);
}
.sub-heading {
	line-height:20px;
	font-size:13px;
	color: #FF9900;
	font-weight:bold;
}
.sub_title {
	background-image:url(../images/heading_big.jpg);
	background-repeat:repeat-y;
	background-position:top;
	background-color:#3E3E7A;
}
/*links*/
a {
	color: #195788;
	text-decoration: none;
}
a:hover{
	color:#CC6600;
	text-decoration: none;
}
a.under {
	color: #195788;
	text-decoration: underline;
}
a.under:hover{
	color:#CC6600;
	text-decoration: underline;
}
a.under1 {
	color: #195788;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}
a.under1:hover{
	color:#CC6600;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}
a.sub_nav {
	font-size:11px;
	color: #ffffff;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration: none;
}
a.sub_nav:hover{
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}
.selected-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	letter-spacing:1px;
	color: #000000;
}
.selected-nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	letter-spacing:1px;
	color: #000000;
}
.sub-menu {
	padding-left:10px;
	padding-right:5px;
	background-color:#077CDC;
}
.menu_sep{
	background-color:#353666;
}
.white_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.white_nav_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding-bottom:5px;
	background-image:url(../images/nav_bult.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.padding {
	padding:5px;
}
