a { 
    color: #142F7F;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none;
}

a:link {
    color: #142F7F;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none;
}

a:visited {
    color: #142F7F;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none;
}

a:hover {
    color: #142F7F;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: underline;
}

a:active {
    color: #142F7F;
	font-size: 8pt; 
	font-weight: normal;
	text-decoration: none;
}

a.menu_bas { 
    color: #FFFFFF;
	font-size: 8pt; 
	font-weight: normal;
	text-decoration: none;
}

a:link.menu_bas {
    color: #FFFFFF;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none;
}

a:visited.menu_bas{
    color: #FFFFFF;
	font-size: 8pt; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.menu_bas {
    color: #FFFFFF;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: underline;
}

a:active.menu_bas {
    color: #FFFFFF;
	font-size: 8pt; 
	font-weight: normal;
	text-decoration: none;
}

