.Box1 {
	background-image: url(background-grey.jpg);
	background-repeat: repeat;
	margin: 8px;
	padding: 10px;
	border: thin double #7F9EA8;
	list-style-position: inside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url();
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
a:link {
	color: #B89B49;
}
a:visited {
	color: #B89B49;
}
.style1 {color: #ECE8D6}
.style2 {color: #E3DFCD}
.copyright {color: #E3DFCD; font-size: 10px; }
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.footer-sm {font-family: Georgia, "Times New Roman", Times, serif}
.Box2 {
	background-image: none;
	margin: 5px;
	padding: 5px;
	border: thin double #333333;
	list-style-position: inside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #333333;
}
.header-listing {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}
.Box3 {
	background-repeat: repeat;
	margin: 8px;
	padding: 10px;
	border: thin groove #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #313131;
}
fieldset {
	border: 1px solid;
	border-color: #000000;
	margin-bottom: 2px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
	/* right floated images */
	.image {
	float: right;
	margin: 10;
	padding: 5px;
	border: thin outset #333333;
	}
		/* left floated images */
	.image2 {
	float: left;
	margin: 10 10 10px 10px;
	padding: 5px;
	border: thin outset #333333;

	}
.note {
	font-size: 0.95em;
	padding: 12px;
	border: 1px double #333;
}
