/* Created by Winterhawk, February 2005 */

body {
	text-align:left;
	color: #000000;
	background: #d7cead url(images/z12d.gif);
}

table.main { /* table to align everything with background image */
	width: 550px;
	padding: 4px;
	margin-left: 30px;
	/* 	border: double; */
	}

table.content { /* table for content within main table */
	text-align: center;
	width: 500px;
	padding: 4px;
	/* border: dotted; */
}

.menu {
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	font-weight: bold;
	}

td.bar {
	text-align: center;
	vertical-align: top;
	padding: 20px;
}
td.verbage{
	text-align: left;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	padding: 10px;
	}
a:link {
	text-decoration: none;
	color: #ff0000;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}