/* 	This stylesheet is used to force font sizes for normal text.  It should be referenced whenever possible.
	One reason to not use this sheet:  if a given page has too many misc. HTML tags 
	(e.g., <FONT><FONT><B><FONT> etc.) which prevent browsers from recognizing when a larger size should be used, such as for H1 etc.
/*
/* Define the font sizes here:*/
TABLE, DD, DT, TD, TH, P, DIV, BODY, SPAN, LI,UL,OL, FONT, BLOCKQUOTE, STRONG, EM,B,I{
	font-size : 12px
}
PRE,TT{
	font-size:12px
}