body {
	background: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-size: 12px;
}

h2 {
	font-size: 14pt;
	color: #000000;
}

h3 {
	font-size: 13pt;
	color: #000000;
}

h4 {
	font-size: small;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
}

a {
	text-decoration: none;
	color: #FF4500;
	font-size: small;
	font-family: arial;
}

a:visted {
	text-decoration: none;
	color: Blue;
	font-size: small;
	font-family: arial;
}

a.text {
	text-decoration: none;
	color: #FF4500;
	font-size: x-small;
	font-family: arial;
}

a.text:visted {
	text-decoration: none;
	color: Blue;
	font-size: x-small;
	font-family: arial;
}

a.colhead {
	text-decoration: none;
	color: Black;
	font-size: 9pt;
	font-family: arial;
}

td.colbody {
	text-decoration: none;
	color: Black;
	font-size: 8pt;
	font-family: arial;
}