p, body, td {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	color: #013e79;
}

a:link {
	font-family: verdana, arial, helvetica;
	color: #6c9006;
	TEXT-DECORATION: none;

}
a:visited {
	font-family: verdana, arial, helvetica;
	color: #566d78;
	TEXT-DECORATION: none;

}
a:hover      {
	font-family: verdana, arial, helvetica;
	color: #bef128;
	text-decoration: underline;
}
		
/* FORM ELEMENTS  */
INPUT {
	font-size: 8pt;
	color: #415600;
	background: #f6faeb;
}

SELECT {
	font-size: 8pt;
	color: #415600;
	background: #f6faeb;
}

TEXTAREA {
	font-size: 8pt;
	color: #415600;
	background: #ffffff;
}


/* CLASSES */
.railinfra {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #415600;	
	width: 100%;

}
		A.railinfra:link {
			text-decoration: none;
			color: #415600;
			width: 100%;
		}
		A.railinfra:hover {
			text-decoration: none;
			color: #415600;
			background-color: #F6FAEB;
			width: 100%;
		}
		A.railinfra:visited {
			text-decoration: none;
			color: #415600;
			width: 100%;
		}
