.nav               { color: black; font: bold 12px/13px Arial, Helvetica, Verdana, sans-serif }
.nav:link     { color: black; text-decoration: none }
.nav:visited   { text-decoration: none }
.nav:hover    { color: blue; text-decoration: underline }

#nav2         { color: #000; font: bold 13px/16px Arial, Helvetica, sans-serif, Verdana ; text-decoration: none; }
.nav2:link   { color: #000; text-decoration: none }
.nav2:visited  { color: #383838; text-decoration: none }
.nav2:hover  { color: #039; text-decoration: underline }

#chart         { color: #000; font: 13px/16px Arial, Helvetica, sans-serif, Verdana ; text-decoration: none; }

.chart         { color: #000; font: 13px/16px Arial, Helvetica, sans-serif, Verdana ; text-decoration: none; }

table.carrier {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: green;
	border-collapse: collapse;
	background-color: white;
}
table.carrier th {
	border-width: 1px;
	padding: 6px;
	border-style: inset;
	border-color: green;
	background-color: white;
	-moz-border-radius: ;
}
table.carrier td {
	border-width: 1px;
	padding: 6px;
	border-style: inset;
	border-color: green;
	text-align: center;
	background-color: white;
	-moz-border-radius: ;
}
