a:visited 
{
  color: #990000;
}	
            
.searchScope {
  background: #990000;
  color: white;
  font-size: 10px;
}

.searchScope2 {
  background: #014D67;
  color: white;
  font-size: 10px;
}


.lftNavSub {
  color: white;
  font-size: 11px;
}

.lftNavSub a:link {
  color: white;
  font-size: 11px;
  text-decoration: none;
}

.lftNavSub a:visited {
  color: white;
  font-size: 11px;
  text-decoration: none;
}

.lftNavSub a:hover {
  color: white;
  text-decoration: underline;
}

.lftNavSub a:active {
  color: white;
  text-decoration: underline;
}

.mycalcpMonthNavigation
{
	background-color:#6677DD;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #900;
}

.smallred
{
	font-size: 10px;
	color: #900;
}

.smallblack
{
	font-size: 10px;
	color: #000;
}
.checkbox-grid li {
    display: block;
    float: left;
    width: 25%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

input[type="checkbox"] 
{
    transform:scale(1.3, 1.3);
    margin: 10px;
}
	
input[type="radio"] 
{
    transform:scale(1.3, 1.3);
    margin: 10px;
}
