
body {
	margin: 15px 0px; 
	padding: 0px; 				/* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; 			/* Hack for IE5/Win */
	background: #fdf5f5 url(bg.gif);
	color: #000000;				/*102 -0 - 0*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: normal;
 	}

h2 { /*replaces header class in property pgs*/
	font-family: "bradley hand itc",arial,verdana,sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	}

.center {
text-align: center;
}

img {
border: 0;
}

hr {
width: 600;
color: #000000;
text-align: center;
}

td {
color: #000000;
text-align: top;
}

a:hover {						
text-decoration: none;
color: red;
	}

a:active {				
text-decoration: none;
color: darkred;
 	}

a:link {				
text-decoration: none;
 	}

.address {
color: #000000;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 10pt;
text-align: center;
	}

