@charset "iso-8859-1";
/*
ffefd5 - Papaya Whip; center panel color
ffdead - Navajo White; side panel color
038139 - Green Grass; Body font
fffff0 - Ivory; Table bg A/V pg2
0a5a2c - Dk Olive; UL Text
*/

html 		{
		margin: 0px;		
		padding: 0px;		
		}

body 		{
		background: #FFEFD5 url(images/bg.jpg) repeat-y top center;
		margin: 0;
		margin-top: 5px;
		padding: 0;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #038139;
		}

#wrap	{
		width: 615px;
		margin: 0px auto;
		text-align:  left;
		padding:  0;
		padding-bottom: 15px;
		}
		
.style1 {color: #FF0000}

.style4 {
	font-size: xx-small
}

ul		{
		font: small-caps 11px Verdana, Arial, Helvetica, sans-serif;
	/*	font-size: 12px;	*/
		text-align: left;		
		color: #0a5a2c;		
		margin-right: 1px;
		
		}

/*	indent list		*/

ol		{
		margin-left:	100pt;		
		}

/*   Indent paragraphs   */

p		{
	margin-left: 18pt;
	margin-right: 18pt;
	text-align: justify;
	font-size: 10px;
		}
  

/*  Make headings Century Gothic and Tahoma with generous line spacing.
    If user doesn't have Century Gothic, use Arial.
*/

h1 		{
		font:  20pt Century Gothic, Arial;	
		font-weight:  normal;		
		text-align:  center;	
		}

h2 		{
		font:  18pt Century Gothic, Arial;	
		font-weight:  normal;		
		margin-left: 30pt;	
		}
        
h3 		{
		font:  14pt Centure Gothic, Arial;	
		font-weight:  normal;		
		margin-left: 20pt;	
		}

/* a  {text-decoration: none;} */

a:link 	{
	font-weight: normal;
	text-decoration: none;	
	color: #000099;	
	}

a:visited {
	font-weight: normal;		
	text-decoration: none;	
	color: #0000CC;	
	}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #0000FF;	
	}

a:active {
	text-decoration: none;
	color: #000099;
	}
