/* classes for news */
.newsexttable {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : Black;
    background-color : #;
}

.newstitle {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #996600;
    background-color : #ECC21A;
    font-weight : bold;
	border-top : 1px solid #CC9900;
/*    border-bottom : 1px solid #;  */
}

.newstitlefull {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 14px;
    color : #996600;
    background-color : #;
    font-weight : bold;
/*	border-top : 1px solid #;		*/
/*    border-bottom : 1px solid #; */
}

.newstitlelink {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #663300;
    background-color : #ECC21A;
    font-weight : bold;
	text-decoration : none;
}

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

.newsdate {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 9px;
    color : #8B8B00;
    background-color : #ECC21A;
    font-weight : bold;
	text-decoration : none;
}

.newsdatesidebox {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #00008B;
	text-decoration : none;
}

.newspostedby {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #A9A9A9;
    background-color : #FAFAFA;
}

.newspostedbylink {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #A9A9A9;
    background-color : #FAFAFA;
	text-decoration : none;
}

.newspostedbylink:HOVER {
    color : #333333;
	text-decoration : none;
}

.newstext1 {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #966300;
    background-color : ;
}

.newstext2 {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #333333;
    background-color : White;
}

.newstextfull {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #;
    background-color : ;
}

.newsfooter {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #A9A9A9;
    background-color : #;
/*	border-top : 1px solid #;
    border-bottom : 1px solid #; */
}

.newsfooterlink {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #A9A9A9;
    background-color : #;
	text-decoration : none;
}

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

.newsgap {
	font-family : Univers, Univers 55, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #A9A9A9;
    background-color : #;
	border-top : 1px solid #A9A9A9;
    border-bottom : 1px solid #A9A9A9;
}
