* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
h1 {
	background-color: #CCCCCC;
	font-size: 250%;
	text-align: center;
	font-family: "Arial Narrow";
}
h2 {
	font-size: 150%;
	color: #FFF;
	background-color: #666;
	margin-bottom: .5em;
	padding-left: 1ex;
}
table {
	width: 100%;
	border-collapse:collapse;
}
table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-right: 1ex;
	padding-left: 1ex;
}
form label {
	display: inline-block;
	margin-right: 2ex;
}
form label span {
	display: block;
}

table thead tr td {
	background-color: #99C;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.textAlignRight {
	text-align: right;
}


hr {
	margin-top: .4em;
	margin-bottom: .6em;
}


.textAlignCenter {
	text-align: center;
}
#site_holder {
	margin: auto;
	width: 250mm;
}
#menu {
	text-align: center;
	display: table;
	width: 100%;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #678;
}
#menu li {
	list-style-type: none;
	float: left;
	width: 83.3mm;
}
#menu li a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	color: #FFF;
}
#menu li a:hover {
	padding-right: 10ex;
	padding-left: 10ex;
	background-color: #89A;
	font-weight: bold;
}

@media print
{
	#site_holder .noprint {
		display: none;
	}
}
