@charset "UTF-8";
/* CSS Document */

.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #003882;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.body_blueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B489D;
	text-align: justify;
	font-weight: bold;
}
.header_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 20px;
	text-align: left;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.story_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 12px;
/*	padding-bottom: 10px; */
	padding-left: 16px;
}
.story_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F7D417;
	font-weight: bold;
	text-decoration: none;
}
.story_header:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F7D417;
	font-weight: bold;
	text-decoration: none;
}
.left-menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-align: left;
	width: 140px;
	font-weight: bold;
	text-indent: 10px;
	height: 25px;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0px;
}
.left-menu:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left-menu:hover {
	color: #FFFFFF;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 20px;
	text-align: center;
/*	font-weight: bold; */
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	color: #333333;
}
.headerLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #666666;
}
.left-menuBox {
	text-align: left;
	width: 140px;
	font-weight: bold;
	height: 25px;
	background-color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0px;
	background-image: url(images/menu_bg_02.jpg);
	background-repeat: repeat;
}

