/* Main body style */
body         { border:.1in groove navy; background:#CCCCFF ; margin-left:15; margin-right:15; margin-top:0%; margin-bottom:5%; font-family:Arial; font-size:12pt; color:black; background-repeat:no-repeat; background-attachment:fixed}
               

/* links style*/
A:link, A:visited, A:active 
	{ text-decoration: underline }       
A:link { color: blue } /* links */

A:visited { color: purple; }   /* visited links */

A:active { color: red; }    /* active links */

A:hover { color: green; }  /* hover */

/*heading styles*/
            
H1, H2, H3 
	{ text-transform: uppercase; 
	text-align: center; 
	font-family: Verdana;}
	
H4, H5 
	{ text-transform: capitalize; 
	text-align: left; 
	font-family: Times New Roman;}
            
H1 { color: navy }
H2 { color: #003399 }
H3 { color: #0033CC }
H4 { color: #0066FF }
H5 { color: #3399FF }
H6 { text-align: center }

BLOCKQUOTE { font-size: 10pt; color: green; }

/* list styles */

UL 
	{list-style-image: url('images/1155391.gif'); 
	text-align: left; 
	line-height: 18pt}

UL UL 
	{list-style-image: url('images/1155395.gif'); 
	text-align: left; 
	line-height: 18pt}

UL UL UL 
	{list-style-image: url('images/1155399.gif'); 
	text-align: left; 
	line-height: 18pt}

UL UL UL UL
	{list-style-image: url('images/1155403.gif'); 
	text-align: left; 
	line-height: 18pt}
	

HR { color: navy; 
	height: 4px;}
