#footer {
	margin: 0;
	font-size: xx-small;
	text-transform: uppercase;
	color: #999999;
	position: relative;
	left: 200px;
	width: 100%;
	visibility: visible;
	padding-top: 8px;


}

A:link {
	color: #000033;
	text-decoration: none;

}

A:visited {
	color: #000033;
	text-decoration: none;
}

A:active {
	color: #000033;
	text-decoration: none;
}

A:hover {
	color: #CC0000;
	text-decoration: none;
}

a.footer:link, a.footer:visited {
	font-weight : normal;
	text-decoration : none;
	color: #999;
	background: transparent;
	font-size: xx-small;

	}

a.footer:hover {
	font-weight : normal;
	text-decoration : underline;
	color: #193333;
	background: transparent;
	font-size: xx-small;

	}

a.footer:active {
	font-weight : normal;
	text-decoration : none;
	color: #193333;
	background: transparent;
	font-size: xx-small;

	}


TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #3399CC;
}
