body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}

a:link {
	color: #6F35C5;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #6F35C5;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #6F35C5;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #7F45D5;
	font-weight: bold;
	text-decoration: none;
}

li {
	type: circle;
}

p.menuitem {
	margin-left: 10px;
	margin-right: 10px;
}

table {
	font-size: 10pt;
}

table.maintable {
	position:absolute; top: 0px; left: 0px;
	background: #FFFFFF;
}

tr.purpleline {
	height: 2;
	background: #6F35C5;
}

td.sidebar {
	background: #D2CFF1;
	width: 130px;
}

.minitext
{
 font-size: 8pt;
}

div.title 
{
	font-size: 12pt;
	font-weight: bold;
}

div.small 
{
	font-size: 7pt;
}