/* classes for news */
.newsexttable {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : Black;
    background-color : #ebebeb;
    border : 1px solid #204482;
}

.newstitlemain {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : white;
    background-color : #204482;
    font-weight : bold;
}
.newstitle {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #204482;
    background-color : #ebebeb;
    font-weight : bold;
}

.newstitlelink {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #204482;
       font-weight : bold;
	text-decoration : none;
}

.newstitlelink:HOVER {
    color : #204482;
	text-decoration : underline;
}

.newsdate {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #204482;
       font-weight : bold;
	text-decoration : none;
}

.newspostedby {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #204482;
    background-color : #ebebeb;
    border-bottom : 1px solid #204482;
    }

.newspostedbylink {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #204482;
    	text-decoration : bold;
  font-weight: bold
}

.newspostedbylink:HOVER {
    color : #204482;
	text-decoration : underline;
}

.newstext1 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;
    color : Black;
    background: transparent;
}

.newstext2 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;
    color : Black;
    background-color : #ebebeb;
}

.newsfooter {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #696969;
    background : #ebebeb;
    border-top : 1px solid #204482;
}

.newsfooterlink {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #204482;
    background : #ebebeb;
	text-decoration : none;
}

.newsfooterlink:HOVER {
    color : #204482;
	text-decoration : underline;
}

.newsgap {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #A9A9A9;
    background-color : #ebebeb;
	border-top : 1px solid #204482;
    border-bottom : 1px solid #ebebeb;
}