﻿body
{
  font-weight:normal;
  font-size:medium;
  color: white;
  font-family: arial,helvetica ;
  text-align: left;
  background-color:Black;
}
.clsTabHeaderTextTD
{
  font-weight: bold;
  font-size: 10pt;
  color: white;
  line-height: 24px;
  font-family: greyhound,arial,helvetica ;
  background-color: Gray;
  text-align: center;
}

.clsMenuLink
{
	color:Gray;
	font-size:small;
	font-family: Arial,Helvetica ;
}
.clsFinePrint
{
	color:silver;
	font-size:x-small;
	font-family: Arial,Helvetica ;
}
.clsExtraFinePrint
{
	color:Gray;
	font-size:xx-small;
	font-family: Arial,Helvetica ;
}

.clsTextBlueLarge
{
  color: #3366cc;
  font-size: x-large;
  font-family: Arial,Helvetica;
  text-align: left;
}
.clsTextBlueMedium
{
  color: #3366cc;
  font-size: large;
  font-family: Arial,Helvetica;
  text-align: left;
}
.clsTextBlueSmall
{
  color: #3366cc;
  font-size: 12pt;
  font-family: Arial,Helvetica;
  text-align: left;
}
.clsTextWhiteMedium
{
	color:white;
	font-size:large;
	font-family: Arial,Helvetica ;
  text-align: left;
}
.clsTextRedLink
{
	color:red;
	font-size:medium;
	font-family: Arial,Helvetica ;
  text-align: left;
}
.clsTextLightBlueLarge
{
  color: #99ccff;
  font-size: 32pt;
  font-family: Arial,Helvetica;
  text-align: left;
  font-weight:bold;
}
.clsTextLightBlueMedium
{
  color: #99ccff;
  font-size: x-large;
  font-family: Arial,Helvetica;
  text-align: left;
}
.clsTextLightBlueSmall
{
  color: #99ccff;
  font-size: 12pt;
  font-family: Arial,Helvetica;
  text-align: left;
}
.clsTextLightYellow
{
  color: #ffffcc;
  font-size:medium;
  font-family: Arial,Helvetica;
}
.clsTextLightBrown
{
  color: #cc9966;
  font-size: medium;
  font-family: Arial,Helvetica;
}
.clsTextSalmonLarge
{
  color: #ff9999;
  font-size: 36pt;
  font-family: Greyhound,Arial,Helvetica;
  font-weight: bold;
}
.clsTextSalmonMedium
{
  color: #ff9999;
  font-size: 24pt;
  font-family: Greyhound,Arial,Helvetica;
}
.clsTextSalmonMedium2
{
  color: #ff9999;
  font-size: 16pt;
  font-family: Arial,Helvetica;
}
.clsTextSalmonSmall
{
  color: #ff9999;
  font-size: 12pt;
  font-family: Arial,Helvetica;
}
.clsTextGreyLarge
{
  color: #cccccc;
  font-size: 36pt;
  font-family: Arial,Helvetica;
  font-weight: bold;
}
.clsTextGreyMedium
{
  color: #cccccc;
  font-size: 24pt;
  font-family: Arial,Helvetica;
}
.clsTextGreyMedium2
{
  color: #cccccc;
  font-size: 16pt;
  font-family: Arial,Helvetica;
}


/**************************************/
a:link
{
	color: silver;
	text-decoration:none;
}
a:visited
{
	color: silver;
	text-decoration:none;
}
a:active
{
	color: silver;
	text-decoration:none;
}
a:hover
{
  color: #ffff66;
  text-decoration: underline;
}
/**************************************/
a.clsTabLink:link
{
	color: white;
	text-decoration:none;
}
a.clsTabLink:visited
{
	color: white;
	text-decoration:none;
}
a.clsTabLink:active
{
	color: white;
	text-decoration:none;
}
a.clsTabLink:hover 
{
  color: white;
  text-decoration:underline;
}
/**************************************/
a.clsTextRedLink:link
{
	color: red;
	text-decoration:underline;
}
a.clsTextRedLink:visited
{
	color: red;
	text-decoration:underline;
}
a.clsTextRedLink:active
{
	color: red;
	text-decoration:underline;
}
a.clsTextRedLink:hover
{
  color: #ffff66;
  text-decoration: underline;
}
/**************************************/
a.clsTextSalmonLink:link
{
  color: #ffcccc;
  text-decoration: underline;
  font-weight: bold;
  font-size: small;
}
a.clsTextSalmonLink:visited
{
	color: #ffcccc;
	text-decoration:underline;
  font-weight: bold;
  font-size: small;
}
a.clsTextSalmonLink:active
{
	color: #ffcccc;
	text-decoration:underline;
  font-weight: bold;
  font-size: small;
}
a.clsTextSalmonLink:hover
{
  color: #ffff66;
  text-decoration: underline;
}
/**************************************/
a.clsTextLightBlueLink:link
{
  color: #99ccff;
  text-decoration: underline;
  font-weight: bold;
  font-size: small;
}
a.clsTextLightBlueLink:visited
{
	color: #99ccff;
	text-decoration:underline;
  font-weight: bold;
  font-size: small;
}
a.clsTextLightBlueLink:active
{
	color: #99ccff;
	text-decoration:underline;
  font-weight: bold;
  font-size: small;
}
a.clsTextLightBlueLink:hover
{
  color: #ffff66;
  text-decoration: underline;
}

/**************************************/
a.clsTextLightYellowLink:link
{
  color: #ffffcc;
  text-decoration: underline;
  font-weight: bold;
  font-size: small;
}
a.clsTextLightYellowLink:visited
{
	color: #ffffcc;
	text-decoration:underline;
  font-weight: bold;
  font-size: small;
}
a.clsTextLightYellowLink:active
{
	color: #ffffcc;
	text-decoration:underline;
  font-weight: bold;
  font-size: small;
}
a.clsTextLightYellowLink:hover
{
  color: #ffff66;
  text-decoration: underline;
}

/**************************************/
a.clsTextMenuPageSelected:link
{
  color: #ffff66;
  text-decoration: none;
  font-weight: bold;
  font-size: small;
}
a.clsTextMenuPageSelected:visited
{
	color: #ffff66;
	text-decoration:none;
  font-weight: bold;
  font-size: small;
}
a.clsTextMenuPageSelected:active
{
	color: #ffff66;
	text-decoration:none;
  font-weight: bold;
  font-size: small;
}
a.clsTextMenuPageSelected:hover
{
  color: #ffff66;
  text-decoration: underline;
}
/**************************************/
a.clsTextLightBlueLargerLink:link
{
  color: #99ccff;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12pt;
}
a.clsTextLightBlueLargerLink:visited
{
	color: #99ccff;
	text-decoration:underline;
  font-weight: bold;
  font-size: 12pt;
}
a.clsTextLightBlueLargerLink:active
{
	color: #99ccff;
	text-decoration:underline;
  font-weight: bold;
  font-size: 12pt;
}
a.clsTextLightBlueLargerLink:hover
{
  color: #ffff66;
  text-decoration: underline;
}
/**************************************/


/*
.cslMenuLink
{
	color: #99ffff;
	font-size:xx-small;
	font-family: Verdana, Arial;
}
.clsBodyText
{
	font-size:x-small;
	color: CCCCCC;
	font-style: normal;
	font-family: Verdana, Arial;
	font-weight: normal;
}
.clsBodyTextBoldBlue
{
	font-size:x-small;
	color: 99ffff;
	font-style: normal;
	font-family: Verdana, Arial;
	font-weight: bold;
}
.clsBodyTextBlue
{
	font-size:x-small;
	color: 99ffff;
	font-style: normal;
	font-family: Verdana, Arial;
	font-weight: normal;
}
.clsBodyTextBlueSmall
{
	font-size:xx-small;
	color: 99ffff;
	font-style: normal;
	font-family: Verdana, Arial;
	font-weight: normal;
}
.clsBodyHeader1,H1
{
	font-weight: bold;
	font-size: 14pt;
	color: #CCCCCC;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Arial;
}
.clsBodyHeader2,H2
{
	font-weight: bold;
	font-size: 12pt;
	color: #99ffff;
	font-style: normal;
	font-family: Verdana, Arial;
}
.clsNewsHeaderTextTD
{
	font-weight: bold;
	font-size: xx-small;
	color: black;
	line-height: 14px;
	font-family: Verdana, Arial;
	background-color: #99ffff;
	text-align: center;
}
.clsFullNewsHeaderTextTD
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	line-height: 14px;
	font-family: Verdana, Arial;
	background-color: gray;
	text-align: left;
}
.clsNewsTextTD
{
	font-size: xx-small;
	color: black;
	font-family: Verdana, Arial;
	background-color: gray;
}
.clsFullNewsTextTD
{
	font-size: x-small;
	color: white;
	font-family: Verdana, Arial;
	background-color: #333333;
}
.clsDataLabel
{
	font-size:x-small;
	color: CCCCCC;
	font-style: normal;
	font-family: Verdana, Arial;
	font-weight: normal;
	text-align:right;
}
.clsUserMessage
{
	font-weight: normal;
	font-size: x-small;
	color: #ff3300;
	font-style: normal;
	font-family: Verdana, Arial;
}
a:body
{
	font-family: Verdana, Arial;
}
a:link
{
	color: #99ffff;
}
a:active
{
	color: #99ffff;
}
a:visited
{
	color: #00FFFF;
}
*/