/* classes for news */
.newsexttable {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : Black;
    background-color : #DCDCDC;
}

.newstitle {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : Black;
    background-color : #D2EDFF;
    font-weight : bold;
	border-top : 1px solid Blue;
    border-bottom : 1px solid Blue;
}

.newstitlelink {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : Black;
    background-color : #D2EDFF;
    font-weight : bold;
	text-decoration : none;
}

.newstitlelink:HOVER {
    color : Black;
	text-decoration : underline;
}

.newsdate {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #00008B;
    background-color : #D2EDFF;
    font-weight : bold;
	text-decoration : none;
}

.newspostedby {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #4169E1;
    background-color : #A9C2DA;
}

.newspostedbylink {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #4169E1;
    background-color : #A9C2DA;
	text-decoration : none;
	font-weight : normal;
}

.newspostedbylink:HOVER {
    color : #0000FF;
	text-decoration : none;
	font-weight : normal;
}

.newstext1 {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #333333;
/*    background-color : White; */
}

.newstext2 {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #333333;
/*    background-color : White; */
}

.newsfooter {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #4169E1;
    background-color : #A9C2DA;
}

.newsfooterlink {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #4169E1;
    background-color : #A9C2DA;
	text-decoration : none;
	font-weight : normal;
}

.newsfooterlink:HOVER {
    color : #0000FF;
	text-decoration : underline;
	font-weight : normal;
}

.newsgap {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #0000FF;
    background-color : #ECF7FF;
	border-top : 1px solid #A8DCFF;
    border-bottom : 1px solid #A8DCFF;
}