@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}

table.trails {
	width: 375px;
}

table.trails tr{
}
table.trails th{
	width: 60px;
	height: 19px;
	color: #FFFFFF;
	padding-left: 2px;
}
table.trails td{
	height: 19px;
	padding-left: 2px;
	text-decoration: none;
}
table.trails td a{
	text-decoration: none;
	color: #003399;
}
table.trails td a:hover{
	text-decoration: underline;
}
tr#odd {
	background-color: #E7F1E4;
}
tr#even {
	background-color: #D0E9E9;
}
th#centre {
	text-align: center;
}
td#centre {
	text-align: center;
	vertical-align: middle;
}
.hlt td {
	background-color: #006699;
	color: #FFFFFF;
	cursor:pointer
} 
.hlt td a {
	color: #FFFFFF;
}
.indent {
	width: 124px;
	float: left;
}

