/* CSS Document */

.link a:link {
 		font-family: verdana;
		font-size: 10px;
		color: #333366; 
		text-decoration: none
}
.link a:visited {	
		font-family: verdana;
		font-size: 10px;
		 color: #333366;
		 text-decoration: none
}
.link a:hover { 
		font-family: verdana;
		font-size: 10px;
		color: #333366; 
		text-decoration: underline
}
.link a:active { 
		font-family: verdana;
		font-size: 10px;
		color: #333366; 
		text-decoration: underline
}		
.linkb a:link {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}
.linkb a:visited {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}
.linkb a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;

}
.linkb a:active {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;

}		
.text {
	font-family: Verdana;
	font-size: 10px;
	color: #333366;
}
.textblack {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.datamanifest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AE0000;
}
.ora {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.textmanifest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}
.datamanifestnera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.textgreen {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
