body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #000000;
}
.table {
	border: 1px solid #E25704;
	background-color: #FFFE41;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
td {
	text-align: left;
	vertical-align: top;
}
.nav {
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.foot {
	font-size: x-small;
	vertical-align: middle;
	margin: 0px;
	padding-left: 10px;
}
.content {
	margin: 0px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 8px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-left: 6px;
	padding-top: 22px;
	padding-bottom: 6px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-left: 6px;
	padding-top: 22px;
	padding-bottom: 6px;
}
a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.image {
	border: 1px solid #000000;
}
.pad {
	padding-right: 12px;
	padding-left: 8px;
}
.foot a:link {
	color: #000000;
	text-decoration: none;
}
.foot a:visited {
	color: #000000;
	text-decoration: none;
}
.foot a:hover {
	color: #990000;
	text-decoration: none;
}
.divider {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #E25704;
	border-right-color: #E25704;
	border-bottom-color: #E25704;
	border-left-color: #E25704;
}
