BODY {
	background-color: #ffffff;
	margin: 5px;
}

BODY, TD, TH {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* STYLES */

.small-caps {
	font-variant: small-caps;
}
.highlight1 {
	color: #d0af94;
}
.highlight2 {
	color: #84aec9;
}
.table-description {
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-weight: normal;
}

/* FORMATTING */

H1, H2, H3, H4 {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px;
}
H1 {
	margin-top: 15px;
	color: #1483bb;
	font-size: 20pt;
	font-weight: bold;
}
H2 {
	margin-top: 15px;
	color: #d8a55b;
	font-size: 16pt;
	font-weight: bold;
}
H3 {
	margin-top: 15px;
	color: #555555;
	font-size: 14pt;
	font-weight: bold;
}
H4 {
	margin-top: 12px;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
}

P {
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	text-indent: 15px;
	text-align: justify;
}

P.botsign {
	line-height: 10px;
	font-size: 10px;
	margin: 0px;
	color: #999999;
}

DD P, BLOCKQUOTE P {
	text-indent: 0px;
	margin-bottom: 5px;
}

BLOCKQUOTE H1, BLOCKQUOTE H2, BLOCKQUOTE H3, BLOCKQUOTE H4 {
	margin-left: 0px;
}

UL, OL {
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 40px;
}

UL {
	list-style: disc;
}

CODE {
	margin: 0px;
	padding: 0px;
}

BLOCKQUOTE {
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 16px;
	margin-right: 25px;
	padding: 0px;
	padding-left: 7px;
	border-left: 3px double #c1c1c1;
}

SMALL, .font-small {
	font-size: 90%;
}
BIG, .font-big {
	font-size: 110%;
}

DIV A, DIV A:link, DIV A:visited, DIV A:active, DIV A:hover, 
BLOCKQUOTE A, BLOCKQUOTE A:link, BLOCKQUOTE A:visited, BLOCKQUOTE A:active, BLOCKQUOTE A:hover, 
A, A:link, A:visited, A:active, A:hover {
	color: #578a92;
	text-decoration: none;
}
DIV A:hover, BLOCKQUOTE A:hover, A:hover {
	text-decoration: underline;
}

ADDRESS {
	text-align: right;
	margin-top: 20px;
	border-top: 1px dashed #aaaaaa;
	padding-right: 3px;
}

DT {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	font-weight: bold;
	font-variant: small-caps;
}

DD {
	margin: 0px;
	margin-left: 35px;
	padding: 0px;
}


TABLE.table1 {
	background: #aeccdb;
}
TABLE.table1 TH {
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffffff;
	color: #000000;
}
TABLE.table1 TD {
	background-color: #ffffff;
}

TABLE.table2 {
	background-color: #cfcfcf;
}
TABLE.table2 TH {
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffffff;
	color: #000000;
}
TABLE.table2 TD {
	background-color: #ffffff;
}

HR {
	margin-top: 10px;
	margin-bottom: 10px;
}