


BODY {
    
     background-color: #E4E4E4;
		color: #404040;
	margin: 0px;
	padding: 0px;	 	
   
}

body, td, p {
    font-family: verdana, arial, helvetica, sans-serif;
	color: #404040;
	font-size : 10pt;
	text-decoration : none;
	font-weight : normal;
	
	
}

h1 {
    font-size : 14pt;
    font-style : italic;
    font-weight : bold;
}

.menue {
   width:100%;
   
	color : #ff0000;
	font-size :12pt;
       
	font-weight : bold;
	text-align: center;
}



.menue a, .menue a:visited, .menue a:active, .menue a:link {
	color: #FFFFFF;
	font-size :10pt;
	text-decoration:none;
}

.menue a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	
}

a, a:visited, a:active, a:link {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	
}

.footer{
   width:100%;
   
	color : #ffffff;
	font-size :10pt;
       
	font-weight : bold;
	text-align: center;
}



.footer a, .footer a:visited, .footer a:active, .footer a:link {
	font-size :8pt;
	color: #FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	
}






a:hover{   
    
    color:  #404040;
        text-decoration: underline;
    
}