/* CSS Document */

.xxlg_font
{
	font-size: xx-large;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.xlg_font
{
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.lg_font
{
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.med_font
{
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sm_font
{
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.xsm_font
{
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
