if (navigator.appName == "Microsoft Internet Explorer") {
    document.writeln('<style type="text/css">');
	document.writeln('body {font-family: arial, helvetica, sans-serif; font-size: small; background-color: #fff7ce; color: #000033;}');
	document.writeln('h1 {font-family: arial, helvetica, sans-serif; font-size: large; font-weight: bold; color: #af0e0f; font-style: italic;}');
	document.writeln('h2 {font-family: arial, helvetica, sans-serif; font-size: medium; font-weight: bolder;}');
	document.writeln('h3 {font-family: arial, helvetica, sans-serif; font-size: small; font-weight: bolder;}');
	document.writeln('p,ul,ol,li,td {font-family: arial, helvetica, sans-serif; font-size: small; color: #000033;}');
	document.writeln('th {background-color: #ede3b6; font-weight: normal;}');
	document.writeln('a:link {color: #927800; text-decoration: none; font-weight: bolder;}');
	document.writeln('a:active {color: maroon; text-decoration: none;}');
	document.writeln('a:visited {color: #702a1a; text-decoration: none;}');
	document.writeln('.small {font-size: smaller;}');
	document.writeln('.footer {font-family: arial, helvetica, sans-serif; color: #000033; font-size: xx-small;}');
	document.writeln('.detail {margin-left: 16;}');
	document.writeln('.crumbs {font-size: smaller; margin-left: 4; margin-top: 4; }');
	document.writeln('.menu {font-size: smaller; margin-left: 4; }');
	document.writeln('</style>');
}
else {
    document.writeln('<style type="text/css">');
	document.writeln('body {font-family: arial, helvetica, sans-serif; font-size: medium; background-color: #fff7ce; color: #000033;}');
	document.writeln('h1 {font-family: arial, helvetica, sans-serif; font-size: large; font-weight: bold; color: #af0e0f; font-style: italic;}');
	document.writeln('h2 {font-family: arial, helvetica, sans-serif; font-size: large; font-weight: bolder;}');
	document.writeln('h3 {font-family: arial, helvetica, sans-serif; font-size: medium; font-weight: bolder;}');
	document.writeln('p,ul,ol,li,td{font-family: arial, helvetica, sans-serif; font-size: medium; color: #000033;}');
	document.writeln('th {background-color: #ede3b6; font-weight: normal;}');
	document.writeln('a:link {color: #927800; text-decoration: none; font-weight: bolder;}');
	document.writeln('a:active {color: maroon; text-decoration: none;}');
	document.writeln('a:visited {color: #702a1a; text-decoration: none;}');
	document.writeln('.small {font-family: arial, helvetica, sans-serif; color: #000033; font-size: smaller;}');
	document.writeln('.footer {font-family: arial, helvetica, sans-serif; color: #000033; font-size: x-small;}');
	document.writeln('.detail {margin-left: 16;}');
	document.writeln('.crumbs {font-size: smaller; margin-left: 4; margin-top: 4; }'); 
	document.writeln('.menu {font-size: smaller; margin-left: 4; }'); 
	document.writeln('</style>');
}