/* CSS Document */


body
{
	font-family: 'myfont', sans-serif !important;
}

.fonter1
{
	font-family: 'myfont', sans-serif !important;
}

*.fonter1
{
	font-family: 'myfont', sans-serif !important;
}
* .fonter1
{
	font-family: 'myfont', sans-serif !important;
}
p.fonter1
{
	font-family: 'myfont', sans-serif !important;
}
p .fonter1
{
	font-family: 'myfont', sans-serif !important;
}
.fonter1 *
{
	font-family: 'myfont', sans-serif !important;
}