p, body, td { 
font-family: verdana, arial, helvetica;
font-size: 9pt;
color: #013e79;
}

a:link {
	font-family: verdana, arial, helvetica;
	color: #FDA500;	
	TEXT-DECORATION: none;

}
a:visited {
	font-family: verdana, arial, helvetica;
	color: #566d78;
	TEXT-DECORATION: none;
}
a:active {
	font-family: verdana, arial, helvetica;
	color: #566d78;
	TEXT-DECORATION: none;
}
a:hover      {
	font-family: verdana, arial, helvetica;
	color: #c5daef;
	text-decoration: underline;
}
		
/* FORM ELEMENTS  */
INPUT {
	font-size: 8pt;
	color: #013e79;
	background: #D7EBFF;
}

SELECT {
	font-size: 8pt;
	color: #013e79;
	background: #D7EBFF;
}

TEXTAREA {
	font-size: 8pt;
	color: #013e79;
	background: #D7EBFF;
}


/* CLASSES */
.navtransport {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #013e79;	
	width: 100%;

}
		A.navtransport:link {
			text-decoration: none;
			color: #013e79;	
			width: 100%;
		}
		A.navtransport:hover {
			text-decoration: none;
			color: #013e79;	
			background-color:#ffffff;
			width: 100%;
		}
		A.navtransport:visited {
			text-decoration: none;
			color: #013e79;	
			width: 100%;
		}
		
TD.navonder {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #013e79;
}

	a.navonder:link {
		text-decoration: none;
		font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		font-size: 8pt;
		width: 100%;
		color: #ffffff;
	}
	
	A.navonder:visited {
			color: #ffffff;
			width: 100%;
	}
	
	A.navonder:active {
			color: #ffffff;
			width: 100%;
	}	

	a.navonder:hover {
		font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #013e79;
		font-size: 8pt;
		background-color: #ffffff;
		text-decoration: none;
		width: 100%;
	}
		
		
