/* ------------------------------------------------------------------------
   THIS STYLE SHEET IS FOR WEB COMPLIANT CSS2 STYLES
   ------------------------------------------------------------------------ */

body, body div, body p, body th, body td, body li, body dd, body h3, body div#footer p    {
	/* more specific to override rule in importing sheet */
	font-size: x-small;
             /* false value for WinIE4/5 */
    voice-family: "\"}\"";
             /* trick WinIE4/5 into thinking the rule is over */
    voice-family: inherit;
             /* recover from trick */
    font-size: small
             /* intended value for better browsers */
}
html>body, html>body div, html>body p, html>body th, 
html>body td, html>body li, html>body dd, html>body div#footer p    {
    font-size:    small
             /* be nice to Opera */
 }

 body h2 {
		/* more specific to override rule in importing sheet */
	font-size: small;
             /* false value for WinIE4/5 */
    voice-family: "\"}\"";
             /* trick WinIE4/5 into thinking the rule is over */
    voice-family: inherit;
             /* recover from trick */
    font-size: medium
             /* intended value for better browsers */
}
html>body h2    {
    font-size:    medium
             /* be nice to Opera */
 }
 
