body
{ 
	font-family: Times New Roman;
	font-size: 10pt;
	background-color: rgb(255,255,255);
	width: 800px;
	margin: 4px;
	scrollbar-face-color: rgb(143,111,56);
	scrollbar-arrow-color: rgb(209,201,137);
}
a:link
{
	color: rgb(143,111,56);
}
a:visited
{
	color: rgb(143,111,56);
} 
a:active 
{
	color: rgb(255,0,102);
}
a:hover
{
	color: rgb(153,51,255);
	text-decoration: none;
}
a.menu:link
{
	color: rgb(209,201,137); 
	text-decoration: none;
}
a.menu:visited
{
	color: rgb(209,201,137); 
	text-decoration: none;
}
a.menu:active
{
	color: rgb(0,255,255); 
	text-decoration: none;
}
a.menu:hover
{
	color: rgb(255,255,0);
	font-weight: bold;
	text-decoration: none;
}
a.submenu:link
{
	color: rgb(143,111,56);
	text-decoration: none;
}
a.submenu:visited
{
	rgb(143,111,56);
	text-decoration: none;
}
a.submenu:active
{
	color: rgb(255,0,102); 
	text-decoration: none;
}
a.submenu:hover
{
	color: rgb(153,51,255); 
	font-weight: bold;
	text-decoration: none;
}
h1
{
	color: rgb(143,111,56);
	font-size: 12pt;
	text-align: center;
}
h2
{
	color: rgb(143,111,56);
	font-size: 12pt;
}
h3
{
	color: rgb(0,0,255);
	font-size: 10pt;
}
h4
{
	color: rgb(255,0,102);
	font-size: 10pt;
}
hr
{
	color: rgb(143,111,56);
	height: 1pt;
}
table
{
	font-size: 10pt;
}
table.menu
{
	font-size: 10pt;
	font-family: Arial Narrow;
	color: rgb(209,201,137);
	background-color: rgb(143,111,56);
	border-width: 0px;
	border-style: none;
	padding: 1px;
}
td.menu
{
	border-style: none;
	border-width: 0px;
}
table.submenu
{
	font-size: 10pt;
	font-family: Arial Narrow;
	 color: rgb(143,111,56);
	background-color: rgb(209,201,137);
	border-width: 0px;
	border-style: none;
	padding: 1px;
}
td.submenu
{
	border-style: none;
	border-width: 0px;
}