/* CSS Document */
.bigred{
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.pageheader{
	font-size: 18px;
	color: #115A81;
	font-weight: bold;
}		
.blueheader{
	font-size: 12px;
	color: #0099FF;
	font-weight: bold;
}
.bluesmall{
	font-size: 10px;
	color: #115A81;
}
.sitetext{
	font-size: 12px;
	color: #333333;
}
.bluetext{
	font-size: 12px;
	color: #115A81;
}
a.link{
	color: #115A81;
}
a:hover.link{
	color: #115A81;
	text-decoration: none;
	background-color: #DFF2FF;
}
a.largelink{
	font-size: 16px;
	color: #115A81;
	font-weight: bold;
	text-decoration: none;
}
a:hover.largelink{
	font-size: 16px;
	color: #115A81;
	font-weight: bold;
	text-decoration: none;
	background-color: #DFF2FF;	
}

.line_through{
	color: #333333;
	font-size: 12px;
	text-decoration: line-through;
}
