if (navigator.userAgent.indexOf('Mac') != -1)
	{
	var extrasize = 2;
	}
else
	{
	var extrasize = 0;
	}	
	
//-------------------------------------EDIT SIZE VARIABLES HERE----------------------------------
var size1 = 8 + extrasize;
var size2 = 9 + extrasize;
var size3 = 10 + extrasize;
var size4 = 11 + extrasize;
var size5 = 12 + extrasize;
var size6 = 13 + extrasize;
var size7 = 14 + extrasize;
//-------------------------------------EDIT SIZE VARIABLES HERE----------------------------------


//-------------------------------------EDIT COLOR VARIABLES HERE----------------------------------
var color1 = "#000000"; //black
var color2 = "#FFFFFF"; //white
var color3 = "#00475F"; //blue
var color4 = "#710C2D"; //orange
var color5 = "#666666"; //medium gray
var color6 = "#EEEEEE"; //light gray
var color7 = "#FFFFE6"; //light yellow
//-------------------------------------EDIT COLOR VARIABLES HERE----------------------------------

//-----------------------LIST OF METHODS THAT CAN BE USED BELOW----------------------------------
/*
s1.setName(".stylename");
s1.setFont("Arial, Helvetica, sans-serif");
s1.setColor(variable);
s1.setBackgroundColor(variable);
s1.setSize(variable);
s1.setWeight("bold");
s1.setTextDecoration("underline");
s1.setBorder("1 solid #00589e");
s1.setScrollbarTrackColor("#000000");
s1.setScrollbar3dlightColor("#000000");
s1.setScrollbarDarkshadowColor("#000000");
s1.setScrollbarFaceColor("#000000");
*/
//-----------------------LIST OF METHODS THAT CAN BE USED BELOW----------------------------------

document.write("<style>");

//-------------------------------------------A LINK------------------------------------------

var s1 = new style();
s1.setName("a:link");
s1.setColor(color5);
s1.setTextDecoration("underline");
s1.writeStyle();

//-------------------------------------------HOME LINK------------------------------------------

var s1 = new style();
s1.setName("a.homelink:link");
s1.setColor(color4);
s1.setTextDecoration("underline");
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------A LINK------------------------------------------

var s1 = new style();
s1.setName("a:alink");
s1.setColor(color5);
s1.setTextDecoration("underline");
s1.writeStyle();

//-------------------------------------------HOME LINK------------------------------------------

var s1 = new style();
s1.setName("a.homelink:alink");
s1.setColor(color3);
s1.setTextDecoration("none");
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------VISITED LINK------------------------------------------

var s1 = new style();
s1.setName("a:visited");
s1.setColor(color5);
s1.setTextDecoration("underline");
s1.writeStyle();

//-------------------------------------------HOMELINK VISITED------------------------------------------

var s1 = new style();
s1.setName("a.homelink:visited");
s1.setColor(color4);
s1.setTextDecoration("underline");
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------HOVER------------------------------------------

var s1 = new style();
s1.setName("a:hover");
s1.setColor(color4);
s1.setTextDecoration("underline");
s1.writeStyle();

//-------------------------------------------HOMELINK HOVER------------------------------------------

var s1 = new style();
s1.setName("a.homelink:hover");
s1.setColor(color3);
s1.setTextDecoration("underline");
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------HEADER------------------------------------------

var s1 = new style();
s1.setName(".header");
s1.setColor(color5);
s1.setSize(size5);
s1.setWeight("bold");
s1.writeStyle();


//-------------------------------------------PAGEHEADER------------------------------------------

var s1 = new style();
s1.setName(".pageheader");
s1.setColor(color5);
s1.setSize(size5);
s1.setWeight("bold");
s1.writeStyle();


//-------------------------------------------SUBHEADER------------------------------------------

var s1 = new style();
s1.setName(".subheader");
s1.setFont("Arial, Helvetica, sans-serif");
s1.setColor(color4);
s1.setSize(size3);
s1.setWeight("bold");
s1.writeStyle();

//------------------------------------------- FI CONTENT ------------------------------------------

var s1 = new style();
s1.setName(".ficontent");
s1.setFont("Arial, Helvetica, sans-serif");
s1.setColor(color1);
s1.setSize(size3);
s1.writeStyle();

//------------------------------------------- SMALLTEXT ------------------------------------------

var s1 = new style();
s1.setName(".smalltext");
s1.setFont("Arial, Helvetica, sans-serif");
s1.setColor(color5);
s1.setSize(size1);
s1.writeStyle();

//-------------------------------------------SELECTED------------------------------------------

var s1 = new style();
s1.setName(".selected");
s1.setColor(color3);
s1.setSize(size3);
s1.writeStyle();

//-------------------------------------------TABLE HEADER------------------------------------------

var s1 = new style();
s1.setName(".tableheader");
s1.setFont("Arial, Helvetica, sans-serif");
s1.setColor(color2);
s1.setBackgroundColor(color3);
s1.setSize(size3);
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------TABLE CONTENT 1------------------------------------------

var s1 = new style();
s1.setName(".tablecontent1");
s1.setFont("Arial, Helvetica, sans-serif");
s1.setColor(color5);
s1.setBackgroundColor(color2);
s1.setSize(size3);
s1.setWeight("200");
s1.writeStyle();

//-------------------------------------------TABLE CONTENT 2------------------------------------------

var s1 = new style();
s1.setName(".tablecontent2");
s1.setColor(color5);
s1.setBackgroundColor(color7);
s1.setSize(size3);
s1.setWeight("200");
s1.writeStyle();

//-------------------------------------------SUB NAV------------------------------------------

var s1 = new style();
s1.setName(".subnav");
s1.setFont("Arial, Helvetica, sans-serif");
s1.setColor(color1);
s1.setSize(size1);
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------DISCLAIMER------------------------------------------

var s1 = new style();
s1.setName(".disclaimer");
s1.setColor(color1);
s1.setSize(size2);
s1.setWeight("400");
s1.writeStyle();

//-------------------------------------------NEW STYLE------------------------------------------

var s1 = new style();
s1.setName(".Q");
s1.setColor(color1);
s1.setSize(size7);
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------NEW STYLE------------------------------------------

var s1 = new style();
s1.setName(".A");
s1.setColor(color2);
s1.setSize(size7);
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------BOLD TEXT------------------------------------------

var s1 = new style();
s1.setName(".boldtext");
s1.setSize(size1);
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------STRONG------------------------------------------

var s1 = new style();
s1.setName("strong");
s1.setWeight("bold");
s1.writeStyle();

//------------------------------------------- < TD > ------------------------------------------

var s1 = new style();
s1.setName("td");
s1.writeStyle();

//------------------------------------------- < HR > ------------------------------------------

var s1 = new style();
s1.setName("hr");
s1.setColor(color1);
s1.setBackgroundColor(color1);
s1.writeStyle();

//-------------------------------------------NEW STYLE------------------------------------------

var s1 = new style();
s1.setName(".required");
s1.setColor(color4);
s1.setSize(size3);
s1.setWeight("normal");
s1.writeStyle();

//-------------------------------------------FIELD------------------------------------------

var s1 = new style();
s1.setName(".field");
s1.setColor(color1);
s1.setBackgroundColor(color6);
s1.setBorder("1 solid " + color1);
s1.setScrollbarTrackColor(color5);
s1.setScrollbar3dlightColor(color2);
s1.setScrollbarDarkshadowColor(color5);
s1.setScrollbarFaceColor(color6);
s1.writeStyle();

//-------------------------------------------APP FIELD------------------------------------------

var s1 = new style();
s1.setName(".appfield2");
s1.setColor(color1);
s1.setBackgroundColor(color2);
s1.setBorder("1 solid " + color5);
s1.setScrollbarTrackColor(color5);
s1.setScrollbar3dlightColor(color2);
s1.setScrollbarDarkshadowColor(color5);
s1.setScrollbarFaceColor(color6);
s1.writeStyle();

//-------------------------------------------APP FIELD 2------------------------------------------

var s1 = new style();
s1.setName(".appfield1");
s1.setColor(color1);
s1.setBackgroundColor(color6);
s1.setBorder("1 solid " + color1);
s1.setScrollbarTrackColor(color5);
s1.setScrollbar3dlightColor(color2);
s1.setScrollbarDarkshadowColor(color5);
s1.setScrollbarFaceColor(color6);
s1.writeStyle();

//-------------------------------------------NEW STYLE------------------------------------------
var styles=""
styles+='ul';
styles+='{';
styles+='list-style-image: url("../images/bullet2.gif");';
styles+='}';

//-------------------------------------------NEW STYLE------------------------------------------

document.write(styles);

document.write("</style>");

//---------------------------------FUNCTIONS BELOW PLEASE DO NOT EDIT--------------------------

function style()
{
this.name = null;
this.font = "Arial, Helvetica, sans-serif";
this.size = null;
this.weight = null;
this.color = "#000000";
this.background_color = null;
this.text_decoration = null;
this.border = null;
this.scrollbar_track_color = null;
this.scrollbar_3dlight_color = null;
this.scrollbar_darkshadow_color = null;
this.scrollbar_face_color = null;

this.setName = setName;
this.setFont = setFont;
this.setSize = setSize;
this.setWeight = setWeight;
this.setColor = setColor;
this.setBackgroundColor = setBackgroundColor;
this.setTextDecoration = setTextDecoration;
this.setBorder = setBorder;
this.setScrollbarTrackColor = setScrollbarTrackColor;
this.setScrollbar3dlightColor = setScrollbar3dlightColor;
this.setScrollbarDarkshadowColor = setScrollbarDarkshadowColor;
this.setScrollbarFaceColor = setScrollbarFaceColor;
this.writeStyle = writeStyle;
}

function setName(value)
{
this.name = value;
}

function setFont(value)
{
this.font = value;
}

function setSize(value)
{
this.size = value;
}

function setWeight(value)
{
this.weight = value;
}

function setColor(value)
{
this.color = value;
}

function setBackgroundColor(value)
{
this.background_color = value;
}

function setTextDecoration(value)
{
this.text_decoration = value;
}

function setBorder(value)
{
this.border = value;
}

function  setScrollbarTrackColor(value)
{
this.scrollbar_track_color = value;
}

function  setScrollbar3dlightColor(value)
{
this.scrollbar_3dlight_color = value;
}

function  setScrollbarDarkshadowColor(value)
{
this.scrollbar_darkshadow_color = value;
}

function  setScrollbarFaceColor(value)
{
this.scrollbar_face_color = value;
}


function writeStyle()
{
var whole = '';

if (this.name != null)
	{
	whole += this.name;
	whole += '{';
	if (this.font != null)
		{
		whole += 'font-family: ' + this.font + ';';
		}
	if (this.size != null)
		{
		whole += 'font-size: ' + this.size + 'pt;';
		}
	if (this.weight != null)
		{
		whole += 'font-weight: ' + this.weight + ';';
		}	
	if (this.color != null)
		{
		whole += 'color: ' + this.color + ';';
		}
	if (this.background_color != null)
		{
		whole += 'background-color: ' + this.background_color + ';';
		}
	if (this.text_decoration != null)
		{
		whole += 'text-decoration: ' + this.text_decoration + ';';
		}	
	if (this.border != null)
		{
		whole += 'border: ' + this.border + ';';
		}	
	if (this.scrollbar_track_color != null)
		{
		whole += 'scrollbar-track-color: ' + this.scrollbar_track_color + ';';
		}
	if (this.scrollbar_3dlight_color != null)
		{
		whole += 'scrollbar-3dlight-color: ' + this.scrollbar_3dlight_color + ';';
		}				
	if (this.scrollbar_darkshadow_color != null)
		{
		whole += 'scrollbar-darkshadow-color: ' + this.scrollbar_darkshadow_color + ';';
		}				
	if (this.scrollbar_face_color != null)
		{
		whole += 'scrollbar-face-color: ' + this.scrollbar_face_color + ';';
		}			
		
		
	whole += '}';
	}

document.write(whole);	
	
}