body 
	{
	margin: 0px;
	color: black;
	background-color: #FFE4CF;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;	
	font-family: "trebuchet ms", verdana, "sans serif";
	font-size: 10pt;
	line-height: 15pt;
	scrollbar-face-color: #FFE4CF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #dFd4aF;
	scrollbar-arrow-color: #cFc49F;
	scrollbar-track-color: #FFE4CF;
	scrollbar-base-color: #FFE4CF;
	}
	
a
	{
	color: white;
	text-decoration: none;
	}

a.text
	{
	color: #C86922;
	text-decoration: none;
	}
	
a:hover
	{
	color: black;
	text-decoration: none;
	}

a.textlink
	{
	color: #ED873A;
	text-decoration: none;
	}

a.textlink:hover
	{
	color: #ED873A;
	text-decoration: underline;
	}

font.headline
	{
	font-size: 12pt;
	font-weight: bold;	
	color: #341C0B;
	}

