body	{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 5px;
	margin-right: 5px;
	background-color: white;
	background-attachment: fixed;
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: white; 
	SCROLLBAR-3DLIGHT-COLOR: steelblue; 
	SCROLLBAR-ARROW-COLOR: steelblue; 
	SCROLLBAR-TRACK-COLOR: white; 
	SCROLLBAR-DARKSHADOW-COLOR: steelblue;
	}

h1	{
	color: steelblue;
	letter-spacing: 20px;
	}

h2	{color: steelblue;
	font-size: 14pt;
	}

h3	{color: steelblue;
	font-size: 12pt;
	}

h4	{color: steelblue;
	font-size: 10pt;
	}

hr	{color: steelblue;}

li	{list-style-image: url(images/li.jpg);
	list-style-position: outside;
	font-size: 10pt;}

a:link	{
	color: steelblue;
	font-weight: normal;
	text-decoration: none;
	}

a:visited{
	color: purple;
	font-weight: normal;
	text-decoration: none;
	}

a:hover	{
	color: red; 
	font-weight: normal;
	text-decoration: none;
	}

a:active {
	color: steelblue; 
	font-weight: normal;
	text-decoration: none;
	}

a.menu:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

a.menu:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
	}

a.menu:hover {
	color: steelblue; 
	background-color: lemonchiffon;
	font-weight: bold;
	text-decoration: none;
	}

a.menu:active {
	color: white; 
	font-weight: bold;
	text-decoration: none;
	}

a.tip:link	{
	color: steelblue;
	font-weight: normal;
	text-decoration: none;
	}

a.tip:visited	{
	color: darkred;
	font-weight: normal;
	text-decoration: none;
	}

a.tip:hover	{
	color: red; 
	font-weight: normal;
	text-decoration: overline underline;
	}

a.tip:active {
	color: red; 
	font-weight: normal;
	text-decoration: none;
	}

.text	{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}