BODY 
	{
	background: #5A3B0A; 
	margin-top: 0px; 
	margin-right: 0; 
	margin-left: 0; 
	border: 0 none inherit; 
	margin: 0; 
	padding: 0; 
	}

H1,H2,H3,H4,H5,H6,BODY,P 
	{
	font-family: Helvetica, Verdana, Arial, Serif; 
	color: #FDF6EA; 
	font-size: 14px; 
	font-weight: bold; 
	}
	
DIV 
	{
	background: #452D08;
	font-family: Helvetica, Verdana, Arial, Serif; 
	color: #FDF6EA; 
	font-size: 14px; 
	font-weight: bold; 
	}
	
UL,LI
	{
	font-family: Arial, Serif; 
	color: #FDF6EA; 
	font-size: 14px; 
	font-weight: bold; 
	list-style-image: url("button_list.jpg");
	}

TABLE,TR,TD,TH 
	{
	font-family: Helvetica, Verdana, Arial, Serif; 
	color: #FDF6EA; 
	font-size: 14px; 
	font-weight: bold; 
	}
	
.main 
	{
	background: #5A3B0A url(bg_swirl.jpg) repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 6px ridge #EEB43C;
	}
	
.ped 
	{
	background: #5A3B0A url(bg_light.jpg) repeat;
	font-family: Helvetica, Verdana, Arial, Serif; 
	color: #452D08; 
	font-size: 14px; 
	font-weight: bold;
	padding: 5px;
	}
	
SPAN 
	{
	font-family: Helvetica, Verdana, Arial, Serif; 
	color: #FDF6EA; 
	font-size: 11px; 
	font-weight: bold; 
	}
	
A:LINK 
	{
	color: #A5D1EF; 
	text-decoration: underline; 
	}
	
A:VISITED 
	{
	color: #E2D5F9; 
	text-decoration: underline; 
	}
	
A:ACTIVE 
	{
	color: #FFFFFF; 
	text-decoration: none; 
	}

A:HOVER 
	{
	color: #FFE8D0; 
	text-decoration: underline; 
	} 

A.button 
	{
	width: 150px;
	height: 25px;
    background: #97004B url(bg_button.jpg) repeat;
    border: 3px outset #9D7600;
	color: #362500; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: comic sans ms, sans-serif; 
	text-decoration: none;
	padding-left: 3px;
	}	

A.button:visited  
	{
	width: 150px;
	height: 25px;
    background: #734B0D;
    border: 3px inset #C0020C;
	color: #FDF1E3; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: comic sans ms, sans-serif; 
	text-decoration: none;
	padding-left: 3px;
	}
	
A.button:active 
	{
	width: 150px;
	background: #F6E1BE;
    border: 3px outset #A38148;
	color: #56232B; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: comic sans ms, verdana, sans-serif; 
	text-decoration: none;
	padding-left: 3px;
	}
 
A.button:hover 
	{
	width: 150px;
	background: #9D6A00;
	border: 3px inset #F8E4D4; 
	color: #FFFF9C; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: comic sans ms, verdana, sans-serif;     
	text-decoration: none;
	padding-left: 3px;
	}  
