@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
}

.navspace {  font-size:12pt;  height:auto;  width:102px; text-align:center; margin-left:30px; }

.outerNav {
	background-color:#325691;   
	font-size:12pt;
}

#listings {
	background-color:#171717;
	color:#000;
	
	
	
	font-size: 100%;
}


a.ext:link {
	color: #0CF;
	text-decoration: none;
}
a.ext:visited {
	color: #0CF;
	text-decoration: none;
}
a.ext:hover {
	color: #0CF;
	text-decoration: underline;
}
a.ext:active {
	color: #EDEDED;
	text-decoration: none;
}


#mls {
	background-color:#FFF;
	font-size: 100%;
}

#blue a:link {color: #196783;}
#blue a:visited {color: #196783;}
#blue a:hover {color: #196783;}
#blue a:active {color: #196783;}
#blue h4 {color:#933;}

.MLS_Red {
	color:#FFF;
	background-color:#F00;
}

.leftlinks {
	
}