BODY {
		margin:  0;
		padding: 0;
		border:  0px none;
		background: #0A1C33;  /* This value controls the overall page background as seen in screen res 1024 */
		color: "#000000";       /* Unless otherwise specified, this controls all font color in web pages */
		font-family:   verdana, sans-serif;
		font-size:      10pt;
		font-weight:    bold;

		
		/* The following 8 lines control the scroll bar color properties */
		scrollbar-face-color: #ff0000; 
		scrollbar-shadow-color: #000000; 
		scrollbar-highlight-color: #F8F8C1; 
		scrollbar-3dlight-color: #006666; 
		scrollbar-darkshadow-color: #000000; 
		scrollbar-track-color: #000000;
		scrollbar-arrow-color: #000000;
		
		text-align:center /* This specifies the layout alignment of the entire site, ie. - left, right, center */
}

Table.Main {

	width: 772px;
	background: #ffffff;
	height: 100%;
	text-align: left;
	padding: 0;
	border: 0px solid;
	font-family:    verdana, sans-serif;
	font-size:      12pt;
	font-weight:    bold;
}


TD.nav {
	color: #ffffff;
	font-family:    verdana, sans-serif;
	font-weight:    bold;
	font-size: 8pt;
	vertical-align: middle;
	text-align: left;
	padding: 0 0 0 0;
	border: 0px solid;
	height: 19px;
	background: "#000000";
	width: 500px;
}


a.nav:link { color: "#ffffff";  font-weight: bold; font-size: 10pt; text-decoration: none;}
a.nav:visited { color: "#ffffff";  font-weight: bold; font-size: 10pt;text-decoration: none; }
a.nav:active { color: "#ffffff"; font-size: 10pt; font-weight: bold: text-decoration: none;}
a.nav:hover { color: "#ff0000"; font-size: 10pt; font-weight: bold;text-decoration: none; }
a.nav2:link { color: "#ffffff";  font-weight: bold; font-size: 10pt; text-decoration: none;padding: 0 7px 0 7px;}
a.nav2:visited { color: "#ffffff";  font-weight: bold; font-size: 10pt;text-decoration: none;padding: 0 7px 0 7px; }
a.nav2:active { color: "#ffffff"; font-size: 10pt; font-weight: bold: text-decoration: none;padding: 0 7px 0 7px;}
a.nav2:hover { color: "#ff0000"; font-size: 10pt; font-weight: bold;text-decoration: none; padding: 0 7px 0 7px;}

Table.Details {

	width: 500px;
	background: #000000;
	text-align: left;
	padding: 0;
	font-family:    verdana, sans-serif;
	font-size:      10pt;
	font-weight:    bold;
	color: #ffffff;
}

a.details:link { color: "#ffFFFF";  font-weight: bold; font-size: 10pt; text-decoration: none}
a.details:visited { color: "#ffFFFF";  font-weight: bold; font-size: 10pt;text-decoration: none; }
a.details:active { color: "#ffFFFF"; font-size: 10pt; font-weight: bold: text-decoration: none;}
a.details:hover { color: "#ffffff"; font-size: 10pt; font-weight: bold;text-decoration: none; }


TD.tenant {
	color: white;
	font-family:    verdana, sans-serif;
	font-weight:    bold;
	font-size: 12pt;
	padding: 0 0 0 0;
	border: 0px solid;
	background: "#000000";

}

a.tenant:link { color: "#ffffff";  font-weight: bold; font-size: 10pt; text-decoration: none;}
a.tenant:visited { color: "#ffffff";  font-weight: bold; font-size: 10pt;text-decoration: none; }
a.tenant:active { color: "#ffffff"; font-size: 10pt; font-weight: bold: text-decoration: none;}
a.tenant:hover { color: "#ff0000"; font-size: 10pt; font-weight: bold;text-decoration: none; }

a.mgr_list1:link { color: "#ffffff";  font-weight: bold; font-size: 10pt; text-decoration: none;}
a.mgr_list1:visited { color: "#ffffff";  font-weight: bold; font-size: 10pt;text-decoration: none; }
a.mgr_list1:active { color: "#ffffff"; font-size: 10pt; font-weight: bold: text-decoration: none;}
a.mgr_list1:hover { color: "#ff0000"; font-size: 10pt; font-weight: bold;text-decoration: none; }

a.mgr_list2:link { color: "#000000";  font-weight: bold; font-size: 10pt; text-decoration: none;}
a.mgr_list2:visited { color: "#000000";  font-weight: bold; font-size: 10pt;text-decoration: none; }
a.mgr_list2:active { color: "#000000"; font-size: 10pt; font-weight: bold: text-decoration: none;}
a.mgr_list2:hover { color: "#ff0000"; font-size: 10pt; font-weight: bold;text-decoration: none; }

LI.services{ padding:0 0 5 0;color:#000000;}


Table.bottom_nav {

	width: 55%;
	background: #ffffff;
	height: 10px;
	text-align:center;
	padding: 0;
	border: 0px solid;
	font-family:    verdana, sans-serif;
	font-size:      8pt;
	font-weight:    bold;
}

TD.bottom_nav {
	padding:0 0 0 0;
}

a.bottom_nav:link { color: "#0000ff";  font-weight: bold; font-size: 10pt; text-decoration: none;}
a.bottom_nav:visited { color: "#ffffff";  font-weight: bold; font-size: 10pt;text-decoration: none; }
a.bottom_nav:active { color: "#ffffff"; font-size: 10pt; font-weight: bold: text-decoration: none;}
a.bottom_nav:hover { color: "#ff0000"; font-size: 10pt; font-weight: bold;text-decoration: none; }

P.faq{
color:#000000;
font-size:13px;
font-weight:bold;
padding: 0 0 10 0;
margin: 0 0 10 0;
}