/* CSS Document */

.navlink { color: #FFFFFF; text-decoration: none; } 
a.navlink:active { color: #FFFFFF; text-decoration: none; } 
a.navlink:visited { color: #FFFFFF; text-decoration: none; } 
a.navlink:hover { color: #FFFFFF; text-decoration: underline;
}
.footerlink { color: #FFFFFF; text-decoration: underline; } 
a.footerlink:active { color: #FFFFFF; text-decoration: underline; } 
a.footerlink:visited { color: #FFFFFF; text-decoration: underline; } 
a.footerlink:hover { color: #FFFFFF; text-decoration: none;
}
.topnavlink { color: #0072BB; text-decoration: none; } 
a.topnavlink:active { color: #0072BB; text-decoration: none; } 
a.topnavlink:visited { color: #0072BB; text-decoration: none; } 
a.topnavlink:hover { color: #0072BB; text-decoration: underline;
}
.sitelink { color: #000099; text-decoration: underline; } 
a.sitelink:active { color: #999999; text-decoration: none; } 
a.sitelink:visited { color: #999999; text-decoration: underline; } 
a.sitelink:hover { color: #999999; text-decoration: underline;
}
.chroniclelink {
	color: #CC0000;
	text-decoration: none;
	background-color: #D1E3ED;
} 
a.chroniclelink:active { color: #CC0000; text-decoration: underline; } 
a.chroniclelink:visited { color: #CC0000; text-decoration: none; } 
a.chroniclelink:hover { color: #CC0000; text-decoration: underline;
}
.pageheader { 
	font-family: Georgia, Times New Roman, Times, serif;
	color: #0072BB;
	font-weight: bold;
	font-size: 22px;
}
.bodytext { 
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
	font-size: .9em;
}
.smallheading { 
	font-family: Georgia, Times New Roman, Times, serif;
	color: #CC0000;
	font-size: .9em;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
