<style type="text/css">

body {
	background:url('images/repeating_background.gif');
	background-repeat:repeat-x;
}

td {
	font-family:"Arial Narrow";
	font-size:14px;
	color:#6e6e6e;
	line-height:170%;  
}

A:link {
		text-decoration: none;
		color:#2f6ba7;
}

A:visited {
		text-decoration: none;
		color:#2f6ba7;
}

A:active {
		text-decoration: none;
		color:#2f6ba7;
}

A:hover {
		text-decoration: underline;
		color:#4D4D4D;
		
}
.headerText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	
	
	}
	
.subHeaderText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	
		}
	
.listText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:normal;
			}
			
			
.listSubText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	}
	
#sold {
	border: 0px solid #000;
	margin: 2em;
	width: 10em;
	padding: 5px;
	}

ul { list-style-position: inside;
 } 

		


</style>