BODY  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A  {
	color : #000099;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
} A:Visited  {
	color : #0066ff;
	text-decoration : underline;
} A:Active  {
	color : red;
	text-decoration : underline;
} A:Hover  {
	color : #3366ff;
	text-decoration : underline;
}

td,
p,
div,
li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.white,
A.white:Visited,
A.white:Active {
	color : white;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
} A.white:Hover  {
	color : #CC3333;
	text-decoration : underline;
}

.light {
	background: #f0f8ff;
	color: Black;
	font-weight: bold;
}
.med {
	background: #CAD4ED;
	color: Black;
	font-weight: bold;
}
.dark {
	background: #000099;
	color: #f0f8ff;
	font-weight: bold;
}
.sm {font-size: 10px;}
h3,
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}
A.red,
A.red:Visited {
	color : #FF0000;
	text-decoration : none;
	font-size: 12px;
	font-weight: bold;
} A.red:Active {
	color : #FF0000;
	text-decoration : underline;
} A.red:Hover {
	color : #3366ff;
	text-decoration : underline;
}

.forminput {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #f0f8ff;
	padding: 1pt;
	margin: 0pt;
	border : solid black 1px;
}
.pnorm {
	color:black;
	background:#f0f8ff;
	border: solid black 1px;
}		
.pover {
	color:#0066cc;
	background:#f0f8ff;
	border: solid black 1px;
}
#watermarked {
	background-image: url(images/watermark-BKG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 5px;
}
ul.features {
	list-style: square;
	text-align: center;
}
ul.features li {
	font-weight: bold;
}
ul.features li.red {
	font-weight: bold;
	color: red;
}
.slogan {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.prequalForm {
	font-size: 8pt; 
	font-family: Arial, Helvetica, sans-serif;
}
.CTAboxes {
	padding: 8px 0;
}