/* Make all body text orange-colored 12-point Book Antiqua
   with 16-point vertical spacing between lines of text
   and 10-point margins. Use parchmnt.gif as the background.
*/
BODY {font-size: 9pt;
      font-family: Verdana, Arial;
      color: #333333;
		font-weight: normal;
      background: #FFFFFF;
      line-height: 14pt;
      margin-left: 10px;
      margin-right: 30px;
		margin-top: 120;
		text-align: left;}





Table {font-size: 9pt;
      font-family: Verdana, Arial;
		border: 0;
      color: #333333;
		font-weight: normal;
 
      line-height: 14pt;
      margin-left: 0px;
      margin-right: 0px;
		margin-top:
		cell-padding: 0px;
		cell-spacing: 0px;
		text-align: top;
		vertical-align: text-top}


H1 {font-size: 15pt; 
	font-family: Verdana, Arial;
	font-weight: normal;
    color: #999966;
    line-height: 18pt;
	text-align: left;}

H2 {font-size: 11pt; 
	font-family: Verdana, Arial;
	font-weight: bold;
 	color: #FF9966;
    line-height: 11pt;
	text-align: left;}
a:link {color: #FF6600;	text-decoration: none}
a:visited {color: #FF6600;	text-decoration: none}
a:active {color: #FF9966;	text-decoration: none}
a:hover {color: #FF9966;	text-decoration: none}

SPAN 	{font-size: 7pt;
		line-height: 9pt;}


