<!--
/* Body Properties */

body			{ background-color: #567E3A;
			  margin: 5px;
			}
.bodycell 		{background-color: #CCCCCC;
			padding: 10px;
			}
.header			{color:#006600;
			font-size:large;
			}			
.helpertext		{color:#006600;
			font-size: x-small;
			}
ul li, ol li		{
			  text-indent: 0em;
  			  margin-left: 0em;
  			}
li			{
			  text-indent: -1.2em;
  			  margin-left: 1.2em;
  			}


a:link				{ text-decoration: underline; color: #006600;}
a:visited			{ text-decoration: underline; color: #006600;}
a:active			{ text-decoration: none; }
a:hover				{ text-decoration: none; }

.Menu a:link			{ text-decoration: none; color: #FFFFFF;}
.Menu a:visited			{ text-decoration: none; color: #FFFFFF;}
.Menu a:active			{ text-decoration: underline; color: #D85B31; }
.Menu a:hover			{ text-decoration: underline; color: #D85B31; }

a:visited.footer		{ color: #FFFFFF; text-decoration: underline;}
a:link.footer			{ color: #FFFFFF; text-decoration: underline;}

.Menu				{text-align: center; color: #FFFFFF; font-weight: bold;}
.footer				{text-align: center;
				font-size: xx-small;
				color: #ffffff;
				}

//-->
