/*
**  CPAAAS - Primary style sheet
**
**  Written by David Gilbert
**  Copyright 2001 CPAAAS
*/

BODY	{
		background-image: url("images/yellow_paper2.gif")
		}

A       { color: blue;
		  text-decoration: none;
		  font-weight: bold; 
	    }

A:hover {
		 text-decoration: underline;
       color: black;
       }

/*** top heading ***/

H1	{
		color: black;
		font-family: Arial, sans-serif;
		font-weight: bold; 
		font-size: 14pt
	}
   
H2	{
		color: black;
		font-family: Arial, sans-serif;
		font-size: 12pt
	}

/*** left menu navigation ***/

H3	{
		color: darkblue;
		font-family: Arial, sans-serif;
   	font-weight: bold; 
		font-size: 10pt
	}

/*** main page paragraphs ***/	

.texth
	 {  
		text-align: left;
		margin-left: .5in;
		color: darkblue;
		font-family: Arial, sans-serif;
		font-size: 14pt
	  }

.textp {
		text-align: left;
		margin-left: .25in; 
		text-indent: .25in;
		font-size: 12pt 
		}

/*** .textp:first-letter { font-size: 11pt; font-weight: bold }  ***/

/*** same as textp w/o the first letter bold ***/

.textp2 {
		text-align: left;
		margin-left: .25in; 
		text-indent: .25in;
		font-size: 12pt 
		}

/*** w/o first indent ***/

.textp3 {
		text-align: left;
		margin-left: .50in; 
		font-size: 12pt 
		}

/*** for lists ***/

.textl {
		text-align: left;
		margin-left: .25in; 
		font-size: 12pt 
	}

.reprint {
		text-align: center;
		text-indent: .25in;
		font-size: 10pt;
		font-style: italic; 
	   }

/*** misc. heading ***/

.texth2	{
		text-align: left;
		margin-left: .5in; 
    	color: black;
		font-family: Arial, sans-serif;
		font-weight: bold; 
		font-size: 14pt
}


