A    { }

A:link   { color: blue }

A:visited   { color: blue }

A:alink   { color: blue }

A:hover  { color: black}


.plainlink    { color: #000000; text-decoration: none }

A.plainlink:link   { color: #000000; text-decoration: none }

A.plainlink:visited      { color: #000000; text-decoration: none }

A.plainlink:active    { color: #000000; text-decoration: underline }

A.plainlink:hover  { color: blue; text-decoration: underline }


.attractionlink    { color: #000000; text-decoration: none }

A.attractionlink:link   { color: #000000; text-decoration: none }

A.attractionlink:visited      { color: #000000; text-decoration: none }

A.attractionlink:active    { color: #000000; text-decoration: none }

A.attractionlink:hover  { color: #000000; text-decoration: underline }


.reglink    { color: #000000; text-decoration: none }

A.reglink:link   { color: #000000; text-decoration: none }

A.reglink:visited      { color: #000000; text-decoration: none }

A.reglink:active    { color: #000000; text-decoration: underline }

A.reglink:hover  { color: blue; text-decoration: underline }



BODY    { color: #333; font-size: 11px; font-family: verdana, arial, helvetica; }

TD { color: #333; font-size: 11px; font-family: verdana, arial, helvetica }

td.colorBlack  /* Black */
{
	background-color: #000000;
}

td.colorBlue  /* Blue */
{
	background-color: #5CB9E7;
}

td.colorWhite  /* White */
{
	background-color: #FFFFFF;
}

td.colorGold  /* Gold */
{
	background-color: #FFCC33;
}

td.colorSilver  /* Silver */
{
	background-color: #EFEEE4;
}


.darkBG-selectbox {
	font-family: tahoma;
	color: #000000; 
	background-color: #FFF799; 
	border-style: solid;
	border-color: #000000;
}

.darkBG-selectbox-wide {
	font-family: tahoma;
	font-size: 10px;
	color: #000000; 
	background-color: #FFF799; 
	border-style: solid;
	border-color: #000000;
}

.darkBG-textbox {
	background-color: #FFF799; 
}

.darkBG-label {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	line-height:12px;
}
.RateCounter {
	font-family: tahoma;
	font-size: 16px;
	color: Blue;
	vertical-align: top;
	line-height:16px;
	font-weight: bold;
}
input.redSubmitButton {background-color: #00A651; font-weight: bold; font-size: 11px; color: #E9E9D1;}

