/***********************************************************************************/
/**  HTML TAG Styles
/***********************************************************************************/

BODY {
	color: #666666;
	background-color: #522E92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

BODY A { font-weight: normal; font-size: 16px; }
BODY A:link { color: #009966}
BODY A:visited { color: #009966}
BODY A:hover {text-decoration: underline; color: #009966}
BODY A:active { color: #009966}

BODY BODY LI, BODY TD, BODY P
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

BODY SELECT
{
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 16px;
}

/***********************************************************************************/
/**  SmallBodyText
/***********************************************************************************/
.SmallBodyText
  {
	color: #666666;
	font-size: 11px;	
  }

.SmallBodyText A:link { color: #666666}
.SmallBodyText A:visited { color: #666666}
.SmallBodyText A:hover {text-decoration: underline; color: #666666}
.SmallBodyText A:active { color: #666666}

/***********************************************************************************/
/**  MedBodyText
/***********************************************************************************/
.MedBodyText
  {
	color: #666666;
	font-size: 12px;	
  }

.MedBodyText A:link { color: #666666}
.MedBodyText A:visited { color: #666666}
.MedBodyText A:hover {text-decoration: underline; color: #666666}
.MedBodyText A:active { color: #666666}

/***********************************************************************************/
/**  14ptBodyText
/***********************************************************************************/
.14ptBodyText
  {
	color: #666666;
	font-size: 13px;	
  }

.14ptBodyText A:link { color: #666666}
.14ptBodyText A:visited { color: #666666}
.14ptBodyText A:hover {text-decoration: underline; color: #666666}
.14ptBodyText A:active { color: #666666}

/***********************************************************************************/
/**  SmallBlackText
/***********************************************************************************/
.SmallBlackText
  {
	color: #000000;
	font-size: 11px;	
  }

.SmallBlackText A:link { color: #000000}
.SmallBlackText A:visited { color: #000000}
.SmallBlackText A:hover {text-decoration: underline; color: #000000}
.SmallBlackText A:active { color: #000000}


/***********************************************************************************/
/**  MedDoubleSpaceGreyText
/***********************************************************************************/
.MedDoubleSpaceGreyText
  {
	color: #8F8F8F;
	font-size: 12px;	
    line-height: 1.5;
  }

.MedDoubleSpaceGreyText A:link { color: #8F8F8F}
.MedDoubleSpaceGreyText A:visited { color: #8F8F8F}
.MedDoubleSpaceGreyText A:hover {text-decoration: underline; color: #8F8F8F}
.MedDoubleSpaceGreyText A:active { color: #8F8F8F}


/***********************************************************************************/
/**  MedWhiteText
/***********************************************************************************/
.MedWhiteText
  {
	color: #FFFFFF;
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;
  }

.MedWhiteText A:link { color: #FFFFFF}
.MedWhiteText A:visited { color: #FFFFFF}
.MedWhiteText A:hover {text-decoration: underline; color: #FFFFFF}
.MedWhiteText A:active { color: #FFFFFF}  

/***********************************************************************************/
/**  14ptWhiteText
/***********************************************************************************/
.14ptWhiteText
  {
	color: #FFFFFF;
	font-size: 13px;	
  }

.14ptWhiteText A:link { color: #FFFFFF}
.14ptWhiteText A:visited { color: #FFFFFF}
.14ptWhiteText A:hover {text-decoration: underline; color: #FFFFFF}
.14ptWhiteText A:active { color: #FFFFFF}

/***********************************************************************************/
/**  LargeWhiteText
/***********************************************************************************/
.LargeWhiteText
  {
	color: #FFFFFF;
	font-size: 16px;	
	font-family: Arial, Helvetica, sans-serif;
  }

.LargeWhiteText A:link { color: #FFFFFF}
.LargeWhiteText A:visited { color: #FFFFFF}
.LargeWhiteText A:hover {text-decoration: underline; color: #FFFFFF}
.LargeWhiteText A:active { color: #FFFFFF}  

/***********************************************************************************/
/**  MedBlackText
/***********************************************************************************/
.MedBlackText
  {
	color: #000000;
	font-size: 12px;	
  }

.MedBlackText A:link { color: #000000}
.MedBlackText A:visited { color: #000000}
.MedBlackText A:hover {text-decoration: underline; color: #000000}
.MedBlackText A:active { color: #000000}

/***********************************************************************************/
/**  LargeBlackText
/***********************************************************************************/
.LargeBlackText
  {
	color: #000000;
	font-size: 16px;	
  }

.LargeBlackText A:link { color: #000000}
.LargeBlackText A:visited { color: #000000}
.LargeBlackText A:hover {text-decoration: underline; color: #000000}
.LargeBlackText A:active { color: #000000}

/***********************************************************************************/
/**  MedGreenText
/***********************************************************************************/
.MedGreenText
  {
	color: #009966;
	font-size: 16px;	
  }

.MedGreenText A:link { color: #009966}
.MedGreenText A:visited { color: #009966}
.MedGreenText A:hover {text-decoration: underline; color: #009966}
.MedGreenText A:active { color: #009966}

/***********************************************************************************/
/**  LargeGreenText
/***********************************************************************************/
.LargeGreenText
  {
	color: #009966;
	font-size: 18px;	
	font-weight: bolder;
  }

.LargeGreenText A:link { color: #009966}
.LargeGreenText A:visited { color: #009966}
.LargeGreenText A:hover {text-decoration: underline; color: #009966}
.LargeGreenText A:active { color: #009966}

/***********************************************************************************/
/**  HugeGreenText
/***********************************************************************************/
.HugeGreenText
  {
	color: #009966;
	font-size: 24px;	
	font-weight: bolder;
  }

.HugeGreenText A:link { color: #009966}
.HugeGreenText A:visited { color: #009966}
.HugeGreenText A:hover {text-decoration: underline; color: #009966}
.HugeGreenText A:active { color: #009966}

/***********************************************************************************/
/**  SmallGreenText
/***********************************************************************************/
.SmallGreenText
  {
	color: #009966;
	font-size: 10px;	
  }

.LargeGreenText A:link { color: #009966}
.LargeGreenText A:visited { color: #009966}
.LargeGreenText A:hover {text-decoration: underline; color: #009966}
.LargeGreenText A:active { color: #009966}
/***********************************************************************************/
/**  LargePurpleText
/***********************************************************************************/
.LargePurpleText
  {
	color: #522E92;
	font-size: 16px;	
  }

.LargePurpleText A:link { color: #522E92}
.LargePurpleText A:visited { color: #522E92}
.LargePurpleText A:hover {text-decoration: underline; color: #522E92}
.LargePurpleText A:active { color: #522E92}

/***********************************************************************************/
/**  LargeRedText
/***********************************************************************************/
.LargeRedText
  {
	color: #FF0000;
	font-size: 21px;
	font-weight: bold;
  }

.LargeRedText A:link { color: #FF0000}
.LargeRedText A:visited { color: #FF0000}
.LargeRedText A:hover {text-decoration: underline; color: #FF0000}
.LargeRedText A:active { color: #FF0000}

/***********************************************************************************/
/**  MedTrueRedText
/***********************************************************************************/
.MedTrueRedText
  {
	color: #FF0000;
	font-size: 12px;	
  }

.MedTrueRedText A:link { color: #FF0000}
.MedTrueRedText A:visited { color: #FF0000}
.MedTrueRedText A:hover {text-decoration: underline; color: #FF0000}
.MedTrueRedText A:active { color: #FF0000}

/***********************************************************************************/
/**  ExtLargeTrueRedText
/***********************************************************************************/
.ExtLargeTrueRedText
  {
	color: #FF0000;
	font-size: 20px;
	font-weight: bolder;
  }

.ExtLargeTrueRedText A:link { color: #FF0000}
.ExtLargeTrueRedText A:visited { color: #FF0000}
.ExtLargeTrueRedText A:hover {text-decoration: underline; color: #FF0000}
.ExtLargeTrueRedText A:active { color: #FF0000}

/***********************************************************************************/
/**  MedDoubleSpaceBodyText
/***********************************************************************************/
.MedDoubleSpaceBodyText
  {
	color: #000000;
	font-size: 12px;	
    line-height: 1.5;
  }

.MedDoubleSpaceBodyText A:link { color: #000000}
.MedDoubleSpaceBodyText A:visited { color: #000000}
.MedDoubleSpaceBodyText A:hover {text-decoration: underline; color: #000000}
.MedDoubleSpaceBodyText A:active { color: #000000}
.MedGreenHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
}
