/***** Text Display Styles *****/
/***** Small size text styles *****/
.smlBlack
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	color: rgb(0,0,0);
}
.smlRed
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	color: rgb(255,0,0);
}
.smlWhite
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	color: rgb(255,255,255);
}
.smlViolet
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	color: rgb(102,51,153);
}
.smlBlue
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	color: rgb(50,80,130);
}
.smlOrange
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	color: rgb(255,121,0);
}
.smlGreen
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	color: rgb(0,128,0);
}
.smlGray
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	color: rgb(128,128,128);
}
/**** Small size text in BOLD style ****/
.smlBlackBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(0,0,0);
}
.smlRedBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(255,0,0);
}
.smlWhiteBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(255,255,255);
}
.smlVioletBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(102,51,153);
}
.smlBlueBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(50,80,130);
}
.smlOrangeBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(255,121,0);
}
.smlGreenBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(0,128,0);
}
.smlGrayBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	font-weight:bold;
	color: rgb(128,128,128);
}
/***** MEDIUM size text styles *****/
.medBlack
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(0,0,0);
}
.medRed
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(255,0,0);
}
.medWhite
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(255,255,255);
}
.medViolet
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(102,51,153);
}
.medBlue
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(50,80,130);
}
.medOrange
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(255,121,0);
}
.medGreen
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(0,128,0);
}
.medGray
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(128,128,128);
}
/**** MEDIUM size text in BOLD style ****/
.medBlackBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,0,0);
}
.medRedBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(255,0,0);
}
.medWhiteBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(255,255,255);
}
.medVioletBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(102,51,153);
}
.medBlueBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(50,80,130);
}
.medOrangeBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(255,121,0);
}
.medGreenBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,128,0);
}
.medGrayBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(128,128,128);
}
/***** LARGE size text styles *****/
.lrgBlack
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	color: rgb(0,0,0);
}
.lrgRed
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	color: rgb(255,0,0);
}
.lrgWhite
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	color: rgb(255,255,255);
}
.lrgViolet
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	color: rgb(102,51,153);
}
.lrgBlue
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	color: rgb(50,80,130);
}
.lrgOrange
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	color: rgb(255,121,0);
}
.lrgGreen
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	color: rgb(0,128,0);
}
.lrgGray
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	color: rgb(128,128,128);
}
/**** LARGE size text in BOLD style ****/
.lrgBlackBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(0,0,0);
}
.lrgRedBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(255,0,0);
}
.lrgWhiteBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(255,255,255);
}
.lrgVioletBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(102,51,153);
}
.lrgBlueBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(50,80,130);
}
.lrgOrangeBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(255,121,0);
}
.lrgGreenBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(0,128,0);
}
.lrgGrayBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(128,128,128);
}
/***** EXTRA-LARGE size text styles *****/
.xlrgBlack
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	color: rgb(0,0,0);
}
.xlrgRed
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	color: rgb(255,0,0);
}
.xlrgWhite
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	color: rgb(255,255,255);
}
.xlrgViolet
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	color: rgb(102,51,153);
}
.xlrgBlue
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	color: rgb(50,80,130);
}
.xlrgOrange
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	color: rgb(255,121,0);
}
.xlrgGreen
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	color: rgb(0,128,0);
}
.xlrgGray
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	color: rgb(128,128,128);
}
/**** EXTRA LARGE size text in BOLD style ****/
.xlrgBlackBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(0,0,0);
}
.xlrgRedBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(255,0,0);
}
.xlrgWhiteBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(255,255,255);
}
.xlrgVioletBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(102,51,153);
}
.xlrgBlueBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(50,80,130);
}
.xlrgOrangeBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(255,121,0);
}
.xlrgGreenBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(0,128,0);
}
.xlrgGrayBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(128,128,128);
}
/***** Hyperlink Styles *****/
/*Undefined anchor tag*/
a
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(50,78,128);
	text-decoration: none;
}
a:Hover
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(50,78,128);
	text-decoration: underline;
}
/*Defined Classes*/
.genLinks
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(50,78,128);
	text-decoration: none;
}
.genLinks:Hover
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(50,78,128);
	text-decoration: underline;
}
.tabLinks
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	color: rgb(55,55,55);
	text-decoration: none;
}
.tabLinks:Hover
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	color: rgb(55,55,55);
	text-decoration: underline;
}
.genLinksBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(50,78,128);
	font-weight: bold;
	text-decoration: none;
}
.genLinksBold:Hover
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(50,78,128);
	font-weight: bold;
	text-decoration: underline;
}
.genLinksRed
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: #CC0001;
	text-decoration: none;
}
.genLinksRed:Hover
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: #CC0001;
	text-decoration: underline;
}
.genLinksWhite
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.genLinksWhite:Hover
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	color: rgb(255, 255, 255);
	text-decoration: underline;
}
.genLinksWhiteBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-decoration: none;
}
.genLinksWhiteBold:Hover
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-decoration: underline;
}
.genLinksOrangeBold
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-weight: bold;
	font-size: 10pt;
	color: rgb(255,121,0);
	text-decoration: none;
}
.genLinksOrangeBold:Hover
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-weight: bold;
	font-size: 11px;
	color: rgb(255,121,0);
	text-decoration: underline;
}
.genLinksBlack
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(55,55,55);
	text-decoration: none;
}
.genLinksBlack:Hover
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(55,55,55);
	text-decoration: underline;
}
.genLinksLightBlue
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(0,64,128);
	text-decoration: none;
}
.genLinksLightBlue:Hover
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	color: rgb(0,64,128);
	text-decoration: underline;
}
/***** Form field styles *****/
.clsTextBox
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	border: 1px solid rgb(128,128,128);
	font-size: 10pt;
}
.clsSplTextBox
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	border: 1px solid rgb(128, 128, 128);
	font-size: 10pt;
	font-weight: bold;
	color: rgb(102,51,153)
}
.clsButton
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	padding: 1px;
	border: 1px solid rgb(64,64,64);
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: #334F81;
	cursor: hand;
}
.clsTabButton
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	padding: 1px;
	color: rgb(255,255,255);
	border: 0px;
	height: 21px;
	background-color: #663399;
	cursor: hand;
}
.clsTabButtonOff
{
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	padding: 1px;
	color: rgb(255,255,255);
	border: 0px;
	height: 21px;
	background-color: #c3b9e1;
	cursor: hand;
}

