#address {	font: normal 10px/1.5em Arial, Helvetica, sans-Serif;	padding-right: 20px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #5e6a72;*/
	font-size: 13px;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 1.4em;

}
h1 {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #1141a0;
	font-weight: 200;
	font-stretch: condensed;
}
h2 {
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 1.3em;
	color: #1141a0;
}

a {
	text-decoration: underline;
	color: #1141a0;

}
a:hover {
	color: #1141a0;
	text-decoration: underline;
}
a:visited {
	color: gray;
	text-decoration: underline;
}



	
#steering {
	border-collapse: collapse;
	font-size: 11px;
}
	
#steering td {
	padding: 5px;
	border: 0px;
	}

.even {
	background: #eeeeee;
	}
	
.header {
	background: #cccccc;
	font-size: 13px;
	}