<!--
body {
	background-color:#000000;
	color: #FFFFFF;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

table {
	background-color:#FFFFFF;
	color:#000000;
	margin:0px;
	padding:0px;
	table-layout:fixed;
	border-width:0px;
	border-color:#FF0000;
	text-align:left;
}

td.framecell {
	background-color:#FFFFFF;
}

hr {
	width:95%;
	color:#FF0000;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

td.copyright {
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:200%;
}

img.thumb {
	max-height:200px;
	max-width:200px;
	border:1px;
	border-color:#000000;
}

-->