@charset "iso-8859-1";
#box01 {BORDER: 3pt groove #FFCC00;
		 /*Orange*/
	    PADDING: 1pt}

#box02 {BORDER:  3pt outset #FF9966;
		/*Light Orange*/
	    PADDING: 1pt}		 
			 
#box03 {BORDER:  3pt groove #FF9966;
		/*Light Orange*/
	    PADDING: 1pt}		
			 
#box04 {BORDER:  1pt inset #CC0000;
		/*Red*/
	    PADDING: 1pt}			
			 
#box05 {BORDER:  3pt outset #003300;
		/*Brown*/
	    PADDING: 3pt}			  	 
			 
.font1   {/*comment: yellow on green;*/
			background: #003300;
		    color : #FFFF00;
			font-weight: bold;
			font-size : 11pt;
			font-family : Arial}	
			
.font2	   {/*comment:orange on green; */
			background: #006666;
		    color : #FFCC00;
			font-weight: bold;
			font-size : 20pt;
			font-family : Arial}	
			
.font3	  {/*comment:dark green on lime; */
			background: #CCFFCC;
		    color : #003300;
			font-weight: normal;
			font-size : 11pt;
			font-family : Arial}	
			
.font4	  {/*comment:yellow on green; */
			background: #003333;
		    color : #FFFF00;
			font-weight: normal;
			font-size : 12pt;
			font-family : Comic sans MS}	
			
.font5	  {/*comment:white on blue; */
			background: #000099;
		    color : #FFFFFF;
			font-weight: normal;
			font-size : 11pt;
			font-family : Arial}									
			
.font6	  {/*comment:yellow on blue; */
			background: #0000CC;
		    color : #FFFF00;
			font-weight: normal;
			font-size : 8pt;
			font-family : Arial}	


body	{background-color: #FFFFCC; 
			background-attachment: fixed;
			border-collapse: collapse;
			color:#000000;
			margin-top:0;
			margin-left:0;
			margin-bottom:0;
			margin-right:0;
			font-size : 12pt;
			font-family : Arial;
			background-position: center;
			background-repeat: no-repeat;
}
			 
			
P 		{background:#FFFFCC;
		 	margin-top:0;
			margin-left:0.5cm;
			margin-bottom:0;
			margin-right:0.5cm;}

P.back1 {background:#FFCC00}

P.back2 {background:#669999}

H1 		{ background: #FFFF99;
		    color : #003300;
			font-weight: bold;
			font-size : 20pt;
			font-family : Arial}

H2 		{ background: #FFFF99;
		    color : #003300;
			font-weight: bold;
			font-size : 18pt;
			font-family : Arial}

H3      { background: #FFFF99;
		    color : #003300;
			font-weight: bold;
			font-size : 16pt;
			font-family : Arial}
			
H4      { background: #FFFF99;
		    color : #003300;
			font-weight: bold;
			font-size : 14pt;
			font-family : Arial}					

H5      { background: #FFFF99;
		    color : #003300;
			font-weight: bold;
			font-size : 12pt;
			font-family : Arial}	
			
A:link 		{color: #0000FF;
				/*comment: royal-blue*/}
A:visited  {color: #CC0000;
				/*comment: brown red*/}	
A:active   {color: #000099;
				/*comment: navy-blue*/}					
