/* Font Variations */
h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
.index-headline {
	font-size: 18px; 
	font-weight: bold;
	color: #000;
} 
.index-subheadline {
	font-size: 15px; 
	font-weight: bold;
	color: #000;
} 
.red-bold {
	font-weight: bold;
	color: #990000;
}
.news-text {
	font-size: 13px;
}
.subnav-nolink {
	color: #666;
	padding-left:3px;
}