/* DYNAMIC STYLES are contained styles.aspx. These are dynamicially written as inline css based on web/email/pdf. */
/* The styles contained here are either web-only (so no inline css required), or additional rollover styles that cannot be written inline. */

a
{
	color: #523091;
}
p.pagebreakhere 
{
	page-break-before: always;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}
.headerdiv
{
	float: right;
	position: relative;
	width: 600px;
	left: 0px;
	top: -60px;
	padding-right: 10px;
	text-align: right;
	z-index: 2;
}
.mainnav a:link, .mainnav a:hover, .mainnav a:active, .mainnav a:visited
{
	color: #000000;
}
.mainnav a:link, .mainnav a:hover, .mainnav a:active, .mainnav a:visited
{
	text-decoration: none;
}
.mainnav a:hover, .mainnav a:active
{
	text-decoration: underline;
}
table.datatable {
	border: 1px solid #AAA;
	border-collapse: collapse;
}
table.datatable th, table.datatable td {
	border: 1px solid #AAA;
	padding: 3px;
	margin: 0px;
	font-size: 9pt;
}
table.datatable th {
	background-color: #97C6C5;
}
table.datatable th.leftth {
	background-color: #E9E9E9;
	text-align: left;
}
table.datatable td {
	background-color: #FFFFFF;
	text-align: right;
}
table.datatable td.colhighlight, table.datatable th.colhighlight {
	background-color: #EDEAD3;
}
table.datatable td.rowhighlight, table.datatable th.rowhighlight {
	background-color: #BBBBBB;
}
table.datatable th.rowhighlight {
	text-align: left;
}












