a
	{
	text-decoration: none;
	}

a:link
	{
	color: #007700;
	}

a:active
	{
	color: #00aa00;
	}

a:visited
	{
	color:#007700;
	}

a:hover
	{
	color: #004400;
	text-decoration: underline;
	}

body
	{
	font-family: arial, helvetica;
	color: #000000;
	background-image: url(images/background.png);
	}

.small
	{
	font-size: 9pt;
	}

td
	{
	font-size: 10pt;
	}

.menu
	{
	background-color: #d0d0d0;
	border-style: outset;
	border-width: 4px;
	border-color: #ffffff;
	font-weight: bold;
	}

.bar
	{
	background-color: #d0f0b0;
	border-style: outset;
	border-width: 2px;
	border-color: #ffffff;
	font-weight: bold;
	}

.head
	{
	background-color: #80c060; /*a0c0a0*/
	border-style: outset;
	border-width: 2px;
	border-color: #ffffff;
	font-size: 13pt;
	font-weight: bold;
	color: #ffffff;
	}

.head#small
	{
	font-size: 11pt;
	}

.body
	{
	background-color: #b0e090; /*c0e0c0*/
	border-style: outset;
	border-width: 2px;
	border-color: #ffffff;
	}
