/* 
   -----------------------------------
	 Style Sheet for Realtor Showcase Software
   ----------------------------------
   ##Default
 */	
	
<STYLE>	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background-color : #000000;

}



.frame1 {
	background-color : #FFEFDE;
}

.frame2 {
	background-color : #7C7C7C;
}


.borders {
	background-color : #353D67;
}

.company {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #ffffff;
	font-weight : bold;
	margin-top : 6px;
	margin-bottom : 6px;
	margin-left : 10px;
}

.slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #DBDBDB;
	font-weight : bold;
	margin-top : 6px;
	margin-bottom : 6px;
	margin-left : 10px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FDFDFD;
	font-weight : bold;
}


A {
	color: #ffffff;
	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: #DFDFDF;
	font-family: Helvetica, Arial;
	font-size: 11px;
	text-decoration: none;
	margin-bottom : 4px;
	margin-left : 10px;
}

A.menu:hover {
	color: #828282;
	font-family: Helvetica, Arial;
	font-size: 11px;
	text-decoration: Underline;
}



A.property {
	color: #ffffff;
	font-family: Helvetica, Arial;
	font-size: 11px;
	text-decoration: underline;
	margin-bottom : 4px;
	margin-left : 10px;
}

A.property:hover {
	color: #828282;
	font-family: Helvetica, Arial;
	font-size: 11px;
	text-decoration: Underline;
}
.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color : #E7DFD2;
	font-weight : normal;
	margin-left : 10px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DBDBDB;
	font-weight : normal;
}


.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #575757;
	font-weight : bold;
}


.headers {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #575757;
	font-weight : bold;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}







</style>