BODY {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	text-align: left;
	background: #99CCCC;
}

H1     { font-family: Arial, sans-serif; 
         font-size: 18pt; 
		 font-weight: bold; 
         line-height: 100%; 
		 color: #000000; 
		 margin-top: 0pt;
         margin-bottom: 0pt; }

H2     { font-family: Arial, sans-serif; 
         font-size: 14pt; 
		 font-weight: bold; 
         line-height: 100%; 
		 color: #000000;
         margin-top: 0pt;  
		 margin-bottom: 6pt; }

H3     { font-family: Arial, sans-serif; 
         font-size: 12pt; 
		 font-weight: bold;
         line-height: 100%; 
		 color: #000000; 
         margin-top: 6pt;  
		 margin-bottom: 0pt; }

H4     { font-family: Arial, sans-serif; 
         font-size: 11pt; 
		 font-weight: bold;
         line-height: 100%; 
		 color: #000000; 
		 margin-top: 6pt;
         margin-bottom: 0pt; }

H5     { font-family: Arial, sans-serif; 
         font-size: 10pt; 
		 font-weight: bold; 
		 font-style: italic;
         line-height: 100%; 
		 color: #000000; 
		 margin-top: 6pt;
         margin-bottom: 0 pt; 
		 } 

H6     { font-family: Arial, sans-serif; 
         font-size: 8pt; 
		 font-weight: bold;
         line-height: 100%; 
		 color: #000000; 
		 margin-top: 6pt;
         margin-bottom: 16pt; }

/* Links */

A {}

A:link     {color:purple;}

A:active   {color:aqua;}

A:visited  {color:fuchsia;}

A:hover    {color:red;}

TABLE {

	font-family: Verdana, sans-serif;

	font-size: 9pt;

	text-align: left;

	background-color: #FFFFCC;

	border: #999999;

}

.grtable {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	text-align: left;
	background: #99CCCC;
	border:#99CCCC;
}

TD    { font-size: 9 pt; padding-top: 8pt; padding-bottom: 0pt; padding-right: 12pt; }


/* Character Formatting */

STRONG { font-style : bold;}

EM     { font-style : italic;}

SPAN {}                       