/* classes for news */
.newsexttable {
	font-family:Verdana,Arial,Helvetica;
    font-size : 10pt;
    color : Black;
	width: 100%;
    background-color : #DCDCDC;
	table-layout: fixed;
}

.newstitle {
	font-family:Verdana,Arial,Helvetica;
    font-size : 10pt;
    color : #003366;
    background-color : #FAFAFA;
    font-weight : bold;
	border-top : 1px solid #cccccc;
    border-bottom : 1px solid #cccccc;
}

.newstitlelink {
	font-family:Verdana,Arial,Helvetica;
    font-size : 10pt;
    background-color : #FAFAFA;
    font-weight : bold;
	text-decoration : none;
}

.newstitlelink:HOVER {
    color : 003366;
	text-decoration : none;
}

.newsdate {
	font-family:Verdana,Arial,Helvetica;
    font-size : 10pt;
    color : #003366;
    background-color : #FAFAFA;
    font-weight : bold;
	text-decoration : none;
}

.newspostedby {
	font-family:Verdana,Arial,Helvetica;
    font-size : 10pt;
    color : #A9A9A9;
    background-color : #FAFAFA;
}

.newspostedbylink {
	font-family:Verdana,Arial,Helvetica;
    font-size : 10pt;
    color : #A9A9A9;
    background-color : #FAFAFA;
	text-decoration : none;
}

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

.newstext1 {
	font-family:Verdana,Arial,Helvetica;
    font-size : 10pt;
    color : #333333;
    background-color : #FAFAFA;
}

.newstext2 {
	font-family:Verdana,Arial,Helvetica;
    font-size : 10pt;
    color : #333333;
    background-color : #FAFAFA;
}

.newsfooter {
	font-family:Verdana,Arial,Helvetica;
    font-size : 10pt;
    color : #A9A9A9;
    background-color : #FAFAFA;
	border-top : 1px solid #cccccc;
    border-bottom : 1px solid #cccccc;
}

.newsfooterlink {
	font-family:Verdana,Arial,Helvetica;
    font-size : 10pt;
    color : #A9A9A9;
    background-color : #FAFAFA;
	text-decoration : none;
}

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

.newsgap {
	font-family:Verdana,Arial,Helvetica;
    font-size : 10pt;
    color : #A9A9A9;
    background-color : #F0F0F0;
	border-top : 1px solid #A9A9A9;
    border-bottom : 1px solid #A9A9A9;
}
