@charset "UTF-8";

a {
	border:none;
	color:#CC0066;
	text-decoration:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #000000;
	background-image:url(images/BrownBackground.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:20px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#CC0066;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#999999;
}

img {
	border-style:none;
}

li {
	padding-top:10px;
	padding-bottom:10px;
	width:95%;
}

p {
	margin-top:0px;
}

ul {
	background-color:#DDDDDD;
}

.bottompaddedcell {
	padding-bottom:10px;
}
		
.contenttable {
	position:relative;
	top:50px;
	width:1000px;
}

.footertext	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#6f5548;
}

.menutable {
	position:relative;
	top:50px;
	width:1003px;
	padding-left:5px;
}