a:link {

text-decoration: none; 
font-weight : plain;
color: #FFFFFF;
 }
        
a:visited {
text-decoration: none; 
font-weight : plain;
color: #FFFFFF;
}

a:active {
text-decoration: none;
font-weight : plain;
color: #FFFFFF;
}
	
 a:hover {  
text-decoration: underline;
font-weight : plain;
color: #FFFFFF;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.normalstyle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #CCCCCC;
	text-align: justify;
}

.notestyle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #CCCCCC
}

.normalstyleTitolo {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #EEEEEE
}


* *********************** Menu Attributes *************************** */	
	
.menu {
      width:100%
      }

.menuTD {
        text-align: center; 
        vertical-align: middle;
        width: 16%;
        height: 35px;
        }

.menuTDspacer {
        text-align: center; 
        vertical-align: middle;
        background-image:url(/images/menu_spacer.gif);
        width: 1%;
        }        

.menuFont { 
 font-family: Georgia, Times New Roman, Times, serif; 
 font-size: 12px; 
 font-style: normal; 
 font-weight: bold; 
 color: #999999; 
}

	.menuFont:link {
	text-decoration: none; 
    	color: #999999;
    	}

  .menuFont:visited {
	text-decoration: none; 
    	color: #999999;
    	}
	
	.menuFont:active { 
	text-decoration: none; 
	color: #999999;
	}

	.menuFont:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px; 
	}

        
