BODY, 
TD, 
INPUT, 
SELECT, 
TEXTAREA, 
BUTTON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #444444;
}

A:link, 
A:visited {
	text-decoration: none;
	color: #336666;
}
A:active, 
A:hover {
	text-decoration: underline;
	color: #778888;
}
A.void:link, 
A.void:visited {
	text-decoration: none;
	color: #336666;
	cursor: text;
}
A.void:active, 
A.void:hover {
	text-decoration: none;
	color: #444444;
	cursor: text;
}

P {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

UL {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 18px;
	margin-right: 18px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	list-style: disc;
}
UL UL {
	margin-bottom: 0.75em;
	list-style: disc;
}

OL {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 24px;
	margin-right: 24px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	list-style-type: decimal;
}
OL OL {
	margin-bottom: 0.75em;
	list-style-type: lower-alpha;
}

H1, 
H2, 
H3, 
H4, 
H5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 1em;
	margin-bottom: 0;
}
H1 {
	font-size: 18pt;
	font-weight: normal;
	font-variant: small-caps;
}
H2 {
	font-size: 14pt;
	font-weight: normal;
}
H3 {
	font-size: 12pt;
	font-weight: normal;
	font-variant: small-caps;
	color: #444444;
}
H4 {
	font-size: 9pt;
	font-weight: bold;
}
H5 {
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: #444444;
}
H1 A:link, H1 A:visited,
H2 A:link, H2 A:visited,
H3 A:link, H3 A:visited,
H4 A:link, H4 A:visited,
H5 A:link, H5 A:visited {
	color: #647D7D;
}
H1 A:active, H1 A:hover,
H2 A:active, H2 A:hover,
H3 A:active, H3 A:hover,
H4 A:active, H4 A:hover,
H5 A:active, H5 A:hover {
	color: #849D9D;
}

TABLE, TABLE TD, IMG {
	border-style: solid;
	border-color: #999999;
	border-width: 0;
}
TABLE TD {
	padding: 0;
}

P.errMsg {
	color: #993333;
}
P.sucMsg {
	color: #339933;
}

EM {
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
