/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.gif);
	background-repeat:repeat-x;
	background-color: #FFCC66;
}


.blue_table{
background-image:url(table_blue_bg_top.gif);
background-repeat:repeat-x;
}
.headline_blue {
	color: #13435A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

.sub_headline_blue {
	color: #13435A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.body_text {
	color: #6B6B6B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}

.body_text a{
	color: #C01D1F;
	text-decoration:none;
	border-bottom-width: 1px;
	
	border-bottom-style: dotted;
}


.body_text a:hover{
border-bottom-width: 0px;
	color: #FFFFFF;
	background-color:#C01D1F;
	}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #94763B;
}
.body_text ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.body_text li {
background: url(bullet_red.gif) left center no-repeat;
padding-left: 15px;
margin-bottom: 10px;
}
.tab_orange {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.news_item {
	color: #005367;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.news_item a{
	color: #005367;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

.news_item a:hover{
	color: #FFFFFF;
	background-color:#005367;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

.cover {
visibility:hidden;
display:none;
}

