/* CSS Document */

.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	font-variant: normal;
	color: #FF9900;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;

}

.news_title a {
	text-decoration: none;
	color: #FF9900;

} 

.news_title a:hover {
	text-decoration: underline;

} 

.news_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	

}

.news_text a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

.news_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}

.recent_news {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;

}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.body_text a {
	color: #FFFFFF;
	text-decoration: none;

}

.body_text a:hover {
	color: #FF9900;
	text-decoration: underline;

}

.footer_txtlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FF9900;
	text-decoration: none;
	padding-top: 4px;


}

.footer_txtlinks a {
	color: #FF9900;
	text-decoration: none;

}

.footer_txtlinks a:hover {
	color: #FFFFFF;
	text-decoration: none;

}

.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;

}

.footer_txt a {
	color: #FF9900;
	text-decoration: none;

}

.footer_txt a:hover {
	color: #FF9900;
	text-decoration: underline;

}
.border {
	background-color: #0F0F0F;
	border: 1px solid #333333;
}
