/* ------------ Typographic settings --------------------------------- */


body
	{
	text-align: center;
	margin: 0;
	background-image: url('../images/map.jpg');
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
	}

body, td, select, input
	{
	font-family: Helvetica,Arial,Verdana,Sans-Serif; 
	font-size: 9pt; 
	font-weight: normal; 
	color: black;
	}
