#contentCell{
	padding: 25px;
}

TABLE {
	font-family: Tahoma, Arial;
	font-size: 10pt;
	line-height: 22px;
}

H1 {
	font-family : Tahoma, Arial;
	font-size : 18pt;
	font-weight : normal;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	color: #3366EE;
}

H2 {
	font-family : Tahoma, Arial;
	font-size : 14pt;
	font-weight : normal;
}

H3 {
	font-family: Tahoma, Arial;
	font-size: 12pt;
	font-weight: bold;
}

UL:unknown {
	LIST-STYLE-POSITION: outside;
	LIST-STYLE-TYPE: square;
}

UL:LI {
	list-style-position: outside;
	list-style-type: square;
}

LI.sublist{
	list-style-position: outside;
	list-style-type: circle;
}

DT{
	font-weight: bold;
}

.toplink{
	color: #125FA3;
	cursor: hand;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

.contlink{
	color: #4785B8;
	cursor: hand;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

