/* classes for news */
.newsexttable {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Black;
    background-color : #ffffff;
/*    border : 1px solid #F47D7D;*/
}

.newstitle {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Navy;
    background-color : #ffffff;
}

.newstitlelink {
    font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 15px;
    font-weight: bold;
    color : Navy;
    background-color : #ffffff;
	text-decoration : none;
}

.newstitlelink:HOVER {
    color : Red;
	text-decoration : underline;
}

.newsdate {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #000000;
    background-color : #ffffff;
	text-decoration : none;
}

.newspostedby {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #696969;
    background-color : #F5F5F5;
/*    border-bottom : 1px solid #609689;
    border-top : 1px solid #609689;
*/
}

.newspostedbylink {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #000000;
    background-color : #F5F5F5;
	text-decoration : none;
}

.newspostedbylink:HOVER {
    color : Red;
	text-decoration : none;
}

.newstext1 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 13px;
    font-weight : normal;
    color : Black;
    background-color : #ffffff;
    vertical-align: top;
}

.newstext2 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;
    color : Black;
    background-color : White;
}

.newsfooter {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #696969;
    background-color : #F5F5F5;
    border-top : 1px solid #609689;
}

.newsfooterlink {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #696969;
    background-color : #F5F5F5;
	text-decoration : none;
}

.newsfooterlink:HOVER {
    color : Red;
	text-decoration : underline;
}

.newsgap {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #696969;
    background-color : #F5F5F5;
    border-bottom : 1px solid #F47D7D;
    border-top : 1px solid #F47D7D;
}

.newsline {
	background-image: url('img/newsline2.png');
    padding: 0px;
}

TABLE.listatindex TD{
	background-color: #E6EBEF;
}

TABLE.listatindex TD.spot{
	background-color: #ffffff;
	vertical-align: top;
    width: 1px;
    font-size: 14px;
}

TABLE.listatindex A:link,TABLE.listatindex A:visited{
	color: #000080;
}