HTML{
	height: 100%;	
	margin: 0px;
	border: 0px;
}

BODY{
	background-color : #F9FAF3;
	margin: 0px;
	border: 0px;
	height: 100%;
/**	background-image: url(../img/horizon.gif);
	background-repeat: repeat-y;**/
}

#page {
	padding:0px;
	position:relative;
	top: 0px;
	left: 0px;
	width:847px;
	height:423px;
	z-index:1;
}

TABLE.back IMG.bord{
	width: 52px;
	height: 52px;
}

TABLE.back TD.green{
	background-color : #F3F5E7;
	height: 52px;
}

.formlong{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	width: 380px;
}

.inputcomps{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	width: 180px;
}

.results{
	width: 240px;
	height: 192px;
	border: 1px solid #e4e4d6;
}

.selectcomps{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	width: 186px;
}

.form{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

A{
	color: #d83416;
	font-weight: bold;
	text-decoration: none;
}

A:hover{
	color: #aa0000;
}