BODY {
	font-family: Verdana;
 	font-size: 12px;
 	color: navy
}
.alt {
color: red
}
.popup {
	background: 
}
.popup-link {
	color: red
}
.popup-link: hover {
	color: red;
	text-decoration: underline
}
.form-button {
	FONT-WEIGHT: regular; 
	FONT-SIZE: 12px; 
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica; 
	HEIGHT: 23px; 
	BACKGROUND: #8282ff
}
.form-field {
	FONT-WEIGHT: regular; 
	FONT-SIZE: 12px; 
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica; 
	HEIGHT: 20px; 
	BACKGROUND: #bfbfff
}
  TD, td, TR, tr {
 	font-family:  Verdana;
 	font-size: 12px;
 	color: navy;
 	text-decoration: none
}
A {
    	font-family: "Verdana";
    	font-size: 12px;
    	color: white;
	text-decoration: none;
}
A:hover {
	color: red;
	text-decoration: none
}
.link {
	color: blue
}
.link: hover {
	color: red;
	text-decoration: underline
}
.link-text {
	color: blue;
	font-style: italic
}
.link-text: hover {
	color: red;
	text-decoration: underline
}