/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 5px 2px 0px 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	color: #333333;
}

h1 {
	font-size: 100%;
	line-height: 140%;
	color: #B3146B;
	font-weight: bold;
	margin:0px;
}

h2 {
	font-size: 130%;
	line-height: 140%;
	color: #B3146B;
	font-weight: bold;
	margin:0px;
}
h3 {
	font-size: 85%;
	line-height: 120%;
	color: #B3146B;
	font-weight: bold;
	margin:0px;
}



.floatimgleft {
	float:left;
  	border-width: 1px;
	border-style: solid;
	margin-right:10px;
	margin-bottom:1px;
 }
 
 .floatimgright {
	float:right;
	border-width: 1px;
	border-style: solid;
	margin-left:10px;
	margin-bottom:1px;

 }
 
 .imageborder {
 	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	margin-bottom: 10px;
}

 .border {
 	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}

a:link {color: #B31463; text-decoration: none;}
a:active {color: #B31463; text-decoration: none;}
a:visited {color: #B31463; text-decoration: none;}
a:hover {color: #B31463;  text-decoration: none;}

.menu a:link {color: #FFFFFF; text-decoration: none;}
.menu a:active {color: #FFFFFF; text-decoration: none;}
.menu a:visited {color: #FFFFFF; text-decoration: none;}
.menu a:hover {color: #FFFFFF;  text-decoration: none;}

.style1 {
	color: #B31463;
	font-weight: bold;
}
.style2 {color: #FFFFFF}

.req {font-size: 8pt; color: #B80000;}
.property-full-thumbnail {cursor:hand;}
