/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}



IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
}
.BTXT
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.title
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: Bold;
	color: Green;
}

a.z
{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-family: Tahoma;
	text-decoration: none;
}
a.z:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-family: Tahoma;
	text-decoration: none;
}
a.z:hover
{
	font-size: 11px;
	font-weight: bold;
	color: Green;
	text-decoration: none;
	font-family: Tahoma;
	font-style: normal;
}
a.z:active
{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-family: Tahoma;
	text-decoration: none;
}


.txt
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}
.btn
{
	border-right: gainsboro 1px double;
	border-top: gainsboro 1px double;
	font-size: 10px;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/btn.jpg);
	border-left: gainsboro 1px double;
	width: 75px;
	color: green;
	border-bottom: gainsboro 1px double;
	background-repeat: repeat-x;
	font-family: Verdana;
	height: 20px;
	font-weight: bold;
}

.WHTXT
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.WHTXT_AR
{
	font-family: Verdana;
	font-size: 13 px;
	font-weight: bold;
	color: #FFFFFF;
}
	.platinum
{
	border-right: #A2A2A2 1px solid;
	border-top: #A2A2A2 1px solid;
	border-left: #A2A2A2 1px solid;
	border-bottom: #A2A2A2 1px solid;
	
}

.platinum_text
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.GOLD
{
	border-right: #CF932C 1px solid;
	border-top: #CF932C 1px solid;
	border-left: #CF932C 1px solid;
	border-bottom: #CF932C 1px solid;
	
}

.SILVER
{
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	
}

.SILVER_text
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
