/* CSS Document */

.bodyBG {
  background: url(images/bodyBG.jpg);
  background-repeat: repeat;
  }
  
.whiteText
{
font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

.blueText
{
font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
color: #0066FF;
text-decoration: none;
}
.greyText
{
font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
color: #CCCCCC;
text-decoration: none;
}

a.whiteLink, a.whiteLink:active, a.whiteLink:visited
{
font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

a.whiteLink:hover {
font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
color: #0000FF;  //blue
text-decoration: none;
}

a.whiteLinkSM, a.whiteLinkSM:active, a.whiteLinkSM:visited
{
font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

a.whiteLinkSM:hover {
font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
color: #0066FF;  //blue
text-decoration: none;
}

a.blueLinkSM, a.blueLinkSM:active, a.blueLinkSM:visited
{
font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

a.blueLinkSM:hover {
font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
color: #0066FF;  //blue
text-decoration: none;
}

.blueTextLG
{
font-family: Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
color: #0066FF;
text-decoration: none;
}

.blackTextSM
{
font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
color: #000000;
text-decoration: none;
}

a.emailLinkSM, a.emailLinkSM:active, a.emailLinkSM:visited
{
font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
color: #666666; //drk grey
text-decoration: none;
}

a.emailLinkSM:hover {
font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
color: #cccccc;  //lite grey
text-decoration: none;
}

a.emailLinkSM { text-decoration: none }