body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #210b05;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #996633;
	text-decoration: underline
}
a:hover {
	color: #CC6600;
}

a:link.copyright, a:visited.copyright, a:active.copyright {  
	color: #999999; text-decoration: underline;
}
a:hover.copyright {	
	color: #CC6600; 
}

a:link.light, a:visited.light, a:active.light {
	color: #CC9966;
	text-decoration: underline;
}
a:hover.light {
	color: #FFFFFF;
}

.copyright {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	text-align: right;
	vertical-align: bottom;
}
p {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: justify;
	line-height: 16px;
}

.imageleft {
	float: left; 
	vertical-align: text-top;
	margin-top:  0px;
	margin-left:  0px;
	margin-right:  0px;
	margin-bottom:  0px;
} 

.warning {
	font-weight: bold;
	color: #993300;
	text-align: center;
}
h1{
	font-size: 16px;
	color: #783901;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
}

.note {
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	line-height: 14px;
}

.large {
	font-size: 16px;
	line-height: 20px;
}
.quote {
	font-style: italic;
}
li {
	list-style-image: url(../images/bullet.gif);
	margin-top: 5px;
	margin-left: 10px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.header {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #783901;
}
h2 {
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 15px;
}
ul {
	margin-top: 5px;
}
