var appName = new String(navigator.appName).toLowerCase();
var platform = new String(navigator.platform).toLowerCase();


document.writeln("<style>");
document.writeln('INPUT.searchfield { font-family : Arial, Helvetica, Geneva,sans-serif; color : #000000; font-size : 70%; font-weight: normal; }');

//<!--- Lots of browser detection for the main font --->

document.writeln('body {text-align: center;background-color: #333366;margin: 0px;}');
document.writeln('html { min-height: 100%; margin-bottom: 1px; }');
document.writeln('.heading {font-family : Arial, Helvetica, Geneva,sans-serif; color : #AB74AC; font-size : 20px; font-weight: bold;}');
document.writeln('.subheading {font-family : Arial, Helvetica, Geneva,sans-serif; color : #AB74AC; font-size : 12pt; font-weight: bold;padding-top:5px;}');
document.writeln('.maintable {border: black solid 2px;}');
//<!--- BLOCKQUOTE subsitute --->
document.writeln('.indent { padding-left: 25px; }');


if ((appName=="microsoft internet explorer") && (platform.indexOf("mac") >-1))
document.writeln('.heading {font-family : Verdana,Arial, Helvetica, Geneva,sans-serif; color : #AB74AC; font-size : 21px; font-weight: bold;}');
else
{
document.writeln('.heading {font-family : Verdana,Arial, Helvetica, Geneva,sans-serif; color : #AB74AC; font-size : 21px; font-weight: bold;}');
document.writeln('.subheading {font-family : Arial, Helvetica, Geneva,sans-serif; color : #000033; font-size : 16px; font-weight: bold;padding-top:5px;}');
}
if (appName=="Netscape")
document.writeln('SPAN.smallheading {font-family : Verdana, Arial, Helvetica,Geneva, sans-serif; font-size : 11px; color: #FFFFFF; font-weight: bold;}'); 
else
document.writeln('SPAN.smallheading {font-family : Arial, Helvetica, Geneva,sans-serif; font-size : 11px; color: #FFFFFF; font-weight: bold;}'); 

//Lots of browser detection for the main font

document.writeln('TD.sidebar { background-color : #99CC66; }');
document.writeln('TD.mainbody { background-color : #FFFFFF; }');
document.writeln('.breadcrumb { font-family : Verdana, Geneva, Arial,Helvetica, sans-serif; color : Black; font-weight : bold; font-size : 10pt;}');
document.writeln('.ColumnHeading { font-family : Verdana, Geneva, Arial,Helvetica, sans-serif; color : White; font-weight : bold; font-size : 10pt;}');
document.writeln('A.ColumnHeading { font-family : Verdana, Geneva, Arial,Helvetica, sans-serif; color : White; font-weight : bold; font-size : 10pt;}');
document.writeln('A.ColumnHeading:visited { font-family : Verdana, Geneva,Arial, Helvetica, sans-serif; color : White; font-weight : bold; font-size :10pt; }');
document.writeln('A.ColumnHeading:active { font-family : Verdana, Geneva,Arial, Helvetica, sans-serif; color : White; font-weight : bold; font-size :10pt; }');
document.writeln('A.ColumnHeading:hover { font-family : Verdana, Geneva,Arial, Helvetica, sans-serif; color : #FF6600; font-weight : bold; font-size :10pt; }');
document.writeln('A {color: #333366 }');
document.writeln('A:active {color: #CC99CC}');
document.writeln('A:visited {color: #663366}');
document.writeln('A:hover {color: #CC99CC }');
document.writeln('A.onGreen {color: #333366 }');
document.writeln('A.onGreen:active {color: #FF6600}');
document.writeln('A.onGreen:visited {color: #663366}');
document.writeln('A.onGreen:hover {color: #660000 }');
document.writeln('A.homepageblack {color: #000000}');
document.writeln('A.homepageblack:active {color: #000000}');
document.writeln('A.homepageblack:visited {color: #000000}');
document.writeln('A.homepageblack:hover {color: #000000 }');
document.writeln('A.homepagewhite {color: #FFFFFF}');
document.writeln('A.homepagewhite:active {color: #FFFFFF}');
document.writeln('A.homepagewhite:visited {color: #CCCCCC}');
document.writeln('A.homepagewhite:hover {color: #CCCCFF }');
if (typeof(makelinkswhite) == "undefined") var makelinkswhite = false;
if (makelinkswhite == true)
{
	document.writeln('A.webloglink {color: #FFFFFF}');
	document.writeln('A.webloglink:active {color: #FFFFFF}');
	document.writeln('A.webloglink:visited {color: #FFFFFF}');
	document.writeln('A.webloglink:hover {color: #CCCCFF }');
}
else
{
	document.writeln('A.webloglink {#333366}');
	document.writeln('A.webloglink:active {color: #FF6600}');
	document.writeln('A.webloglink:visited {color: #663366}');
	document.writeln('A.webloglink:hover {color: #FF6600 }');
}
document.writeln('.sidenav {font-family : Arial, Helvetica, Geneva,sans-serif; font-size : 13px; color: #CCCCFF; font-weight: bold;padding-top:0px;}'); 
document.writeln('A.sidenav {font-family : Arial, Helvetica, Geneva,sans-serif; font-size : 13px; color: #FFFFFF; font-weight: bold;}'); 
document.writeln('A.sidenav:visited {font-family : Arial, Helvetica, Geneva,sans-serif; font-size : 13px; color: #FFFFFF; font-weight: bold;}'); 
document.writeln('A.sidenav:active {font-family : Arial, Helvetica,Geneva, sans-serif; font-size : 13px; color: #CCCCFF; font-weight: bold;}'); 
document.writeln('A.sidenav:hover {font-family : Arial, Helvetica, Geneva,sans-serif; font-size : 13px; color: #CCCCFF; font-weight: bold;}'); 

document.writeln('.sidenavselected {font-family : Arial, Helvetica, Geneva,sans-serif; font-size : 13px; color: #CCCCFF; font-weight: bold;padding-top:0px; text-decoration:none;}'); 
document.writeln('A.sidenavselected {font-family : Arial, Helvetica, Geneva,sans-serif; font-size : 13px; color: #CCCCFF; font-weight: bold;padding-top:0px; text-decoration:none;}'); 
document.writeln('A.sidenavselected:visited {font-family : Arial, Helvetica,Geneva, sans-serif; font-size : 13px; color: #CCCCFF; font-weight: bold;padding-top:0px; text-decoration:none;}'); 
document.writeln('A.sidenavselected:active {font-family : Arial, Helvetica,Geneva, sans-serif; font-size : 13px; color: #CCCCFF; font-weight: bold;padding-top:0px; text-decoration:none;}'); 
document.writeln('A.sidenavselected:hover {font-family : Arial, Helvetica,Geneva, sans-serif; font-size : 13px; color: #CCCCFF; font-weight: bold;padding-top:0px; text-decoration:none;}'); 

document.writeln('.caption{ font-family : Arial, Helvetica, Geneva,sans-serif; color : #666666; font-size : 70%;'); 
if (appName=="microsoft internet explorer")
document.writeln('line-height: 150%;');
document.writeln('font-weight: bold;');
document.writeln('A.screenshot, A.screenshot:hover, A.screenshot:active,A.screenshot:visited{font-family : Arial, Helvetica, Geneva, sans-serif; color: #666666; font-size : 10px;');
document.writeln('.forcednormal {font-size:13px;}');
document.writeln("</style>");
