/* classes for news */
.newsexttable {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : Black;
    background-color : transparent;
    border : 1px solid #0F520C;
}

.newstitle {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #0F520C;
    background-color : #A6FBA2;
    font-weight : bold;
}

.newstitlelink {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #0F520C;
    background-color : #A6FBA2;
    font-weight : bold;
	text-decoration : none;
}

.newstitlelink:HOVER {
    color : #0000FF;
	text-decoration : underline;
}

.newsdate {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #0F520C;
    background-color : #A6FBA2;
    font-weight : bold;
	text-decoration : none;
}

.newspostedby {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #0F520C;
    background-color : #A6FBA2;
    border-top : 1px solid #38C045;
    border-bottom : 1px solid #38C045;
}

.newspostedbylink {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #0F520C;
    background-color : #A6FBA2;
	text-decoration : none;
}

.newspostedbylink:HOVER {
    color : #0000FF;
	text-decoration : none;
}

.newstext1 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;
    color : Black;
    background-color : transparent;
}

.newstext2 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;
    color : Black;
    background-color : transparent;
}

.newsfooter {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #0F520C;
    background : #A6FBA2;
    border-top : 1px solid #38C045;
}

.newsfooterlink {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #0F520C;
    background : #A6FBA2;
	text-decoration : none;
}

.newsfooterlink:HOVER {
    color : #0000FF;
	text-decoration : underline;
}

.newsgap {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #0F520C;
    background-color : transparent;
	border-top : 1px solid #38C045;
    border-bottom : 1px solid #38C045;
}
.newsarchived {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;
    color : #0F520C;
    background-color : transparent;
}