*
{
	padding: 0;
	margin: 0;
	border: 0;
}
body
{
	color: #666;
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, Geneva, san-serif;
	letter-spacing: 1px;
	line-height: 16px;
	margin: 0 20px 0 20px;
	background-color: #CCC;
}
#banner
{
	background-image: url(../../../images/top_background.gif);
	background-repeat: no-repeat;
	width: 787px;
}
#banner h1
{
	padding: 10px;
}
#wrapper
{
	height: 100%;
}
#container
{
	width: 787px;
	height: 100%;
}
#content
{
	width: 787px;
	text-align: left;
	height: 100%;
	background-image: url(../../../images/middle_background.gif);
	background-repeat: repeat;
}
blockquote { margin: 0px 20px 0px 20px; }
#footer
{
	width: 787px;
	background-image: url(../../../images/bottom_background.gif);
	background-repeat: no-repeat;
	height: 76px;
}
.clearing
{
	clear: both;
	height: 0;
}
.signature
{
	color: #666;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, Geneva, san-serif;
	text-align: center;
}
p { padding: 0 0 1em; }
h1
{
	color: #006;
	font-size: 16pt;
	font-family: Times, Times Roman, Times New Roman, serif;
	letter-spacing: 1px;
	font-weight: bold;
	margin: .5em 0;
}
INPUT.format
{
	width: 250;
	background-color: #FF9;
}
TEXTAREA
{
	width: 250;
	background-color: #FF9;
}
