BODY {
	background-color:#87a8c9;
	margin:0px;
	background-image:url(images/siteBG.gif);
	background-repeat:repeat-y;
	background-position:center;
	}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

A {
	color:#980f2b;
	}
A:hover {
	color:#a14e5f;
	text-decoration:none;
	}

.fineprint {
	color:#999999;
	font-size:10px;
	}
.fineprint A{
	color:#999999;
	}

.leftselectstate {
	width: 190px;
	}
.malfunction {
	color:red;
	}
H1 { color:#0065A4; font-size:18px; }
H2 { color:#5693b9; font-size:16px; }

.packageList {margin-left:15px; padding-left:0px;}
.packageList LI {padding-bottom:5px;}

.featuredlisting {
	width: 100%;
	/* padding:5px; */
	/* this was making the div stretch beyond the table, fixed it below */
	background-color: #b2d4ef;
	border: 1px solid #0065a4;
	margin-bottom: 20px;
	}
.featuredlisting table { 
	margin: 5px;
	}