a:link			{	color: rgb(0,0,255) }
a:visited		{	color: rgb(128,0,128) } 
a:active 		{	color: rgb(255,0,0) }
body			{	font-family: verdana, Arial, sans-serif; 	background-color: white }
h1, h2, h3, h4, h5, h6	{	font-family: verdana, Arial, sans-serif }
h2           { color: #000000; font-size: 12pt; font-weight: bold }
h3				{ 	color: rgb(0,0,0) }
h4           { color: #000000; font-size: 8pt; font-weight: normal }
p            { font-family: verdana, arial, sans-serif; font-size: 10pt }
td           { font-family: verdana, arial, sans-serif; font-size: 10pt }
.white			{ font-family: times new roman, serif; font-size: 12pt; font-weight: bold; color: white }
small        { font-size: 8pt }



/* REMOVE PADDING AND MARGIN VALUES */
html,body,h2,h3,h4,h5,h6,p,ol,dl,li,dd,dt,img,
blockquote,q,table,thead,tbody,tfoot,caption,th,tr,td,a,form,
input,textarea,fieldset,pre {margin:0; padding:0;}

/* Style for property thumb nails*/
.Darkrow{
	background-color: #F7F3D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;

}
.Lightrow{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a.home:link{
	color: #ffffff;
	text-decoration:underline;
}
a.home:visited{
	color: #ffffff;
	text-decoration:underline;
}
a.home:hover{
	color: #ffffff;
	text-decoration:none;
}