﻿body 
{margin:0;
font-size:12pt;
}
h1           {color:#009933; font-size: 14pt; font-weight: bold;text-align:center;}
h2           {color:#009933;}
h3           {color:#009933;}
h4           {color:#009933;}
h5           {color:#009933;}
A:focus   {color: #EB4B06;}
A:link       {color: #3c3c3c; font-weight:bold;
	text-align: left;
}
A:visited    {color: #3c3c3c; font-weight:bold;}
A:hover {color: #ff3300; font-weight: bold;}
A:active   {color: #3c3c3c; font-weight:bold;}

.colorgreen    {color: #009933; font-weight: bold;
	text-align: left;
}

.centergreen {text-align: center;color: #009933; font-weight: bold;}
.rightgreen {text-align: right;color: #009933; font-weight: bold;}
.center {text-align: center;
}
.right {text-align: right;}
table { border-style: none; border-spacing: 10px; }
table {border-width: 0px;
	font-size:12pt; 	margin-left:auto;	margin-right:auto;
	}
img {border: 0px;}
img.floatleft{
	padding:5px;
	float: left ;
}

#text {
  width:90%;
  margin: auto;
  padding: 0px;
  text-align: justify;
  
}
#nav 
{
  margin-top: 0px;
  background:#33CC33;
  left: 0px;
  right: 0px;
  height:auto;
  overflow: auto;


}
ul#navigation
{


 height:16px;
 list-style: none;

}
ul#navigation li
{
 margin-right: 20px;
 font-family:Calibri, "Bookman Old Style", "Baskerville Old Face"; 
 
  font-size: 13pt;
  float: left;
  
 
}
ul#navigation li a
{
  display: block;
  color: #111111;
  text-decoration:  none;
  
}
ul#navigation li a:hover
{
  background-color: #800000;
  color: #ffffff;
}