/* navig */

a { 
	color: #D90000; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
}
a:hover { 
	color: #D90000; 
	text-decoration: none; 
}
a:vlink {
	color: #D90000; 
	text-decoration: none; 
}
a:visited { 
	color: #D90000;
	text-decoration: none; 
}

/* nav mentions */

.mentions a { 
	color: #59933C; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline; 
}
.mentions a:hover { 
	color: #59933C; 
	text-decoration: underline; 
}
.mentions a:vlink {
	color: #59933C; 
	text-decoration: underline; 
}
.mentions a:visited { 
	color: #59933C;
	text-decoration: underline; 
}

/* global pages */

.txtbase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.txtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.txtmentions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #59933C;
	font-weight: bold;
}
