*
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 9pt;
}
body
{
	background-color: #f7f7f7;
}
p
{
	text-align: justify;
	margin-bottom: -10px;
}
p.date
{
	text-align: right;
	font-weight: bold;
	font-size: 8pt;
	margin-top: 6px;
}
p.heading
{
	font-weight: bold;
	font-size: 12pt;
	color: #ff9900;
}
p.subheading
{
	font-weight: bold;
	font-size: 10pt;
	color: #ff9900;
	text-decoration: underline;
}
p.title
{
	font-size: 11pt;
	font-weight: bold;
}
div.panel
{
	border: #e4e4e4 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 550px;
	background-color: #eeeeee;
}
li
{
	padding-bottom: 5px;
	margin-left:16px; 
  text-indent: -16px; 
}
a.Item
{
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a.Item:hover
{
	text-decoration: underline;
}