.bg {
	background-color: #FFFFFF;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: auto;
}
/*.table_mid {
	background-image: url(../images/table_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
}*/

.strip_header_down {
	background-image: url(/images/strip_header_down.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
	width: auto;
}
.red_strip {
	background-image: url(/images/strip_header_down_mid.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
	width: auto;
}
.bottom_mid {
	background-image: url(/images/bottom_mid.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.left_right_padding {
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 24px;
}
.txt_skyblue11 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #E4F5FE;
	text-decoration: none;
}
.nav_link {
	height: 40px;
	width: 187px;
	display: block;
}
.nav_link a {
	background-image: url(/images/nav_button.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 187px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #305F95;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-indent: 25px;
	line-height: 40px;
}
.nav_link a:hover {
	background-image: url(/images/nav_button.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 187px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #7C2F26;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-indent: 25px;
	line-height: 40px;
}
.nav_bottom_strip {
	background-image: url(/images/nav_bott_strip.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
	width: 187px;
}

.footer_link  {
	color: #E4F5FE;
	text-decoration: underline;
}