.date {
 Font-Family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
 Font-weight: normal;
 Font-size: 11px;
 color: #BA0843;
}
.newsheader {
 Font-Family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
 Font-weight: bold;
 Font-size: 11px;
 color: #F95800;
}
.newsbody {
 Font-Family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
 Font-weight: normal;
 Font-size: 11px;
 color: #9E9E9E;
}
.pages {
 Font-Family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
 Font-weight: normal;
 Font-size: 14px;
 color: #9E9E9E;
}
.details {
 Font-Family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
 Font-weight: normal;
 Font-size: 11px;
 color: #106E81;
}
.td_news {
 border-bottom:1px solid #106E81;
}

.myheader {
 Font-Family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
 Font-weight: bold;
 Font-size: 14px;
 color: #F95800;
}



A.newsheader:link 		{ text-decoration: underline; font-weight: bold; color: #F95800; }
A.newsheader:visited 	{ text-decoration: underline; font-weight: bold; color: #F95800; }
A.newsheader:hover 		{ text-decoration: none; font-weight: bold; color: #F95800; }
A.newsheader:active 		{ text-decoration: underline; font-weight: bold; color: #F95800;}

A.details:link 		{ text-decoration: underline; font-weight: normal; color: #106E81; }
A.details:visited 	{ text-decoration: underline; font-weight: normal; color: #106E81; }
A.details:hover 		{ text-decoration: none; font-weight: normal; color: #106E81; }
A.details:active 		{ text-decoration: underline; font-weight: normal; color: #106E81;}


