/* 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 : #FFD2D2;
    font-weight : bold;
	border-top : 1px solid red;
    border-bottom : 1px solid red;
}

.newstitlelink {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : Black;
    background-color : #FFD2D2;
    font-weight : bold;
	text-decoration : none;
}

.newstitlelink:HOVER {
    color : Black;
	text-decoration : underline;
}

.newsdate {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #8B0000;
    background-color : #FFD2D2;
    font-weight : bold;
	text-decoration : none;
}

.newspostedby {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #E14141;
    background-color : #FFECEC;
}

.newspostedbylink {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #E14141;
    background-color : #FFECEC;
	text-decoration : none;
	font-weight : normal;
}

.newspostedbylink:HOVER {
    color : #FF0000;
	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 : #E14141;
    background-color : #FFECEC;
}

.newsfooterlink {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #E14141;
    background-color : #FFECEC;
	text-decoration : none;
	font-weight : normal;
}

.newsfooterlink:HOVER {
    color : #FF0000;
	text-decoration : underline;
	font-weight : normal;
}

.newsgap {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #FF0000;
    background-color : #FFECEC;
	border-top : 1px solid #FFA8A8;
    border-bottom : 1px solid #FFA8A8;
}