// JavaScript Document




//scales fonts sizes dependant upon screen width fSize = 8;fSize2 = 6;


var sWidth = screen.width;
//calculates the actual font size, then stores it in a global variable (fSize)
//fSize = parseInt((sWidth/100)-1);
//fSize2 = parseInt((sWidth/100)-3);
//fSize3 = parseInt((sWidth/100)-4);

fSize = parseInt((sWidth/100));
fSize2 = parseInt((sWidth/100)-2);
fSize3 = parseInt((sWidth/100)-3);

//now the css class is written in with the variable font size
document.write('<style type="text/css">');

document.write('.mainFont {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; font-weight: bold; color: #FFFFFF}');

document.write('.mainfont_black_bold { font-family: "Times New Roman", Times, serif;  font-size: '+fSize+'pt;font-weight: bold;text-decoration: none;  color: #000000}');

document.write('.mainfont_black {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt;text-decoration: none;  color: #FFFFFF}');
  document.write('.mainfont_black a:link {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none;font-weight: bold; color: #FF0000}');
   document.write('.mainfont_black a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt;text-decoration: none; font-weight: bold; color: #FF0000}');
 document.write('.mainfont_black a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: ' + fSize + 'pt; text-decoration: none;font-weight: bold; color: #FFFFFF}');
 document.write('.mainfont_black a:active {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt;text-decoration: none; font-weight:bold; color: #FF0000}');

document.write('.mainfont_black_small_bold {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize2+'pt;font-weight: bold;text-decoration: none;  color: #FFFFFF}');

document.write('.mainfont_black_small {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize2+'pt;text-decoration: none;  color: #FFFFFF}');
  document.write('.mainfont_black_small a:link {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize2+'pt; text-decoration: none;font-weight: bold; color: #FF0000}');
   document.write('.mainfont_black_small a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize2+'pt;text-decoration: none; font-weight: bold; color: #FF0000}');
 document.write('.mainfont_black_small a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: ' + fSize2 + 'pt; text-decoration: none;font-weight: bold; color: #FFFFFF}');
 document.write('.mainfont_black_small a:active {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize2+'pt;text-decoration: none; font-weight:bold; color: #FF0000}');

document.write('.mainfont_red_small_bold {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize2+'pt;font-weight: bold;text-decoration: none;  color: #FF0000}');
document.write('.mainfont_red_small_bold a:link {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize2+'pt; font-weight: bold;text-decoration: none;font-weight: bold; color: #FF0000}');
document.write('.mainfont_red_small_bold a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize2+'pt;font-weight: bold;text-decoration: none; font-weight: bold; color: #FF0000}');
document.write('.mainfont_red_small_bold a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: ' + fSize2 + 'pt; font-weight: bold;text-decoration: none;font-weight: bold; color: #FF0000}');
document.write('.mainfont_red_small_bold a:active {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize2+'pt;font-weight: bold;text-decoration: none; font-weight:bold; color: #FF0000}');

document.write('.mainfont_black_small_3 {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize3+'pt;text-decoration: none;  color: #FFFFFF}');
  document.write('.mainfont_black_small_3 a:link {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize3+'pt; text-decoration: none;font-weight: bold; color: #FF0000}');
   document.write('.mainfont_black_small_3 a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize3+'pt;text-decoration: none; font-weight: bold; color: #FF0000}');
 document.write('.mainfont_black_small_3 a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: ' + fSize3 + 'pt; text-decoration: none;font-weight: bold; color: #FFFFFF}');
 document.write('.mainfont_black_small_3 a:active {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize3+'pt;text-decoration: none; font-weight:bold; color: #FF0000}');





  document.write('.style1  {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none;font-weight: bold; color: #FFFFFF; background-color: #e4e9ed}');
  document.write('.style1 a:link {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none;font-weight: bold; color: #FF0000; background-color: #e4e9ed}');
   document.write('.style1 a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none;font-weight: bold; color: #FF0000; background-color: #e4e9ed}');
 document.write('.style1 a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: ' + fSize +'pt;text-decoration: none; font-weight: bold; color: #FFFFFF; background-color: #e4e9ed}');
 document.write('.style1 a:active {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none;font-weight:bold; color:#FF0000; background-color: #e4e9ed}');
 
   document.write('.style2 {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize2+'pt; font-weight: bold; color: #0000FF; background-color: #e4e9ed}');
   
  	 document.write('.style3a {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none;font-weight: bold; color: #FFFFFF; background-color: #999999}'); 
   document.write('.style3a a:link {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt;text-decoration: none; font-weight: bold; color: #FF0000; background-color: #999999}');
   	document.write('.style3a a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none;font-weight: bold; color: #FF0000; background-color: #999999}');
	document.write('.style3a a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: ' + fSize +'pt;text-decoration: none; font-weight: bold; color: #FFFFFF; background-color: #999999}');
	document.write('.style3a a:active {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt;text-decoration: none; font-weight:bold; color: #FF0000; background-color: #999999}');
 
   
     	 document.write('.style3a_notbold {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none; color: #999999; background-color: #999999}'); 
    document.write('.style3a_notbold  a:link {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none;  color: #999999; background-color: #999999}');
   	 document.write('.style3a_notbold  a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none; color: #999999; background-color: #999999}');
	 document.write('.style3a_notbold  a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: ' + fSize +'pt; text-decoration: none;  color: #999999; background-color: #999999}');
	 document.write('.style3a_notbold  a:active {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none;  color: #999999; background-color: #999999}');
 
   
   
   
   
   
   
     document.write('.style3b {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none;font-weight: bold; color: #FFFFFF; background-color: #FF3300}'); 
   document.write('.style3b a:link {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt;text-decoration: none; font-weight: bold; color: #FF0000; background-color: #FF3300}');
   	document.write('.style3b a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt;text-decoration: none; font-weight: bold; color: #FF0000; background-color: #FF3300}');
	document.write('.style3b a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: ' + fSize +'pt;text-decoration: none; font-weight: bold; color: #FFFFFF; background-color: #FF3300}');
	document.write('.style3b a:active {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt;text-decoration: none; font-weight:bold; color: #FF0000; background-color: #FF3300}');
	
    
	 document.write('.style3c {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none;font-weight: bold; color:#FFFFFF; background-color: #FFCC33}'); 
   document.write('.style3c a:link {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt;text-decoration: none; font-weight: bold; color: #FF0000; background-color: #FFCC33}');
   	document.write('.style3c a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt; text-decoration: none;font-weight: bold; color: #FF0000; background-color: #FFCC33}');
	document.write('.style3c a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: ' + fSize +'pt;text-decoration: none; font-weight: bold; color:#FFFFFF; background-color: #FFCC33}');
	document.write('.style3c a:active {  font-family: Arial, Helvetica, sans-serif; font-size: '+fSize+'pt;text-decoration: none; font-weight:bold; color: #FF0000; background-color: #FFCC33}');



	
document.write('</style>');	


   



