html
{
	height: 100%;
}
body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	margin: 0px 0px 0px 0px;
	height: 100%;
}
form
{
	margin-top: -20px;
	padding-left: 10px;
	padding-right: 10px;
}
h1
{
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	
}

p
{
	
}
p.link
{
}

div.main
{
	width: 610px;
}

div.central
{
	width: 330px;
	margin: 0 auto 0 auto;
}
div.top
{
	width: 620px;
	min-height: 80px;
	background-image: url('../images/top.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0 0 5px;
}

div.bottom
{
	width: 620px;
	min-height: 80px;
	background-image: url('../images/bottom.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

table.listing
{
	margin: 0 auto 0 auto;
	width: 80%;
}

p
{
	margin-left: 50px;
	margin-right: 50px;
}

p.description
{
	font-size: 0.8em;
}

p.copyright
{
	font-size: 0.6em;
	padding-bottom: 5px;
}

td
{
	padding-bottom: 15px;
}

img
{
	border: 0px;
	padding-bottom: 10px;
	float: left;
}

img.logo
{
	padding-right: 7px;
	padding-left: 10px;
}

a.logo
{
	color: #0062AE;
	font-weight: normal;
	text-decoration: none;
}

a
{
	color: #0062AE;
	text-decoration: none;
}

a:visited
{
	color: #0062AE;
	text-decoration: none;
}

a:hover
{
	color: #FF6501;
	text-decoration: none;
}

