

.whitetext{
font-size: 11px;
color: white;
}

.whitetext:hover{
font-size: 11px;
color: #cccccc;
}


.Nav_Side_Level1{
  color:#948B48;
  font-weight:bold;
  font-size: 11px;
  text-decoration:none;
}

.Nav_Side_Level1:hover{
  color:#003366;
  font-weight:bold;
  font-size: 11px;
  text-decoration:none;
}

.Nav_Top{
  color:#cccccc;
  font-size: 11px;
  text-decoration:none;
}

.Nav_Top:hover{
  color:white;
  font-size: 11px;
  text-decoration:none;
}



.toplink {
font: bold 12px  verdana;
color:#black; 
text-decoration:underline;
}

.toplink:hover {color:333
text-decoration:none;
}



 	
/* Start Form Validation Styles*/
.validation_failed {
  border: 1px solid red;
}
.error_msg {
  color:red;
}
/* End  Form Validation Styles */

