body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color: rgb(0, 0, 0);
	background-color: rgb(204, 255, 255);
}

a, 		
a:link,
a:visited {
        font-weight: normal;
	text-decoration: none;
        border-bottom: 1px dotted #333
}	

table.mainTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.menuTable {
	font-size:12px;
	line-height:16px;
	background-color: rgb(102,255,255);
}

hr.footerSeparator {
	height: 1px;
	color: rgb(0, 0, 0);
	background-color: rgb(204, 255, 255);	
}

.sectionMenuEntry {
	font-size: 140%;
	font-weight: bold;
}

.tripMenuEntry {
	font-size: 100%;
}

.tripTitle {
	font-size: 150%;
	font-weight: bold;
}

.lhnav {
	width: 95%; 
	background-color: rgb(102,255,255);
}


