﻿body 
{
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

h1, h2, h3, h4 
{
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 
{
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 
{
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

h3 
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}

h4 
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
	color: #DBB94F;
}

p 
{
	line-height: 1.4em;
}

a 
{
	text-decoration: none;
	color: #DBB94F;
}

a:visited 
{
	color: #C19B28;
}

a:hover 
{
	text-decoration: underline;
	color: #E6CD84;
}

a:active 
{
	color: #C19B28;
}

table 
{
	font-size: 1em;
}

img 
{
	border-width: 0;
}

hr 
{
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

dl 
{
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt 
{
	position: absolute;
	left: 0;
}

dd 
{
	margin-left: 300px;
	height: 2.0em;
	margin-bottom: 5px;
}


