A:link { text-decoration: none; color: #d47801 } 
a:active { text-decoration: none; color: #d47801 } 
A:visited { text-decoration: none; color: #d47801 } 
A:hover { text-decoration: underline; color: #d47801 }

A:link.MenuLink { text-decoration: none; color: #484848 } 
a:active.MenuLink { text-decoration: none; color: #484848 } 
A:visited.MenuLink { text-decoration: none; color: #484848 } 
A:hover.MenuLink { text-decoration: underline; color: #484848 }

body 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	background: #ffffff url(images/bg_tree.gif) no-repeat;
	color:#484848;
	line-height:15pt;
}

h1
{
	font-size: 22pt;
	color:#d47801;
	height:10px;
	padding: 0px;
	margin: 0px;
	line-height:24pt;
	text-align:center;
}

h2
{
	font-size: 18pt;
	color:#787878;
	
}

h3
{
	font-size: 16pt;
	color:#787878;
	height:15px;
	line-height:20pt;
	text-align:center;
}

h4
{
	font-size: 14pt;
	color:#787878;
	height:15px;
	line-height:20pt;
	text-align:left;
}

h5
{
	font-size: 14pt;
	color:#787878;
	height:10px;
	line-height:10pt;
}

td { font-family: Arial, Helvetica, sans-serif; font-size: 10pt }

/* MENU */
.MenuBackground
{
	background: #ffffff url(images/menubar_800.gif);
	height:42px;
	width:864px;
}
.MenuItems
{
	font-size: 14pt;
	text-align:center;
	padding:7px 5px 5px 5px;
	
}
.MenuLink
{
	text-decoration: none;
	margin:0px 18px 0px 18px;
	color:#000000;
}