@charset "utf-8";
/* CSS Document */

.Color01{ Color: #E95B2B; }
.Color02{ Color: #603030; }
.Color03{ Color: #B14E2F; }
.Color04{ Color: #FFFDCB; }
.Color05{ Color: #6E5725; }


body { 
		padding: 10px; 
		background: #ff6600 url(/images/bg.png) 0 0 repeat-x;
		color: #000000; 
		font: 14px/normal Tahoma, Arial, Helvetica, sans-serif; 
		}
h1 {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
}
a:link {
	color: #0068AE;
}

h2 {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #0068AE;
}
a:hover {
	color: #000000;
}
h3 {
	font-size: xx-large;
	color: #FFFFFF;
	}
	
h4 {
	font-size: 14px;
	color: #FFFFFF;
}

img {
	border-width: 0px;
		
	}
	
ul
{
list-style-type: disc;
padding: 4px;
margin: 0 auto 8px 8px;
}