<!--
BODY {
	background-color : #EEE9E3;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0; 
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	background-image: url('/images/back.jpg');
	background-repeat: repeat-x;
}
.menutable
{	background-image: url('/images/menuback.jpg');
	background-repeat: repeat-x;
	background-color: #C3D6E7;}

.tableleft
{	background-image: url('/images/hudson2_01.jpg');
	background-repeat: repeat-x;
	background-color : #EEE9E3;
}
	
.tableright
{	background-image: url('/images/hudson2_03.jpg');
	background-repeat: repeat-x;
	background-color : #EEE9E3;
}

A:LINK, A:VISITED {
	color : #000099;
	text-decoration : none;
}

A:HOVER {
	color : maroon;
	text-decoration : underline;
}

A:ACTIVE {
	color : red;
	text-decoration : underline;
}
.text {
	font-family: Georgia, tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	}

.titletext {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #003B7F;
	text-decoration: none;
	text-align: left;
	text-transform: capitalize;
}

.subtext {
	font-family: Georgia, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform: none;
}

.textmini {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;

	}
.searchform {
	font-family: georgia, tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform: capitalize;

	}


.listinginfo {
	font-family: georgia, tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;

	}

.order {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	}
	
.copyright {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: gray;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	}

.boxes		{ font-family: georiga, Tahoma, Arial; 
			  font-size: 8pt;
			  color: #000000;
			  border: 1px solid silver; 
			  background-color: #ffffff;
			  }
			  
.buttons	{
			font-family: Georgia, Tahoma, Arial; 
			font-size: 10pt; 
			border: 1px solid silver; 
			background-color: #ffffff
}


-->