body {
	font-family: "Tahoma";
	background-color: #669966;
	}

a:link {
	text-decoration: none;
	color: black;
	}

a:visited {
	text-decoration: none;
	color: black;
	}

a:hover {
	text-decoration: underline;
	color: white;
	}

a:active {
	text-decoration: none;
	color: black;
	}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	margin-left: 20px;
	margin-top: 0px;
}

.footer a:link {
	font-size: 10px;
	color: black;
}


.footer a:hover {
	font-size: 10px;
	color: #CE9B28;
	text-decoration: underline;
}

table.sales {
	background: #669966;
	border-color: #CE9B28 #CE9B28 #CE9B28 #CE9B28;
	border-width: 2px;
	border-style: solid;
}


.footer a:visited {
	font-size: 10px;
	color: black;
}


table.main {
	background: #669966;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	border-color: white white white white;
	border-width: 1px;
	border-style: solid;
	}
h1 {
	font-size: 18px;
	font-family: Tahoma;
	color: #000000;
	margin-top: 20px;
}


h2 {
	font-size: 16px;
	font-family: Tahoma;
	color: black;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
}

p.content {
	margin-top: 0px;
	margin-bottom: 10px;
}

.content a:link {
	text-decoration: none;
	color: #CE9B28;
	}

.content a:visited {
	text-decoration: none;
	color: #CE9B28;
	}

.content a:hover {
	text-decoration: underline;
	color: #CE9B28;
	}

.content a:active {
	text-decoration: none;
	color: #CE9B28;
	}



