body {
	font-family: tahoma;
	color: #333333;
	font-size: 9pt;
}

a:link {
	font-family: tahoma;
	color: #A02223;
	font-size: 9pt;
	text-decoration: underline;
}

a:visited {
	font-family: tahoma;
	color: #A02223;
	font-size: 9pt;
	text-decoration: underline;
}

a:hover {
	font-family: tahoma;
	color: #A02223;
	font-size: 9pt;
	text-decoration: none;
}

a:focus {
	font-family: tahoma;
	color: #A02223;
	font-size: 9pt;
	text-decoration: underline;
}

h1 {
	font-family: tahoma;
	font-size: 8pt;
	padding-bottom: 0px;
}

h2 {
	font-family: tahoma;
	color: #A02223;
	font-size: 13pt;
	font-weight: normal;
}

table {
	font-family: tahoma;
	color: #333333;
	font-size: 9pt;
}

hr {
	background: White;
	border: thin solid White;
	border-left-width: 0px;
	border-top-width: 0px;
}

p {
	border: 1px solid Silver;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #F5F5F5;
}

dd {
	font-family: tahoma;
	color: #333333;
	font-size: 8pt;
	font-weight: bolder;
}