<!--
@media all {
	html {
		scrollbar-face-color: #000000;
		scrollbar-highlight-color: #ffffff;
		scrollbar-3dlight-color: #ffffff;
		scrollbar-darkshadow-color: #ffffff;
		scrollbar-shadow-color: #ffffff;
		scrollbar-arrow-color: #ffffff;
		scrollbar-track-color: #000000;	
		}
	body {
		margin: 0px;
		padding: 0px;
		background-image: url(/images/star_bckgrnd.jpg);
		}
	table {
		border-collapse: collapse;
		}
	li,td,form {
		padding: 0px;
		}
	img {
		border: 0px;
		}
	#content_cntnr {
		width: 938px;
		margin-left: auto;
		margin-right: auto;
		}
	#pg_hdr_cntnr {
		width: 938px;
		height: 125px;
		border-bottom: 1px solid #ffffff;
		}
	#logo_cntnr {
		width: 406px;
		height: 125px;
		float: left;
		background-image: url(/images/realitelogo.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		}
	#flash_cntnr {
		float: left;
		width: 532px;
		}
	img.top_banner {
		width: 938px;
		}
	#top_banner	{
		height: 108px;
		}
	div.mnu_cntnr {
		float: left;
		width: 134px;
		height: 20px;
		overflow: hidden;
		background-image: url(/images/nav_btn_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}
	div.menu {
		width: 134px;
		height: 20px;
		overflow: hidden;
		m: expression(
			this.onmouseover = new Function("this.className = 'menu-hover';")
                       	);
		}
	div.menu:hover,div.menu-hover {
		width: 134px;
		height: 20px;
		position: absolute;
		overflow: visible;
		m: expression(
			this.onmouseout = new Function("this.className = 'menu';")
			);
		}
	a.mnu_item {
		display: block;
		height: 17px;
		padding-left: 4px;
		padding-top: 3px;
		font-family: Verdana, Arial, Tahoma;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
		border-top: 1px solid #031640;
		background-color: #5F8ED1;
		background-image: url(/images/mnu_item_bg.gif);
			/* IE6- Fix */
			background-image: expression(
				(navigator.appVersion.indexOf("MSIE"+String.fromCharCode(32)+"7")>0) ? "url(/images/mnu_item_bg.gif)" : "none"
				);
		}
	a.mnu_item:hover {
		color: #990000;
		}
	a.mnu_hdr {
		display: block;
		height: 17px;
		padding-top: 3px;
		font-family: Verdana, Arial, Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		}
	a.mnu_hdr:hover {
		color: #99CCFF;
		}
	#pg_content {
		float: left;
		width: 938px;
		padding-bottom: 30px;
		background-color: #ededed;
		border: 1px solid #336699;
		}
	#pg_top_content {
		float: left;
		width: 938px;
		}
	#pg_footer {
		float: left;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		font-family: Arial, Verdana, Tahoma;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		}
	}
//-->