body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #F3F3F3;
  
  background-repeat: no-repeat;
  background-attachment: no scroll;
}

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


.frame2 {
	background-color : White;
}

.frame1 {
	background-color : #FFFFFF;
}


.borders {
	background-color : #353D67;
}

.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:   #000000;
	font-weight : boldl;
}


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


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

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


.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffff99;
	font-weight : normal;
}



.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffff99;
	background-color : #E7DFD2;
	font-weight : normal;
	margin-left : 10px;
}

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


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

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










</style>