
/* default text properties */
body {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		margin: 0 0 0 0;}
		
body.body {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		margin: 0 0 0 0;}

A:link { color: blue } 
A:visited { color: #000066 } 
A:active { color: #103D87 } /* Change this color */

a.desc_subs {
		color: #ffffff; 
		text-decoration: none;
	}

a.white {
		color: #ffffff; 
	}

a.subheading {
		font-family: arial, helvetica, sans-serif;
		font-size: 13pt;
		font-weight: bold;
		color: #103D87; /* Change this color */
		text-decoration: none;
	}
	
/* Column 2 header */
h1 {
		font-family: arial, helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #003399; /* Change this color */
		margin-bottom: 5px;
	}

/* Column 1 header */
h2 {
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;
		color: #000000;
		margin-bottom: 5px;
	}

/* Issue Title-Date */
.issue {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
		color: #0033cc;
	}

/* General Column text */
.col1text {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
		color: #333333;
	}

.col2head {
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
	}

.col2text {
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
	}

.tiny {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
	}
	
.moreinfo {
		font-family: arial, helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;

	}

.footer {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #efefef; 
	}

a.edit	{
		font-family: arial, helvetica, sans-serif;
		font-size: 6pt;
		color: #efefef; 
	}

/* default table properties */
table {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
	  }


td.table-heading	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #666699;
	  }

td.table-subheading	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #ffffff;
		background-color: #666666;
	  }

