@import "iesfonts.css";

.fontStyleXXSmall 
{
	font-size: 8px;
}

.fontStyleXSmall 
{
	font-size: 9px;
}

.fontStyleSmall 
{
	font-size: 10px;
}
	
.fontStyleNormal 
{
	font-size: 12px;
}

.fontStyleLarge 
{
	font-size: 14px;
}

.fontStyleXLarge 
{
	font-size: 16px;
}

.fontStyleXXLarge 
{
	font-size: 18px;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

h2
{
	font-size: 14px;
	font-weight: bold;
}

h3
{
	font-size: 14px;
	font-weight: normal;
}

h4
{
	font-size: 12px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: normal;
}


