/* 
   -----------------------------------
	 Style Sheet for Realtor Showcase Software
   ----------------------------------
   ##Default
 */	
	
<STYLE>	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;

}

.frame1 {
	background-color : #ffffff;
}

.frame2 {
	background-color : #000066;
}

.frame3 {
	background-color : #000066;
}

.frame4 {
	background-color : #666699;
}


.borders {
	background-color : #676767;
}


A {color: #676767; font-family: Helvetica, Arial; font-size: 12px; text-decoration: none;}
A:hover {color: #000000; font-family: Helvetica, Arial; font-size: 12px; text-decoration: underline;}


A.menu {
	color: #676767;
	font-family: Helvetica, Arial;
	font-size: 11px;
	text-decoration: none;
	margin-bottom : 4px;
	margin-left : 10px;
}

A.menu:hover {
	color: #030303;
	font-family: Helvetica, Arial;
	font-size: 11px;
	text-decoration: Underline;
}

.company {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #BFBFD5;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 10px;
}

.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666699;
	font-weight : normal;
}



.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
		background-color : #E7DFD2;
	font-weight : normal;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	font-weight : normal;
}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
	
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}







</style>