body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: black;
	color: #808080;
	font-family: Times New Roman;
}

.banner span, .links span
{
	display: none;
}

div.content
{
	top: 120px;
	margin-left: 200px;
	width: 600px;
	text-align: justify;
}

 .links ul
{
	position: absolute;
	top: 115px;
	left: 0px;
	width: 155px;
}

li
{
	list-style: none;
}

a
{
	color: #c0c0c0;
	text-decoration: none;
	font-variant: small-caps;
}

a img
{
	border: 0px;
}

ul a:hover img, .banner a:hover img
{
	border: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	text-decoration: none;
}

a:hover
{
	border: 0px;
	text-decoration: none;
}

p a:hover
{
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.footer a:hover
{
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	color: #c0c0c0;
}

h3
{
	text-align: center;
}

h2
{
	font-variant: small-caps;
	font-size: 18pt;
	color: #808080;
}

h4
{
	margin-bottom: 5px;
	font-variant: small-caps;
}

submit
{
	background-color: 009999;
	border-color: 000000;
	margin: 3px;
}

div.footer
{
	width: 800px;
	font-size: 8pt;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

ul.Footerlinks li
{
	width: 800px;
	font-size: 8pt;
	text-align: center;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}