
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FC1105;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
} 
.textred {  
font-family: Arial;
 font-size: x-small;
 color: #FF0000
 }
.italics {
 font-size: x-small;
 font-style: italic;
 }
.textBlurb {  
font-family: Arial;
font-size: 12px;
color: #000000
}
.textBold { 
font-family: Arial;
color: black;
font-size: x-small;
font-style: normal; 
font-weight: bold
}

.calBold {
	color: #000000;
	font: 13px Arial, Helvetica, sans-serif;
}

.calTitle {
	color: #000000;
	font: bold 24px Arial, Helvetica, sans-serif;
}

.calText {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
.small {
color: #000000;
font: 12px Arial, Helvetica, sans-serif;
}

.title {
	color: #000000;
	font: bold 20px Arial, Helvetica, sans-serif;
}

.bottomnav {
	font: 12px Arial, Helvetica, sans-serif;
}
a.bottomnav:hover {
	color: #FF0000;
	text-decoration: none;
}

a.bottomnav:link {
	color: #FF0000;
	text-decoration: underline;
}

a.bottomnav:visited {
	color : #FC1105;
	text-decoration : underline;
}

a.bottomnav:active {
	color: #FF0000;
	text-decoration: underline;
}
.copyright {
color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
}	     		   	     

