/* mainstyle.CSS for www.hayfield-havens.hi-peak.net
	v1.2 - 29/12/05
	Phil Chapman - Hi-Peak Internet
	Copyright (c) 2003-2005 Hi-Peak Internet */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}

table {
	font-size: 12px;
}

h1 {
	font-size : 24px;
	font-weight : bold;
}

h2 {
	font-size : 18px;
	font-weight : bold;
	font-style : italic;
}

h3 {
	font-size : 16px;
	font-weight : bold;
	text-decoration : underline;
}

a {
	color: Blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.heading {
	color: Blue;
	text-decoration: underline;
	font : bold italic;
}

a.menu {
	color: #FFFFFF;
}

table.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font : bold;
	color: #FFFFFF;
	background-color: #0080FF;
}

table#imagelist {
	width: 50%;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	margin: 0;
	padding: 0;
}

table#imagelist td {
	width: 100px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	vertical-align: top;
}

.propertytitle {
	font-size : 18px;
	font-weight : bold;
	font-style : italic;
}

.propertylist {
	font-size: 14px;
	text-align: justify;
}

.details {
	font-size: 16px;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.footersmall {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.legal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.graytext {
	color: #666666;
}

.boldtext {
	font-weight: bold;
}

.italictext {
	font-style: italic;
}
.eyecatcher {
	font-weight: bold;
	font-style: italic;
}
.eyecatcher-red {
	font-weight: bold;
	font-style: italic;
	color:#FF0000;
}