A:hover {
	    color: #FF6100;
	    text-decoration: underline
}

.TextArticle {
        font-family: arial;
	    font-size: 13px;
	    font-weight: bold;
	    color: #000000;
    	text-decoration: none
}

.TextContent {
        font-family: arial;
        font-size: 13px;
	    font-weight: normal;
        color: #000000;
        text-decoration: none
}

.MenuArticle {
        font-family: arial; 
	    font-size: 11px; 
        font-weight: bold; 
	    color: #000000;
    	text-decoration: none
}

.MenuLink  {
        font-family : Verdana;
        font-size : 10px;
        font-weight : normal;
        color : #666666;
        text-decoration:none;
}

A.MenuLink:hover  {
        font-family : Verdana;
        font-size : 10px;
        font-weight : normal;
        color : #FF6100;
        text-decoration:underline;
}


.MenuText  {
        font-family : Verdana;
        font-size : 10px;
        font-weight : normal;
        color : #000000;
        text-decoration:none;
}

A.MenuText:hover  {
        font-family : Verdana;
        font-size : 10px;
        font-weight : normal;
        color : #FF6100;
        text-decoration:underline;
}

.iForm {
        font-family: arial
        font-size: 11px;
	font-weight: normal;
        color: #000000;
}