@import "iesfonts.css";


.fontStyleXXSmall 
{
	font-size: 11px;
}

.fontStyleXSmall 
{
	font-size: 12px;
}

.fontStyleSmall 
{
	font-size: 13px;
}
	
.fontStyleNormal 
{
	font-size: 14px;
}

.fontStyleLarge 
{
	font-size: 16px;
}

.fontStyleXLarge 
{
	font-size: 18px;
}

.fontStyleXXLarge 
{
	font-size: 20px;
}


/* Control sizes depending from used font 
	Size defeined for fontStyleNormal

input[type=radio] , input[type=checkbox]
{
      // All browsers except webkit//
      transform: scale(1.0);

      // Webkit browsers//
      -webkit-transform: scale(1.0);
		
		margin-top: 0.1em;
		margin-right: 0.15em;
}
*/





h1
{
	font-size: 16px;
	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;
}


