.text {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
.header-orange {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
a.header-orange:hover {
	text-decoration:none;
}
.text-white {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.header-table {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
body {
	background-image: url(../images/bg.gif);
}
.text-orange {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.input {
	font-family: verdana;
	font-size: 10px;
	color: #003366;
}
.input-required {
	font-family: verdana;
	font-size: 10px;
	color: #003366;
	background-color: #FFFF66;
}
.button {
	font-family: verdana;
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
}
.table-bottom {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a.menu:link {
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;
}
a.menu:visited {
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;
}
a.menu:active {
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;
}.table-border {
	border: 1px solid #333333;
}
.table-border-drawings {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 3px solid #999999;
}
.text-nounderline {
	text-decoration: none;
}
.layerA {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	position: static;
}