/* si_style01d.css  last edited on Thursday, July 22, 2009 at 1:00 p.m.


   Changes made in file during the year 2003:
   22 July 2009: made changes in colors, etc. and added details class.
	03/07 - Changed colors for subhead and some Hn classes
	03/18 - Changed background color for subhead
	03/21 - Changed colors for H1
	           - other changes
   
   */

BODY, TD, TR{
	BackGround : white;
	color : black;
	}

H1{
	color : white;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background : #009900;
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
	 }


H2{
	color : white;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background : #009900;
	font-size : 12pt;
	font-weight : bold;
	}


H3{
	color : white;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background : #3333CC;
	font-size : 12pt;
	font-weight : bold;
	text-align: left;
	}


H4{
	color : Blue;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background : #a4ffa4;
	font-size : 10pt;
	}


H5{
	color : black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background : white;
	font-size : 9pt;
	font-weight : bold;
	}


H6{
	color : black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background : white;
	font-size : 9pt;
	}


HR{
	background : white;
	color : Silver;
	}


B{
	BackGround : white;
	Color : black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	Font-Weight : bold;
	}


P{
	BackGround : white;
	Color : black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	Font-Size : 11pt;
	}


UL, OL, DL, LI{
	background : white;
	Color : black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	Font-Size : 11pt;
	}


PRE{
	BackGround : #009900;
	color : white;
	font-family : Verdana, Arial, Tahoma, Helvetica, monospace, sans-serif;
	font-size : 12pt;
	Font-Weight : bold;
	}


.copyright{
	BackGround : Silver;
	color : black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 9pt;
	}
	
	
.greenlight{
	background : #009900;
	color : white;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

	
.allgreen{
	background : #009900;
	color : #009900;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

	
.highlight{
	background : #3333CC;
	color : white;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

	
.keyword{
	BackGround : #DCDCDC;
	color : black;
	font-weight : bold;
   }

.details{
	BackGround : White;
	color : black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 9pt;
	}
	
	
.sectionheading{
	BackGround : #FFEBCD;
	color : black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 10pt;
	Font-Weight : bold;
	}

	
.subhead{
	background : White;
	Color : Blue;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 12pt;
   font-weight : bold;
	}

.unhighlight{
	background : #FFFFFF;
	color : black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

.paleyellow{
	background : #FFFFCC;
	color : black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}
	

