/* CSS Document */

body{
	background-image:url(bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	font-family:Georgia, arial, verdana;
	font-size:11px;
 	color:#333333;
	margin:0;
	padding:0; 
}
.search_input{
	font-family:Georgia, arial, verdana;
	font-size:10px;
	color:#000000;
}
.pagetitle{
	font-family:Georgia, arial, verdana;
	font-size:20px;
	text-align:left;
	padding:0 0 0 35px;
	color:#ffffff;
	height:34px;
	background-image:url(pagetitle_bg.jpg);
	background-repeat:repeat-x;	
}


.propertytitle{
	font-family:Georgia, arial, verdana;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
.property_description{
	font-family:Georgia, arial, verdana;
	font-size:10px;
	color:#666666;
}

.viewproperty{
	font-family:Georgia, arial, verdana;
	font-size:10px;
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
	text-transform: capitalize;
}
.viewproperty a{
	font-family:Georgia, arial, verdana;
 	color:#990000;
	text-decoration:underline;
}

.viewproperty a:link{
	font-family:Georgia, arial, verdana;
 	color:#990000;
	text-decoration:underline;
  }
.viewproperty a:active{
	font-family:Georgia, arial, verdana;
 	color:#990000;
	text-decoration:underline;
  }

.viewproperty a:visited{
	font-family:Georgia, arial, verdana;
 	color:#990000;
	text-decoration:underline;
  }

.viewproperty a:hover{
	font-family:Georgia, arial, verdana;
 	color:#000000;
	text-decoration:underline;
  }

.bottom{
	font-family:Georgia, arial, verdana;
 	color:#333333;
	font-size:11px;
	text-align:center;
	text-decoration:none;	
}
.bottom a{
	font-family:Georgia, arial, verdana;
 	color:#333333;
	text-decoration:none;	
}
.bottom a:link{
	font-family:Georgia, arial, verdana;
 	color:#333333;
	text-decoration:none;	
}
.bottom a:visited{
	font-family:Georgia, arial, verdana;
 	color:#333333;
	text-decoration:none;	
}

.bottom a:active{
	font-family:Georgia, arial, verdana;
 	color:#333333;
	text-decoration:none;	
}
.bottom a:hover{
	font-family:Georgia, arial, verdana;
 	color:#990000;
	text-decoration:underline;	
}






