HTML,BODY {
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

BODY {
	font-size: 0.8em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #555555;
	}

/* Template */

#bg {
	position: relative;
	min-height: 100%;
	}

* html #bg {
	height: 100%;
	}

#content {
	padding-bottom: 195px;
	}

#footer {
	position: relative;
	height: 100px;
	margin-top: -100px;
	padding-top: 5px;
	background-color: #0067C6;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	}

IMG.left, DIV.left {
	float: left;
	}

IMG.right, DIV.right {
	float: right;
	}

A {
	text-decoration: underline;
	color: #0067C6;
	}

A:hover {
	text-decoration: none;
	}

DIV.sl, DIV.sl A {
	text-align:left;
	color: #FFFFFF;
	}

A {
	text-decoration: underline;
	color: #0067C6;
	}

A IMG {
	border: 0px;
	}

P, LI {
	margin: 0px 7px 7px 0px;
	}

UL {
	margin-bottom: 14px;
	}

TABLE {
	border-collapse: collapse;
	font-size: 100%;
	}

TABLE TD{
	padding: 0px;
	vertical-align: top;
	}

H1, H2, H3{
	color: #0067C6;
	font-family: Georgia, Times, serif;
	}

H1 {
	font-size: 170%;
	font-weight: normal;
	margin: 25px 0px 7px 0px;
	}

H2 {
	font-size: 135%;
	font-weight: normal;
	margin: 37px 0px 7px 0px;
	}

H3 {
	font-size: 100%;
	font-weight: bold;
	margin: 14px 0px 7px 0px;
	}

STRONG {
	font-weight: bold;
	color: FF0000;
	}

.top {
	padding-top: 0px;
	margin-top: 0px;
	}

TD.r {
	text-align: right;
	}

TABLE.searchResults {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1em;
	width: 90%;
	}

TABLE.searchResults THEAD TD{
	padding: 5px 10px;
	font-weight: bold;
	border-top: #555555 solid 3px;
	border-bottom: #555555 solid 3px;
	}

TABLE.searchResults TBODY TD{
	padding: 5px 10px;
	border-bottom: #555555 solid 1px;
	}

TABLE.loose{
	margin-top: 1em;
	border-top: #555555 solid 2px;
	border-bottom: #555555 solid 2px;
	}

TABLE.loose TD{
	padding: 10px 15px;
	border-bottom: #555555 solid 1px;
	}


