body 
	{
	margin-top: 0em;
	margin-right: 2em;
	margin-bottom: 0em;
	margin-left: 2em;

	background-image: url('../img/background.png');
	background-position: top;
	background-repeat: repeat-y;
	
	text-decoration: none; color:#666666;
	font-family: Arial;
	font-size:11pt;
	
	}

table {
   border-color: #76A700;
   border-collapse: collapse;

   }

	
td 
       {
	vertical-align: top;
	}

	
p
	{
	font-family: Arial;
	font-size:11pt;
	color:#000000;
	text-align: justify;
	}
a:link
	{
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
	}
a:visited
	{
	font-family: Arial;
	font-size: 11pt;
	color: #000000
	}
a:active
	{
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
	}
a:hover
	{
	font-family: Arial;
	font-size: 11pt;
	color: #76A700;
	}
h1
	{
	font-family: Arial;
	font-size: 12pt;
	color: #76A700;
	font-weight: bold;
	}
h2
	{
	font-family: Arial;
	font-size: 7pt;
	color: #000000;
	font-weight: normal;
	}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
}




ul#menu { width: 700px; height: 70px; background: #FFF url("../img/header.png") top left; font-size: 8pt; font-family: Arial; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: right; margin: 0 0 0 5px; }
ul#menu li a { height: 70px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 10px 0; }
ul#menu li a:hover { color: #76A700; }
ul#menu li a.active{ color: #FFF; background: #FFF url("../img/header-active.png") top left repeat-x; padding: 8px 10px 0; }
                    
                    



</style>