/* body styles */
body {background-image : url("creamback.gif");
	 background-repeat : repeat-y}

/* heading 1 styles */
h1	{color : #000066;
	 font-family :  verdana, tahoma, arial, sans-serif;
	 text-align : center}
	 
/* heading 2 styles */
h2	{color : #000099;
	 font-family : tahoma, verdana, arial, sans-serif;
	 text-align : center}
	 

/* heading 3 styles */
h3	{color : #000099;
	 font-family : tahoma, verdana, arial, sans-serif;
	 text-align : left}
	 
/* heading 4 styles */
h4	{color : #6666CC;
	 font-family : tahoma, verdana, arial, sans-serif;
	 text-align : left}

/* links : general blue*/
A 	 {text-decoration : none;
	  color : #3300ff}


a:hover {text-decoration:none;
		 color:#ff6666}

	  
/* links of table to remain green */
A.green {text-decoration : none;
		 color : #006633}
	 
		 
		 
/* general paragraph styles */
p	{color : #000099;
	 font-family : tahoma, verdana, arial, sans-serif;
	 font-size : x-small}
	 
	 
/* general paragraph styles: small text */
p.gensmall   {color : #006699;
			 font-family : arial, sans-serif;
			 font-size : x-small;
			 text-align : center}
	 
	 
/* paragraph styles for very small text */
p.smalltext {color : #cc33ff;
			 font-family : arial, sans-serif;
			 font-size : x-small;
			 text-align :center} 


/* paragraph styles for green text */
p.green {color : #339966;
			 font-family :   tahoma, verdana, arial, sans-serif;
			 font-size : x-small}
			 
			 
 
/* table style for contents */
td	{ font-family : tahoma, verdana, arial, sans-serif;
	  font-weight : bold;
	  font-size : x-small; 
	  text-align : left;
	  padding-top : 3px;
	  color : #006633}

	 

/* table style for smaller headings */
td.smallhd {color : #990000;
			text-align : center;
			font-size : xx-small}


/* table style for smaller bits of info */
td.smalltd {color : #ff6666;
			font-size : xx-small;
			text-align : center;
			font-family : verdana, arial, sans-serif}


/* table style for left-aligned smaller bits of info */
td.lasmall {color : #006699;
			font-size : x-small}

/* table style for left-aligned very small table data */
td.vsmall {color : #006699;
	       font-family : tahoma, verdana, arial, sans-serif;
		   font-size : xx-small}


/* table style for light writing in dark row */
td.light {color : #CC99FF;
	       font-family :  verdana, arial, sans-serif;
		   font-size : large;
		   text-align : center}
		   
			  
			
/* table style for bottom of page info */
td.bottompg {color : #006633;
			 font-family : tahoma, verdana, arial, sans-serif;
			 font-size : x-small;
			 text-decoration : none}


/* ul style */
ul 	{list-style-type : disc;
	 color : #006699;
	 font-family : arial, sans-serif;
	 font-size : x-small}


/* ul style for sub headings */
ul.subhead 	{list-style-type : square;
			 color : #990000;
			 font-family : tahoma, verdana, arial, sans-serif}


/* table style for ul within smaller tables */
ul.tabledata {color : #663399;
	 		  font-family : verdana, arial, sans-serif;
			  font-size : xx-small;
			  text-align : left}
	  
			 
/* ol style */
ol 	{color : #006699;
	 font-family : verdana, arial, sans-serif;
	 font-size : x-small}


