body, div{
	margin: 0 auto;
}
body {
	background-color: #E0E0E0;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2 {
	/*margin-top: 0;
	letter-spacing: -2px;
	font-size: 3em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2.9em;*/
	display: none;
}

div#wrap {
	width: 730px;
	background-color: #FFFFFF;
	margin-botton: 10px;
}

div#header {
	margin-top: 10px;
	background: url(header.jpg) no-repeat bottom;
	width: 730px;
	height: 271px;
}

div#subheader {
	margin-top: 30px;
	width: 730px;
}

.subHeaderLink {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
}

div#content {
	margin-top: 40px;
	width: 700px;
	padding: 0 15 0 15;
	font-family: Arial, Helvetica, sans-serif;
}

div#urgent {
	width: 620px;
	padding: 10px 15px 10px 15px;
	border: #000000 3px dashed;
}

a { color: #0000FF; text-decoration: underline; }
a:active { color: #CC0000; }
a:hover { text-decoration: none; }
img { border: none; }
p.indent { text-indent: 20pt; }

.fileHeader {
	color: #CC0000;
	text-transform: uppercase;
	font-size: 16pt;
	font-weight: bold;
}

.fileSubHeader{
	color: #000000;
	text-transform: uppercase;
	font-size: 16pt;
	font-weight: bold;
}