body {
	background: #ffffff;
	vertical-align: top;
	padding: 0 5%;
	font: 12pt "Times New Roman", Times, serif;
	color: #000000;
}

#Masthead, #Navigation, #Bread {
	display: none;
}

h1, h2, h3 {
	margin-bottom: 0.2em;
}

h1 {
	font-size: 21px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

a, a:visited {
	color: #000000;
	text-decoration: none;
}

.Current, .Current a {
	text-decoration: underline;
}

.urgent {
	color: #990000;
	font-weight: bold;
	font-size: 15px;
}

.boxout {
	float: left;
	border: 1px solid #000000;
	padding: 10px;
	margin-right: 20px;
}

.boxoutr {
	float: right;
	border: 1px solid #000000;
	padding: 10px;
	margin-left: 20px;
}

table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: center;
}

caption {
	padding: 0 0 10px;
	font: bold;
	text-decoration: underline;
}

th, td {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
}

.formlabel {
	padding-right: 10px;
	width: 190px;
	float: left;
	text-align: right;
	font-weight: bold; 
}

#Footer {
	display: none;
}

.separator {
	clear: both;
	height: 0;
}


