expon = 0; slideShowDrop = 1; //sets regular font size (IE) and dropdown list visible
var browsSize = new Array("xx-small","x-small","small","medium","large","x-large","xx-large","xx-large");
size1 = "8pt"; //xx-small
size2 = browsSize[1+expon]; //x-small
size3 = browsSize[2+expon]; //small
size4 = browsSize[3+expon]; //medium
size5 = browsSize[4+expon]; //x-large
size6 = browsSize[5+expon]; //xx-large
fs = "font-size: "; localFonts = "font-family:Arial;";
var styleSheet = "BODY,TABLE,DIV,TR,TD {" + localFonts + "}" 
	+ "P, SPAN, UL, LI {" + fs + size1 + ";" + localFonts + "}"
	+ "A:active, A:visited, A:link {text-decoration: none;" + localFonts + "}"
	+ "A:hover {color: #cc0000; text-decoration: underline;}"
	+ "H3 {" + fs + size2 + ";}"
	+ ".m10 {margin-left: 10;}"
	+ ".read {color: #cc0000;}"
	+ ".nav-r-wmt {background-color: #cccccc;}"
	+ ".arrow {list-style-image: url('/presspass/images/arrow2a.gif');}"
	+ ".prtitle {" + fs + size3 + "; color: #333366;}"
	+ ".prsubtitle {" + fs + size2 + "; color: #333366;}"
	+ ".galleryhead {" + fs + size2 + "; color: #333366; text-align: center; font-weight: bold;}"
	+ ".vprhead {" + fs + size3 + "; color: #000000; text-align: right; font-weight: bold;}"
	+ ".prindex2 {" + fs + size1 + "; color: #cc0000;}"
	+ ".prindex1 {" + fs + size2 + ";}"
	+ ".execname {" + fs + size4 + "; color: #000066;}"
	+ ".execdept {" + fs + size3 + ";}"
	+ ".toplinks {" + fs + size1 + "; color: #ffffff; text-decoration: none; font-weight: bold;}"
	+ ".text {FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY:  arial; TEXT-DECORATION: none}"
	+ "A.navlink:link {COLOR: #464579; FONT-FAMILY:  arial; TEXT-DECORATION: none}"
	+ "A.navlink:visited {COLOR: #464579; FONT-FAMILY:  arial; TEXT-DECORATION: none}"
	+ "A.navlink:hover {COLOR: #CC0000; FONT-FAMILY:  arial; TEXT-DECORATION: underline}";
document.write("<style>" + styleSheet + "</style>"); //writes stylesheet



