
div { font-family: Arial, Helvetica, sans-serif;
	margin-left: auto; }
	
#outer {
	width: 550px;
	margin: auto;
}

a { text-decoration: none; color: black; }

a:hover { text-decoration: underline; }

#content 
{
	font-size: 10pt;
	border: 2px solid black;
	padding: 10px;
}

.formtable *
{
	font-size: 10pt;
}

#content h1
{
	font-size: 1.3em;
}

img { border: 0px; }
content img { border: 0px; }

#header {
	text-align: center;
	width: 550px;
	background-color: Black;
	height: 71px;
}

#footertext {
	text-align: center;
	font-size: 9pt;
	padding: 6px;
	border-top: 1px solid white;
	background-color: black;
	color: white;
}

#footertext a { 
	text-decoration: none; 
	color: white;
}

#footertext a:hover { 
	text-decoration: underline; 
}
