.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	color: #FFFFFF;
}
.headingsml {
 	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.WhiteLink {
 	color: #FFFFFF;
 	text-decoration: none;
 	background-color: transparent;
}
.WhiteLink:hover {
 	color: #FFFFFF;
 	text-decoration: underline;
 	background-color: transparent;
}
.BlueLink {
 	color: #000066;
 	text-decoration: none;
 	background-color: transparent;
}
.BlueLink:hover {
 	color: #000066;
 	text-decoration: underline;
 	background-color: transparent;
}
TEXTAREA, INPUT, SELECT {
     background-color : #F7F8F8;
     border : 1px solid #617293;
     font-size : 10px;
     color : #033188;
     font-family : Verdana;
}
CellBox {
     background-image: url(/images/lintboxfade.gif);
     background-repeat: no-repeat;
     background-position: center center;
}
