.report table
{
	border-collapse: collapse; 
	border: 1px solid black;
	width: 10in;
}

.report td
{
	border: 1px solid black;
	padding: 3px;
	font-size: 9pt;
}

a
{
	text-decoration: underline;
	font-weight: bold;
	color: #2F1B52;
}

body
{
	background: #808080;
	font-family: Arial;
	font-size: 11.5pt;
}

.headerlink
{
	color: white;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	padding: 8px 0px;
}

.title, h1
{
	font-family: Arial;
	color: #2F1B52;
	font-size: 15pt;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
	font-weight: bold;
}

.subhead, h2
{
	font-family: Arial;
	color: #2F1B52;
	font-size: 13pt;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}

.infobox
{
	width: 340px;
	height: 80px;
	border: 1px solid black;
}
.infotitle
{
	height: 25px;
	border-bottom: 2px solid #2F1B52;
	background: #F4CBB2;
	font-weight: bold;
	color: #2F1B52;
	text-indent: 15px;
	cursor: pointer;
}
