td.grphdr1 {
	font-size : 1.2em;
	color: #015FA9;
}
td.grphdr2 {
	font-size : 1em;
	color: #015FA9;
}
td.grphdr3 {
	font-size : .90em;
	color: #015FA9;
}
td.grphdr4 {
	font-size : .90em;
	color: #015FA9;
}
td.station {
	font-size : .75em;
	color: #015FA9;
}
/* styles for the station list html table */

table.stn_list {
	align: center;
	width: "100%";
}

th.hist {
	font-size : 1em;
	background-color: #cccccc;
	text-align: center;
}

th.stn_name_hdr {
	font-size : 1.0em;
	background-color: #cccccc;
}

th.stn_id_hdr {
	font-size : 1.0em;
	background-color: #cccccc;
	width: 100px;
}

th.lat_hdr {
	font-size : 1.0em;
	background-color: #cccccc;
	width: 100px;
}

th.lon_hdr {
	font-size : 1.0em;
	background-color: #cccccc;
	width: 100px;
}

th.dist_hdr {
	font-size : 1.0em;
	background-color: #cccccc;
}

th.pred_type_hdr {
	font-size : 1.0em;
	background-color: #cccccc;
	width: 130px;
}
td.pred_type {
	text-align: center;
}

td.stationid {
	text-align: center;
}

td.latitude {
	text-align: center;
}

td.longitude {
	text-align: center;
}

td.stationname {
	text-align: left;
}

td.distance {
	text-align: center;