<!--
body {
	font-family: arial;
	color: #000000;
	font-size: 10pt;
	textdecoration: none;	
}

a:link {
	text-decoration: underline;
	font-family: verdana;
	color: #000000;
	font-size: 9pt;
	}

a:visited {
	text-decoration: underline;
	font-family: verdana;
	color: #444444;
	font-size: 9pt;
}

a:hover {
	text-decoration: none;
	font-family: verdana;
	color: #3D0000;
	font-size: 9pt;
	}

a:active {
	text-decoration: none;
	font-family: verdana;
	color: #000000;
	font-size: 9pt;
}

a.small:link {
	text-decoration: none;
	font-family: arial;
	color: #000000;
	font-size: 8pt;
	}

a.small:visited {
	text-decoration: none;
	font-family: arial;
	color: #444444;
	font-size: 8pt;
}

a.small:hover {
	text-decoration: underline;
	font-family: arial;
	color: #3D0000;
	font-size: 8pt;
	}

a.small:active {
	text-decoration: none;
	font-family: arial;
	color: #000000;
	font-size: 8pt;
}

table {
	font-family: arial;
	color: #000000;
	font-size:10pt;
	textdecoration: none;
}


.small {
	text-decoration: none;
	font-family: arial;
	color: #000000;
	font-size: 8pt;
	}

table.border {
	background-color: #D5D5D5;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #000000;
}

td.title {
	background-color: #FFB526;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: dashed;
	border-color: #000000;
	text-decoration: none;
	font-family: arial;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

td.border {
	background-color: #E1E1E1;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px;
	border-style: dashed;
	border-color: #000000;
	text-decoration: none;
	font-family: arial;
	font-size: 8pt;
}

td.border2 {
	background-color: #FFDEB7;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: dashed;
	border-color: #999999;
	font-color: #9A0045;
}


h1.top {
	margin: 0px;
	font-family: verdana;
	color: #FF8A00;
	font-size: 30pt;
	}


h2 {
	margin: 0px;
	font-family: arial;
	color: #000000;
	font-size:12pt;
	}
//-->