/*---{ fontsize fix }-------------------------------------------------*/

body {
	font-size:x-small; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;  
}
html>body  { /* be nice to Opera */
	font-size: small;
}

/*---{ boxmodel fixes }-----------------------------------------------*/

#dummy{
	width: 450px; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 450px;  
}
html>body #dummy{
	width: 450px;
}



