




.whiteheader{
color: white;
font-size: 12px;
font-weight: bold;
}

.smallwhite{
color: white;
font-size: 11px;
}
.smallwhite:hover{
color: #cccccc;
font-size: 11px;

}
.newsnav{
color: white;
font-size: 11px;
text-decoration:none;
}

.newsnav:hover{
color: #cccccc;
font-size: 11px;
text-decoration:none;
}
 	
/* Start Form Validation Styles*/
.validation_failed {
  border: 1px solid red;
}
.error_msg {
  color:red;
}
/* End  Form Validation Styles */

