BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif ; FONT-SIZE: 10px; background-color: White;
}

h1
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif ; font-size: 18px; font-weight:bold; text-decoration: underline;
}   

.content
{
    border: 1px solid #ccc;
    font-family: Verdana, Arial, Helvetica, Sans-Seri;
    font-size: 10px;
    padding-left: 34px;
	padding-right: 34px;
	text-align: justify; 
	 
}

.menucontainer
{
    border: 1px solid #ccc; 
	padding-left: 24px;
	padding-right: 14px;
	padding-top: 9px; 
	height: 30px; 
	font-family: Arial;
	font-style: normal;
	color: White;    
	background-color: Black;
	vertical-align: middle;  
}

.menuitems
{
    border: 0px solid #ccc; 
	padding-left: 24px;
	padding-right: 14px;
	padding-top: 9px; 
	height: 30px; 
	font-family: Arial;
	font-style: normal;
	color: White;    
	background-color: Black;
	vertical-align: middle;  
}

.footer
{
    border: 1px solid #ccc; 
    background-color: Black;
	color: White;    
	
}

.menuitemssep
{
    border: 0px; 
	height: 30px;
	padding-top: 9px;  
	font-family: Arial;
	font-style: normal;
	font-size: 12px; 
	color: #1F4316;
	vertical-align: bottom;
}

.menuitemsgreen
{
    border: 0px solid #ccc; 
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 9px; 
	height: 30px; 
	font-family: Arial;
	font-style: normal;
	color: #1F4316;
	vertical-align: middle;     
/*	background-color: #BEFDD3; */
}

a.menuitemsgreen:link 
{
	FONT-FAMILY: verdana; COLOR: #1F4316; FONT-SIZE: 12px; TEXT-DECORATION: none;
}
a.menuitemsgreen:visited {
	FONT-FAMILY: verdana; COLOR: #1F4316; FONT-SIZE: 12px; TEXT-DECORATION: none;
}
a.menuitemsgreen:active {
	FONT-FAMILY: verdana; COLOR: #1F4316; FONT-SIZE: 12px; TEXT-DECORATION: none;
}
a.menuitemsgreen:hover {
	FONT-FAMILY: verdana; COLOR: yellow; FONT-SIZE: 12px; TEXT-DECORATION: none;
}

a.menuitems:link 
{
	FONT-FAMILY: verdana; COLOR: white; FONT-SIZE: 12px; TEXT-DECORATION: none;
}
a.menuitems:visited {
	FONT-FAMILY: verdana; COLOR: white; FONT-SIZE: 12px; TEXT-DECORATION: none;
}
a.menuitems:active {
	FONT-FAMILY: verdana; COLOR: white; FONT-SIZE: 12px; TEXT-DECORATION: none;
}
a.menuitems:hover {
	FONT-FAMILY: verdana; COLOR: yellow; FONT-SIZE: 12px; TEXT-DECORATION: none;
}




a 
{
	color: black;
	text-decoration: none; 
}

a:link {
	COLOR: black; TEXT-DECORATION: none;
}
a:visited {
	COLOR: black; TEXT-DECORATION: none;
}
a:active {
	COLOR: black; TEXT-DECORATION: none;
}
a:hover {
	COLOR: green;TEXT-DECORATION: none;
}

