body
{
	color : gray;
}
TEXTAREA
{
	border-right: darkgray 1px solid;
	padding-right: 0px;
	border-top: darkgray 1px solid;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: darkgray 1px solid;
	color: dimgray;
	padding-top: 0px;
	border-bottom: darkgray 1px solid;
	text-align:left;
}



TABLE
{
	font-size: 8pt;
	font-family:Arial;
	text-align: left;
}


OPTION
{
	font-size: 8pt;
	background-color: whitesmoke;
}
BUTTON
{
	font-size: 9pt;
	text-align: left;
}
LISTING
{
}
A:active
{
	font-size: 8pt;
	vertical-align: middle;
	cursor: hand;
	color: #0099ff;
	font-family: Arial;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
}
A:visited
{
	font-size: 8pt;
	vertical-align: middle;
	cursor: hand;
	color: #0099ff;
	font-family: Arial;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
}
A:link
{
	font-size: 8pt;
	vertical-align: middle;
	cursor: hand;
	color: #0099ff;
	font-family: Arial;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	
}
A:hover
{
	font-size: 8pt;
	vertical-align: middle;
	cursor: hand;
	color: #FF9900;
	font-family: Arial;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
}

LABEL
{
	font-size: 9pt;
	color: dimgray;
}

/* text style for the unselected tabs */
.Hoverblue A
{
	font-weight: normal;
	color: #999999;


}

/* hyperlink styles of the unselected tabs */
.Hoverblue A:hover
{
	color: #0099FF;
	text-decoration: underline;
}

/* text style for the unselected tabs */
.Hoverred A
{
	font-weight: normal;
	color: #999999;
	
}

/* hyperlink styles of the unselected tabs */
.Hoverred A:hover
{
	color: #ff0000;
	text-decoration: underline;

}

/* text style for the unselected tabs */
.Hovergreen A
{
	font-weight: normal;
	color: #999999;
	
}

/* hyperlink styles of the unselected tabs */
.Hovergreen A:hover
{
	color: #66CC66;
	text-decoration: underline;
}


.Hoveryellow A
{
	font-weight: normal;
	color: #999999;

}

/* hyperlink styles of the unselected tabs */
.Hoveryellow A:hover
{
	color: #ffcc00;
	text-decoration: underline;
}

.Hoverorange A
{
	font-weight: bold;
	font-family:Arial;
	color: #ff6600;
	font-size:10px;
	text-decoration:underline;
	
}

/* hyperlink styles of the unselected tabs */
.Hoverorange A:hover
{
	font-weight: bold;
	font-family:Arial;
	color:#0066FF;
	font-size:10px;
	text-decoration:underline;
}

.Hoverorange A:visited
{
	font-weight: bold;
	font-family:Arial;
	color:#0066FF;
	font-size:10px;
	text-decoration:underline;
}

.Hoverwhite A
{
	font-weight: normal;
	color: #FFFFFF;


	
}

/* hyperlink styles of the unselected tabs */
.Hoverwhite A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.Hoverwhite A:visited 
{
	color: #FFFFFF;

}
.Hoverblack A
{
	font-weight: bold;
	color: #000000;
	font-family=verdana;
	border-right: darkgray 1px solid;
	padding-right: 0px;
	border-top: darkgray 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: darkgray 0px solid;
	padding-top: 0px;
	border-bottom: darkgray 1px solid;

	
}

/* hyperlink styles of the unselected tabs */
.Hoverblack A:hover
{
	color: #333333;
	font-family=verdana;
	border-right: Orange 1px solid;
	padding-right: 0px;
	border-top: Orange 1px solid;
	padding-top: 0px;
	border-left: Orange 1px solid;
	padding-left: 0px;
	border-bottom: Orange 1px solid;
	padding-bottom: 0px;
}
.Hoverblack A:visited
{
	font-weight: bold;
	color: #000000;
	font-family=verdana;
	border-right: darkgray 1px solid;
	padding-right: 0px;
	border-top: darkgray 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: darkgray 1px solid;
	padding-top: 0px;
	border-bottom: darkgray 1px solid;
}       

.TDBorderBottom
{
border-bottom:#CC3300 solid 1px;
}