document.write("<style type='text/css'>");

document.write(".tablespecs {");
document.write("font-family:verdana;");
document.write("text-decoration:none;");
document.write("color: #000000;");
document.write("background: #EBEBEB;");
document.write("font-family:verdana;");


if (screen.width==640 && screen.height==480)
	document.write("font-size:7pt;");
	
else if (screen.width==800 && screen.height==600)
	document.write("font-size:7pt;");

else if (screen.width==1024 && screen.height==768)
	document.write("font-size:10pt;");

else if (screen.width==1152 && screen.height==864)
	document.write("font-size:10pt;");

else if (screen.width==1280 && screen.height==720)
	document.write("font-size:10pt;");

else if (screen.width==1280 && screen.height==768)
	document.write("font-size:10pt;");

else if (screen.width==1280 && screen.height==960)
	document.write("font-size:11pt;");

else if (screen.width==1280 && screen.height==1024)
	document.write("font-size:11pt;");

document.write("}");

document.write(".SubHeaderLink {");
document.write("font-family:verdana;");
document.write("text-decoration:none;");
document.write("color: #000000;");
document.write("background: #EBEBEB;");
document.write("font-family:verdana;");


if (screen.width==640 && screen.height==480)
	document.write("font-size:7pt;");
	
else if (screen.width==800 && screen.height==600)
	document.write("font-size:7pt;");

else if (screen.width==1024 && screen.height==768)
	document.write("font-size:10pt;");

else if (screen.width==1152 && screen.height==864)
	document.write("font-size:10pt;");

else if (screen.width==1280 && screen.height==720)
	document.write("font-size:10pt;");

else if (screen.width==1280 && screen.height==768)
	document.write("font-size:10pt;");

else if (screen.width==1280 && screen.height==960)
	document.write("font-size:11pt;");

else if (screen.width==1280 && screen.height==1024)
	document.write("font-size:11pt;");
	
else if (screen.width >1280 && screen.height >= 1024)
	document.write("font-size:11pt;");	

document.write("}");


document.write(".sectionhead {");
document.write("font-family:verdana;");


if (screen.width==640 && screen.height==480)
	document.write("font-size:7pt;");
	
else if (screen.width==800 && screen.height==600)
	document.write("font-size:7pt;");

else if (screen.width==1024 && screen.height==768)
	document.write("font-size:10pt;");

else if (screen.width==1152 && screen.height==864)
	document.write("font-size:10pt;");

else if (screen.width==1280 && screen.height==720)
	document.write("font-size:10pt;");

else if (screen.width==1280 && screen.height==768)
	document.write("font-size:10pt;");

else if (screen.width==1280 && screen.height==960)
	document.write("font-size:11pt;");

else if (screen.width==1280 && screen.height==1024)
	document.write("font-size:11pt;");

else if (screen.width >1280 && screen.height >= 1024)
	document.write("font-size:11pt;");	
	

document.write("}");


document.write("</","style>");
