body 
{
	background-color:#333333;
	position:relative;
	margin-top:0mm;
}

a:hover
{
	color:#0099ff;
	text-decoration:underline;
}
a
{
	color:Black;
	text-decoration:none;
}

#RedAlert	/* THIS IS USED FOR THE WELCOME PAGE */
{
	color:Red;
	font-weight:bold;
	text-align:center;
}



#DacorValues	/* THIS IS USED FOR THE DACOR VALUE PAGE */
{
	position:relative;
	margin-top:0px;
	margin-left:-30px;
	text-align:center;
}

#divAddressInformation
{
	position: absolute;
	left: 0px;
	top: 0px;
}


#divServicerInformation
{
	position: absolute;
	left: 0px;
	top: 120px;
}

Span, table, input, select, textarea, div
{
	font-size: 12px;
	font-family: Arial, 'Times New Roman';
}
Label
{
	font-size: 12px;
	font-family: Arial, 'Times New Roman';
}

H3
{
	font-family:Arial, Times New Roman;
	font:Arial;
	font-size: 20px;
}

.H3Link
{
	font-family:Arial, Times New Roman;
	font:Arial;
	font-size: 20px;
	color:Blue;
}

.StandoutText
{
	text-decoration: blink;
	color: Red;
}

#Placeholder
{
	height:766px;
	overflow:auto;
}

/* THE TABLE HEADER SECTION */

table#header
{
	background-color:#000000;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	width:750px;
	height:90px;
}
/* THE TABLE LEFT NAVIGATION SECTION */
#tableLeftNav
{
	margin-top:0mm;
	background-color:#ffffff;
	height:314px;
}
#leftNav
{
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	margin-left:2mm;
	margin-top:0mm;
	vertical-align:top;
}
#NavLinks 	/* THIS IS USED FOR THE LEFT NAVIGATION */
{
	margin-top:5mm;
	margin-left:5mm;
}
/* THE TABLE BODY SECTION */
table#content
{
	background-color:#f7f7f7;
	font-family:Arial;
	font-size:12px;
	text-align:left;	
	height:100%;
	position:relative;
	margin-left:3mm;
	margin-right:3mm;
	margin-top:1mm;
}

/* THE TABLE FOOTER SECTION */
table#footer
{
	background-color:#000000;
	color:White;
	font-family:Arial;
	font-size:12px;
	height:40px;
	width:750px;
}
#textFooter
{
	position:relative;
	margin-top:-1mm;
	margin-left:10mm;
}
#footer a
{
	color:White;
}
#footer a:hover
{
	color:#0099ff;
	text-decoration:none;
}
#tblLoginBox
{
	position:relative;
	margin-left:150px;
	margin-top:150px;
}
#topNavLinks a:hover	/* THIS IS USED FOR THE LEFT NAVIGATION IMAGE */
{
	color:#0099ff;
}
#topNavLinks a	/* THIS IS USED FOR THE LEFT NAVIGATION IMAGE */
{
	color:White;
	text-decoration:none;
}
#topNavLinks
{
	margin-left:120mm;
	margin-top:8mm;
}
a:hover
{
	color:#0099ff;
	text-decoration:underline;
}
a
{
	color:Black;
	text-decoration:none;
}
#contentBodyMain
{
	height:1000px;
	vertical-align:top;
}
@media print {
    #header {display: none;}
    #tableLeftNav {display: none;} 
    #footer {display: none;}
    #siteMap {display: none;}
    #columnLeftNav {width:0}
	#content { margin-left:0; float:none; width:auto }  
	#contentBodyMain { margin-left:0; float:none; width:auto; text-align: left; padding: 0}  
}

#div-leftnav
{
	width: 150px;
	font-family:Arial;
	font-size:12px;
	color: Black;
}

#div-leftnav .header
{
	padding: 10px 0 5px 0;
	font-weight: bold;
}

#div-leftnav ul
{
	margin: 0;
	padding: 0;
}
#div-leftnav li
{
	padding: 2px 0;
	list-style: none;
}
