/* sm_styles.css   s smith    1/27/03
this style sheet was developed for use 
with the street mileage report */

/* css general */
body {font-family: Arial, Helvetica, sans-serif;
}
h3 {font-size: 1.1em;
	color: #000099;
}
caption {color: #000099;
	     font-weight: bold;
		 text-align: left;
		 font-size: 1em;
}
caption.ctr {color: #000099;
	         font-weight: bold;
		     text-align: center;
		     font-size: 1em;
}
caption.ctrsm {color: #000099;
	     	   font-weight: normal;
		       text-align: center;
		       font-size: 1em;
}
caption.lrg {color: #000099;
	        font-weight: bold;
		    text-align: left;
		    font-size: 1.1em;
}
caption.sm {color: #000000;
	        font-weight: normal;
		    text-align: center;
		    font-size: 1.1em;
}
th {text-align: center;
	font-size: 0.9em;
	color: #000000;
}
th.lft{text-align: left;
	  font-size: 0.9em;
	  color: #000000;
	  font-weight: normal;
}
td {text-align: center;
	font-size: 0.9em;
}
td.sm {text-align: center;
	   font-size: 0.8em;
}
td.rt {text-align: right;
	   font-size: 0.8em;
}
div.lft{text-align: left;
}
span.bld{font-weight: bold;
}
