body, td, th, p
{
	font-family: verdana, tahoma;
	font-size: 9pt;
	scrollbar-face-color: #d2cac7; 
	scrollbar-shadow-color: #17481b; 
	scrollbar-3dlight-color: #17481b; 
	scrollbar-arrow-color: #17481b; 
	scrollbar-track-color: #d2cac7;
	scrollbar-base-color: #d2cac7; 
}
body
{
	margin: 0px;
	background-color: #d2cac7;
}
a
{
	text-decoration: none;
}
a:link, a:active, a:visited
{
	color: #0000ff;
	text-decoration: underline;
}
a:hover
{
	color: #17481b;
	text-decoration: none;
}
a:link.floorplan, a:active.floorplan, a:visited.floorplan
{
	color: #00003b;
	font-weight: bold;
	text-decoration: none;
}
a:hover.floorplan
{
	color: #17481b;
	text-decoration: underline;
}
.right
{
	padding: 5px;
	font-size: 8pt;
}
.input
{
	color: #17481b;
	border: solid 1px #17481b;
	background-color: #ffffff;
	font-size: 8pt;
	font-family: verdana;
}
.button
{
	color: #17481b;
	border: solid 1px #17481b;
	background-color: #ffffff;
	font-size: 9pt;
	font-family: verdana;
	font-weight: bold;
	cursor: hand;
}
.button_over
{
	color: #ffffff;
	border: solid 1px #17481b;
	background-color: #17481b;
	font-size: 9pt;
	font-family: verdana;
	font-weight: bold;
	cursor: hand;
}
.err
{
	color: #ff0000;
}
.header
{
	font-size: 16pt;
	color: #133e17;
}
ul.an
{
list-style-image: url('images/bullet.gif');
list-style-type: circle
}