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

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	color: #FFFFFF;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 17px;
}


.news-b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	color: #999999;
	font-weight: bold;
}


.text-b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 17px
	font-weight: bold;
	}
	
	
	.text-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #07306B;
	line-height: 17px;
	font-weight: bold;
	}
	
	
	
 #news a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: white;
	line-height: 17px;
	text-decoration:none;
 }
	
	
	#news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF8621;
	line-height: 17px;
	text-decoration:underline;
 }
 
 
  #news visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	line-height: 17px;
	text-decoration:none;
 }

