/* CSS Document */

html, table, a {
	font-size:100%;
}

body {
	font-family: arial, sans-serif;
	color: #97999c;
	text-decoration:none;
	font-size:62.5%;
	background:#F0F0F0;
}

a {
	text-decoration:none;
	color: #97999c;
}

a:hover {
	text-decoration:underline;
}

table p {
	font-size:1.2em;
	margin-top:5px;
}

p.label {
	margin:0px;
}

p.heading {
	font-family: "Times New Roman", TIMES, serif;
	font-size: 2.4em;
	text-align:left;
	margin-bottom:5px;
}

span.header {
	font-size:1.7em;
}

input {
	width:400px;
	background:#c7c8ca;
    border-color:#c7c8ca;
  	border-style:solid;
  	border-width:2px;
}
a div.residential,
a div.commercial {
	position:relative;
	width:88px;
	height:25px;
	background:url(images/butt_res_comm.gif) 0 0;
}

a div.commercial {
	background-position: 0 -50px;
}

a:hover div.residential {
	background-position: 0 -25px;
}

a:hover div.commercial {
	background-position: 0 -75px;
}

a.advert,
a.register {
    text-indent:-9999px;
    display:block;
	position:relative;
	width:125px;
	height:25px;
	background:url(images/butt_res_advert.gif) 0 0;
}

a.register {
	background-position: 0 -50px;
}

a.advert:hover {
	background-position: 0 -25px;
}

a.register:hover {
	background-position: 0 -75px;
}
