@charset "utf-8";
/* CSS Document */

.redtext {
	color: #F00;
}
.redtextbold {
	color: #F00;
	font-weight: bold;
}
.redtextboldlarge {
	color: #F00;
	font-weight: bold;
	font-size: 2.0em;
}
.redlargestar {
	color: #F00;
	font-weight: bold;
	font-size: 2.0em;
	vertical-align: text-bottom;
}
/* OUR CUSTOM LINK COLORS */

a.pagelink:link{
	color: #F00;
	text-decoration: underline;
}
a.pagelink:visited{
	color: #090  !important;
	text-decoration: underline;
}

a.pagelink:hover {
	color: #333;
	text-decoration: underline blink;
}.blacktextbold {
	font-weight: bold;
	color: #000;
}
.greentextbold {
	color: #009906;
	font-weight: bold;
}
