/* base font and alignment characteristics */
body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

}


/* Styles for the news tabs */
.newsTabText {
	font-size: 9px;
	padding: 3px 2px 0px 7px;
	font-weight: bold;
	line-height: 14px;
}

.newsTabOff {
	background-color: #70a0d0;
}

.newsTabOn {
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;

}

a.newsTabLinkOff:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.newsTabLinkOn:visited {
	color: #444444;
	text-decoration: none;
}

a.newsTabLinkOff {
	color: #FFFFFF;
	text-decoration: none;
}
a.newsTabLinkOn {
	color: #444444;
	text-decoration: none;
}

}
a.newsTabLinkOn:hover {
	color: #FFFFFF;
	text-decoration: none;
}
