BODY
{
	margin-left: 0px;
	margin-right: 0px;
	bgcolor: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-size: 10pt;
}

DIV#banner
{
	position: relative;
	z-index: 1;
	width: 800px;
	height: 81px;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

DIV#banner IMG
{
	position: relative;
	top: -1px;
}

DIV#header
{
	position: absolute;
	z-index: 0;
	top: 84px;
	width: 100%;
	height: 62px;
	border-top: 1px solid #BBC9DF;
	border-bottom: 11px solid #7992C0;
	background-color: #5472AA;
	background-image: url(../images/headerTopBorder.gif);
	background-position: top;
	background-repeat: repeat-x;

	color: #FFFFFF;
	padding-top: 12px;
	font-size: 8pt;
	text-align: center;
}

DIV#searchLinks
{
	margin-top: 2px;
}

DIV#header A
{
	color: #FFFFFF;
	text-decoration: none;
}

DIV#header A:HOVER
{
	text-decoration: underline;
}

DIV#header LABEL
{
	cursor: pointer;
}

DIV#wrapper
{
	width: 763px;
	/*border: 1px solid #888888;*/
	padding-top: 89px;
	margin-left: auto;
	margin-right: auto;
}

H2
{
	margin-top: 0px;
	color: #5472AA;
}

TD.fieldHeader
{
	font-weight: bold;
}

SPAN.info
{
	font-size: 8pt;
}

.success
{
	font-weight: bold;
	color: #008800;
}

.error
{
	font-weight: bold;
	color: #FF0000;
}