body {
	background-color: #F2F1EF;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
	font-family: "arial", tahoma; 
}

h1 {
	font-size: 8pt;
	font-family: "arial", tahoma; 
	text-align: right; 
	font-weight: bold;
	color: #000000;
}

li {
    font-size: 9pt;
}

a:link {  
color: #A3A5A7; 
font-weight: bold;
text-decoration: none
}

a:hover { 
color: #000000;
font-weight: bold;
text-decoration: none 
}

a:visited { 
color: #A3A5A7; 
text-decoration: none 
}

a:visited:hover { 
color: #000000;
font-weight: bold;
text-decoration: none 
}

h2 {
	font-size: 10pt;
	color: #95CC44;
}

h3 {
	font-size: 8pt;
	font-weight: bold;
	color: #646464;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	font-family: "impact", tahoma; 
	color: #95CC44;
}

.menu { 
	font-family : Tahoma;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;	
	background-color : #FFFFFF;
	padding : 13px;
} 
.menu:hover { 
	color : #000000;
	background-color : #FFFFFF;
	border-top: 6px solid #95CC44; 

}
