<!--toolbar_exempt-->

var IE = (navigator.userAgent.indexOf("MSIE") !=-1&&navigator.userAgent.indexOf("Mac")==-1&&navigator.appVersion.substring(0,1)>=3);

var mIE = (navigator.userAgent.indexOf("MSIE") !=-1&& navigator.userAgent.indexOf("Win")==-1&&navigator.appVersion.substring(0,1)>=3);//mac

var NS = (navigator.userAgent.indexOf("Mozilla") !=-1&&navigator.userAgent.indexOf("Mac")==-1&&navigator.userAgent.indexOf("MSIE")==-1&& navigator.appVersion.substring(0,1)>=4);

var mNS = (navigator.userAgent.indexOf("Mozilla") !=-1&&navigator.userAgent.indexOf("Win")==-1&&navigator.userAgent.indexOf("MSIE")==-1&& navigator.appVersion.substring(0,1)>=4);//mac

expon = 0; 
slideShowDrop = 1; //sets regular font size (IE) and dropdown list visible
if (NS || mIE) {expon = 1};
if (NS) {expon = 0}; //configures the proper size for pc/mac for IE/NS
if (mNS) {expon = 1; slideShowDrop = 0} //hides dropdown in slideshow.inc for MAC-NS
var browsSize = new Array("62%","70%","90%","110%","120%","130%");
size1 = browsSize[0+expon]; //xx-small
size2 = browsSize[1+expon]; //x-small
size3 = browsSize[2+expon]; //small
size4 = browsSize[3+expon]; //medium
size5 = browsSize[4+expon]; //large
size6 = browsSize[5+expon]; //x-large
fs = "font-size: "; localFonts = "font-family: Verdana, Arial, Helvetica";
var styleSheet = "BODY, TH, TD {" + fs + size2 + ";" + localFonts + ";}"
    + "P {padding-right: 200px;}"
	+ "A:link {text-decoration: none;" + localFonts + "; color: #666666;}"
	+ "A:visited {text-decoration: none;" + localFonts + "; color: #666666;}"
	+ "A:active {text-decoration: none;" + localFonts + "; color: #666666;}"	
	+ "A:hover {color: #000000; text-decoration: none;}"
	+ ".m10 {margin-left: 10;}"
	+ ".required {color: #0A6CCE;}"
	+ ".navhead {" + fs + size4 + "; color: #FF33FF; text-decoration: none; margin-left: 3px; font-weight: bold; PADDING-TOP: 10px;PADDING-BOTTOM: 4px;}"
	+ ".navhead2 {" + fs + size4 + "; color: #666666; text-decoration: none; font-weight: bold; PADDING-TOP: 6px;PADDING-BOTTOM: 4px;}"
	+ ".head {" + fs + size4 + "; color: #000066; text-decoration: none; margin-left: 3px; font-weight: bold; PADDING-TOP: 10px;PADDING-BOTTOM: 4px;}"
	+ ".navtable { BACKGROUND: #F5F5F7; COLOR: #262D2F;	border-left:1pt solid #666666; 	border-top:1pt solid #666666; border-right:1pt solid #666666; border-bottom:1pt solid #666666;}"	
	+ ".rnav {" + fs + size1 + "; color: #000099; margin-left:3px;}"
	+ ".dateColour {" + fs + size2 + "; color: #FF33CC; text-decoration: none;}"	
	+ ".toplinks {" + fs + size2 + "; color: #262D2F; text-decoration: none; line-height : 13px;}"
	+ ".footer {" + fs + size3 + "; text-decoration: none; margin-left: 5px; font-color: black;}"

document.write("<style>" + styleSheet + "</style>"); //writes stylesheet