body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
A,
A:Visited, 
A:Active {
	color: #010066;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}	A:Hover  {
	color: #DC0808;
	text-decoration: underline;
	}
td,
p, 
div, 
li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.content {
	padding: 5px;
	vertical-align: top;
	color: black;
	}
.sm {
	font-size: 10px;
	}

/* header */
.heading {
	font-size: 9px;
	color: white;
	font-weight: bold;
	padding: 3px 5px;
	background-image: url(images/topfill.gif);
	background-repeat: repeat-x;
	}
.red {
	color: #DC0808;
	}
#topnavBox {
	background-image: url(images/topnavfil.gif);
	background-repeat: repeat-x;
	}
a.topnav, 
a.topnav:Visited, 
a.topnav:Active {
	color: black;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	padding: 3px;
}	a.topnav:Hover  {
	color: #DC0808;
	text-decoration: underline;
	}

/* side */
a.sidenav, 
a.sidenav:Visited, 
a.sidenavActive {
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
}	a.sidenav:Hover  {
	color: #DC0808;
	text-decoration: underline;
	}
.borderwhite {
	border: 1px solid white;
	}
.sidebox {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid black;
	}

/* footer */
.footer {
	font-size: 10px;
	color: white;
	padding: 3px;
	}
#footNavBox {
	background-image: url(images/btmbar.jpg);
	background-repeat: repeat-x;
	padding: 3px;
	}
a.footnav, 
a.footnav:Visited, 
a.footnav:Active {
	color: black;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	padding: 3px;
}	a.footnav:Hover  {
	color: #DC0808;
	text-decoration: underline;
	}

/* Mortgage 101 Classes */
.td1 {
	background-color: #1D87AF; 
	font-weight: bold; 
	color: white;
	}
.td2 {
	background-color: #CCCCCC;
	}
.td4 {
	background-color: #CCCCCC;
	}
.td6 {
	position: relative;
	text-align: right;
	width: 275px;
	margin-left: 110px;
	background-color: white;
	border: 1px solid #CCCCCC;
	}
.btb {
	position: relative;
	text-align: right;
	width: 275px;
	margin-left: 110px;
	background-color: #4F4F4F;
	border: 1px solid #CCCCCC;
	}
.bodytext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin-bottom: 4px;
	text-align:left;
	font-size: 12px;
	color: black;
	}
.bodytextbold101 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DC0808;
	font-weight: bold;
	}
.disclaimertext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: black;
	}
.bodytexttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DC0808;
	font-weight: bold;
	}
/* Mortgage 101 Classes */

/* Form Styles */
.forminput {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #F0F8FF;
	padding: 1pt;
	margin: 0;
	border : solid black 1px;
	}
.forminput2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: black;
	background-color: #F0F8FF;
	padding: 0;
	margin: 0;
	border : solid black 1px;
	}
.pnorm {
	color:black;
	background-color: #F0F8FF;
	border: solid black 1px;
	}	
.pover {
	color:#0066cc;
	background-color: #F0F8FF;
	border: solid black 1px;
	}
#navcContainer {
	margin: 5px;
}	#navcContainer ul {	
	text-align: center;	
}	#navcContainer li {
	display: inline;
	list-style-type: none;
}	#navcContainer a, 
	#navcContainer a:visited, 
	#navcContainer a:active {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid white;
	padding: 0 2px 0 4px;
}	#navcContainer a:hover {
	text-decoration: none;
	color: red;
}
