﻿html {
	overflow: auto;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
h1 {
	text-align:center;
	font-size:x-large;
	color: #336699;
}
a:link, a:visited, a:hover {
	color: #336699;
	text-decoration: underline;
}
img {
	border: 0px;
}
table {
	width:100%;
	border-collapse:collapse;
}
td#content {
	padding:10px;
}
td#copyright {
	height: 18px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 2px;
	text-align: right;
	color: white;
	background-color: #336699;
	padding-right: 20px;
}
td#copyright a {
	color: white;
	text-decoration: none;
}
td#copyright a:hover {
	text-decoration:underline;
}
td#du {
	background-color: #003366;
	height: 18px;
}
td#tu {
 	background-color: #336699;
 	height: 2px;
}
td#tl {
	background-color: #003366;
	height: 1px;
}
