body
{
}

.t
{
	font-weight: normal;
	font-size: small;
	background-image: none;
	vertical-align: baseline;
	text-transform: capitalize;
	color: black;
	border-top-style: double;
	font-family: Verdana;
	background-color: deepskyblue;
	text-align: left;
}
.Button
{
	font-weight: normal;
	font-size: x-small;
	background-image: none;
	vertical-align: baseline;
	text-transform: capitalize;
	width: 70px;
	color: black;
	border-top-style: double;
	font-family: Verdana;
	height: 26px;
	background-color: mediumaquamarine;
	text-align: center;
}
.login
{
	left: 25px;
	position: relative;
	top: 25px;
}
.textNormal
{
	font-size: 10pt;
	color:black;
	font-family: Verdana;
	
}
.textBox
{
	border-right: #006600 thin solid;
	border-top: #006600 thin solid;
	font-weight: normal;
	font-size: x-small;
	border-left: #006600 thin solid;
	border-bottom: #006600 thin solid;
	font-family: Verdana;
	background-color: #ffffff;
}
.titleGold
{
	font-weight: bold;
	font-size: 10pt;
	border-left-color: #006600;
	border-bottom-color: #006600;
	color: white;
	border-top-color: #006600;
	font-family: Verdana;
	background-color: #006600;
	border-right-color: #006600;
}
.RadioList
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	text-align: left;
}



A:visited
{
color: Blue  ;
}


P.drop
{
}

.Points
{
	font: caption;
	color: teal;
	text-decoration: none;
	
}

.dropdownlistwithpoints
{
	font-size: 11px;
	font-family: 'Arial Unicode MS';
	text-decoration: none;
}

.visoff
{
	visibility: hidden;
}
vison
{
	visibility :visible ;
}
.visButtonOFF
{
	font-weight: normal;
	font-size: 10px;
	background-image: none;
	visibility: hidden;
	vertical-align: baseline;
	text-transform: capitalize;
	width: 70px;
	color: black;
	border-top-style: double;
	font-family: Verdana;
	height: 26px;
	background-color: mediumaquamarine;
	text-align: center;
}
.visButtonON
{
	font-weight: normal;
	font-size: 10px;
	background-image: none;
	visibility: visible;
	vertical-align: baseline;
	text-transform: capitalize;
	width: 70px;
	color: black;
	border-top-style: double;
	font-family: Verdana;
	height: 26px;
	background-color: mediumaquamarine;
	text-align: center;
}