/* 
	Chronometrics
	
	This stylesheet information defines display properties of time and date elements
	used on the website. This includes properties such as the superscripts of dates.

	Date:		8-1-2005
	Author:		Mike McMahon
*/

/* Date */

span.date_superscript{
	vertical-align: super;
	font-size: 9px;
	font-style: italic;
}


/* Time */

span.time_suffix{
	padding-left: 3px;
	font-size: 9px;
	font-style: italic;
}
