BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#main {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#body {
	width: 820px;
	height: 100%;
	padding: 0;
	margin: 0;
}


#content {
	text-align: left;
	font-size: 10pt;
	background-image: url('/i/shadow.gif');
	background-repeat-y: none;
	padding-left: 10px;
	padding-right: 10px;
	width: 820px;
	height: 100%;
	background-repeat: repeat-y;
}

#header1 {
	background-image: url('/i/header.jpg');
	height: 98px;
	width: 800px;
}

#header2 {
	text-align: right;
	height: 86px;
	width: 800px;
}

#menu {
	text-align: right;
	background-color: #3b3761;
	color: white;
	font-size: 9pt;
	font-weight: 800;
	width: 796px;
	padding: 2px;
}

#menu A {
	color: white;
	text-decoration:none;
}

#text {
	text-align: left;
	width: 790px;
	padding: 5px;
}

#footer {
	font-size: 7pt;
	color: #3b3761;
}

H1 {
	color: #3b3761;
	font-weight: 800;
	font-size: 17pt;
}

H2 {
	color: #3b3761;
	font-weight: 600;
	font-size: 14pt;
}

H3 {
	color: #3b3761;
	font-weight: 900;
	font-size: 11pt;
	line-height: 100%;
	word-break: normal;
	margin-top: 0px;
	}

.error {
	border: 1px solid #d81126;
	background-color: #F9B0B7;
	padding: 2px;
}

.important {
	border: 1px solid #3b3761;
	padding: 2px;
	margin-top: 2px;
	background-color: #C4DAF0;
}

TABLE {
	border-collapse: collapse;
}

TD {
	border-bottom: 1px solid #3b3761;
	font-size: 9pt;
	padding: 4px;
	vertical-align: top;
}

TH {
	font-size: 9pt;
	background-color: #3b3761;
	color: white;
}