/* Pre-defined Sans Serif font classes.  Preference is given
 * to Verdana as it is installed on all computers that have
 * Internet Explorer 4x or greater and is distributed free
 * from the Microsoft Web site.  Verdana also makes a better
 * distinction between "I" and "1" and "O" and "0" */

.Sans  {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
}

.SmSans  {
	font-family : Verdana, Arial, Helvetica;
	font-size : 9pt;
}

.xSmSans  {
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
}

.xxSmSans  {
	font-family : Verdana, Arial, Helvetica;
	font-size : 7pt;
}

/* Pre-defined Sans Serif font classes.  Preference is given
 * Georgia because it is generally considered easier to
 * read.  Both Georgia and Book Antiqua are distributed with
 * various Microsoft applications. */

.Serif  {
	font-family : Georgia, Book Antiqua, Times New Roman;
	font-size : 10pt;
}

.SmSerif  {
	font-family : Georgia, Book Antiqua, Times New Roman;
	font-size : 9pt;
}

.xSmSerif  {
	font-family : Georgia, Book Antiqua, Times New Roman;
	font-size : 8pt;
}

.xxSmSerif  {
	font-family : Georgia, Book Antiqua, Times New Roman;
	font-size : 7pt;
}