/* 
   -----------------------------------
	 Style Sheet for Realtor Showcase Software
   ----------------------------------
   ##Default
 */	
	
<STYLE>	

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  
  background-image: url(1.jpg);
  background-repeat: repeat;
  background-attachment: scroll;

}

.frame2 {
	background-color : #99CCCC;
}

.frame1 {
	background-color : #EFEFEF;
}


.borders {
	background-color : #0000;
}

.company {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #ffffff;
	font-weight : bold;
	margin-top : 6px;
	margin-bottom : 6px;
	margin-left : 10px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:   #faf8cc;
	font-weight : boldl;
}


A {
	color: #faf8cc;
	font-family: Helvetica, Arial;
	font-size: 12px;
	text-decoration: none;
}
A:hover {color: #faf8cc; font-family: Helvetica, Arial; font-size: 12px; text-decoration: underline;}


A.menu {
	color: #faf8cc;
	font-family: Helvetica, Arial;
	font-size: 11px;
	text-decoration: none;
	margin-bottom : 4px;
	margin-left : 10px;
}

A.menu:hover {
	color: #faf8cc;
	font-family: Helvetica, Arial;
	font-size: 11px;
	text-decoration: Underline;
}


.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: #faf8cc;
	background-color : #E7DFD2;
	font-weight : normal;
	margin-left : 10px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #464646;
	font-weight : normal;
}


.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color:  #330066;
	font-weight : bold;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}







</style>