body { font-size:8pt; background-color:#000000; font-color:#ffffff; }
table { font-size:8pt; font-family: arial, helvetica, san-serif; background-color:#f8f8f8; }
A:link    { color: #0000ff; text-decoration:none; }
A:hover   { color: #0080ff; text-decoration:underline; }
A:active  { color: #000080; text-decoration:underline; }
A:visited { color: #6060a0; text-decoration:none; }

/* h1 is used for page titles */
h1 	{
	text-align:center;
	color:#000000;
	background-color:#c8f8c8;
	font-family:Arial Black, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:12pt;
	border-style:solid;
	border-color:#000000;
	border-width:2;
	padding:3;
	margin-bottom:0;
	}

/* h2 is used for section headings */
h2 	{
	text-align:center;
	color:#000000;
	background-color:#e8e8e8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:8pt;
	border-style:solid;
	border-color:#005cff;
	border-width:1;
	padding-top:0;
	padding-bottom:0;
	margin-top:1;
	margin-bottom:1;
	margin-left:0;
	margin-right:0;
	}


/* h3 is used to encapsulate each section entirely */
h3 	{
	text-align:left;
	color:#000000;
	background-color:#e8e8e8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:8pt;
	border-style:solid;
	border-color:#005cff;
	border-width:0;
	padding:3;
	margin:1;
	}

/* h4 is used for the fine print in the bottom banner */
h4 	{
	text-align:center;
	color:#000000;
	background-color:#ffe800;
	font-family:Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:9;	
	border:none;
	padding-top:0;
	padding-bottom:0;
	margin:0;
	}
/* h5 is used for headers within columns */
h5	{
	background-color:#757575;
	border-style:none;
	text-align:left;
	color:#e0e000;
	font-family:Helvetica, san-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12pt;
	padding:2;
	margin:0;
	}

/* h6 is always used for the title banner of the page..*/
h6	{
	text-align:left;
	color:#ffffff;
	background-color:#000000;
	font-family:Arial Black, Times New Roman, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:12pt;
	border:none;
	margin:0;
	}

ul	{
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	margin:10;
	}