body {
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	background-color: #fff;
	margin: 10px;
}

h1 {
	color: blue;
}

h3 {
	color: #c00;
}

.ItemHeader {
/* Same as an h3, but without the extra line break around it--used in a <div> tag to create the desired effect... */
	font-weight: bold;
	visibility: visible;
	color: #c00;
	font-size: 13pt;
}

a {
	text-decoration: none;
}

a:link {
	color: #063;
}

a:hover {
	color: #093;
}

a:visited {
	color: #063;
}

a:active {
	color: #093;
}

img {
	border: none;
}

td#navbar {
	vertical-align: top;
	width: 157px;
}

p.sidehead {
	color: blue;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0px;
}

dl.menu {
	margin-top: 0.4em;;
}

dl.menu dt {
	line-height: 1em;
	padding: 0.2em 1em;
	text-indent: -1em;
}

a.sidelink {
	font-size: 9pt;
	text-decoration: none;
}

a.sidelink:link {
	color: #006633;
}

a.sidelink:hover {
	color: #009933;
	text-decoration: underline;
}

a.sidelink:visited {
	color: #006633;
}

a.sidelink:active {
	color: #009933;
}

p#townmap {
	text-align: left;
	padding-left: 10px;
}

p.townlink {
	font-weight: bold;
	text-align: left;
	padding: 2em;
}

div#greenpagecategories table {
	margin: 15px 5px;
	border-bottom: #8c0000 2px solid;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#greenpagecategories table th {
	text-align: left;
}

div#greenpagecategories table td {
	text-align: left;
}

div#greenpagecategories h1 {
	margin: 0px auto;
	text-align: center;
	color: #063;
}

div#greenpagecategories h2 {
	color: #8c0000;
	text-align: left;
	margin-bottom: 0;
}

div#greenpagecategories a, table#home a {
	color: blue;	
	font-weight: bold;
	text-decoration: none;
}

div#greenpagecategories a:visited, table#home a:visited {
	color: blue;
}

div#greenpagecategories a:hover, table#home a:hover {
	color: #3c0;
}

div#greenpagecategories h2 a, div#greenpagecategories h2 a:link, div#greenpagecategories h2 a:visited {
	color: #8c0000;
}

table#home {
	margin-top: 0em;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
}

table#home td {
	text-align: left;
	vertical-align: top;
}

table#home td dl {
	margin-top: 0px;
}

p.ItemHeader {
	margin-bottom: 0em;
	padding-left: 0.75em;
	text-align: left;
}

p.ItemHeader a:link {
	color: #c00;
}

div.premium {
	margin: 0em auto 2em;
	padding-left: 1em;
	text-align: left;
}

ul#listings li {
	margin: 1em auto;
}

