/* CSS Document */

body {
	background-color: #9D9D9D;
	margin-left: 0px;
	margin-top: 20px;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
}

a {
	color:#0D4590;
}

.newslink {
	color:#EE3F31;
}

.news_title{
 font-weight: bold;
 color: #1E5EB5;
 font-size: 10px;
 }
 
 .news_title2{
 font-weight: bold;
 color: #EE3F31;
 font-size: 10px;
 }
 
.news_text{
 font-size: 10px;
 }
 
.news_date{
 font-size: 10px;
 color: #999999;
 }
 
 .news_text2{
 font-size: 10px;
 color: #7A7A7A;
 }
 
  .page_title{
 font-size: 14px;
 color: #0056A1;
 font-weight: bold;
 }
 
 
