/* FONT-FAMILY */
.arial
{
	font-family: 'Arial';
}

.arialblack
{
	font-family: 'Arial Black';
}

.arialnarrow
{
	font-family: 'Arial Black';
}

.bookantiqua
{
	font-family: 'Book Antiqua';
}

.centurygothic
{
	font-family: 'Century Gothic';
}

.comicsansms
{
	font-family: 'Comic Sans MS';
}

.couriernew
{
	font-family: 'Courier New';
}

.fixedsys
{
	font-family: 'Fixedsys';
}

.franklingothicmedium
{
	font-family: 'Franklin Gothic Medium';
}

.garamond
{
	font-family: 'Garamond';
}

.georgia
{
	font-family: 'Georgia';
}

.impact
{
	font-family: 'Impact';
}

.lucidaconsole
{
	font-family: 'Lucida Console';
}

.lucidasansunicode
{
	font-family: 'Lucida Sans Unicode';
}

.microsoftsansserif
{
	font-family: 'Microsoft Sans Serif';
}

.palatinolinotype
{
	font-family: 'Palatino Linotype';
}

.system
{
	font-family: 'System';
}

.tahoma
{
	font-family: 'Tahoma';
}

.timesnewroman
{
	font-family: 'Times New Roman';
}

.trebuchetms
{
	font-family: 'Trebuchet MS';
}

.verdena
{
	font-family: 'Verdena';
}


/* FONT-SIZE */
.fontsize8
{
	font-size: 8px;
}

.fontsize10
{
	font-size: 10px;
}

.fontsize15
{
	font-size: 15px;
}

.fontsize20
{
	font-size: 20px;
}

.fontsize25
{
	font-size: 25px;
}

.fontsize30
{
	font-size: 30px;
}