/* CSS Document */

* {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #ffffff;
}

body {
	margin: 0px;
	color: #D3A262;
}

img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.maintable {
	background-image: url(../images/site_background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

.title {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}

.copy {
	font-size: 10pt;
	text-align: justify;
	color: #000000;
}

.copyright {
	font-size: 8pt;
	text-align: center;
	color: #ffffff;
}

a {
	text-decoration: underline;
}

a.contact:link {
	font-size: 10pt;
	color: #000000;
}

a.contact:visited {
	font-size: 10pt;
	color: #000000;
}

a.contact:active {
	font-size: 10pt;
	color: #000000;
}

a.contact:hover {
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}