/* CSS Document */

body {
	margin-left: 0px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.title {
	font-size: 10pt;
	color: #e2e0ad;
	background-image: url(img/xxx.jpg);
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #287900;
}
.title2 {
	font-size: 10pt;
	color: #e2e0ad;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
}

.titlepadding {
	padding: 5px;
}

.copy {
	padding: 5px;
	font-size: 10pt;
	XXXbackground-color: #191919;
	padding: 3px;
	display: block;
	color: #e2e0ad;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
}

.copy a:link {
	color: #CCFF66;
	text-decoration: none;
}
.copy a:visited {
	text-decoration: none;
	color: #CCFF66;
}
.copy a:hover {
	text-decoration: none;
	background-color: #FF0000;
	color: #FFFFFF;
}
.copy a:active {
	text-decoration: none;
	background-color: #FF0000;
	color: #FFFFFF;
}