#pos1 { position: absolute; top: 200px; left: 400px; overflow: visible; visibility: visible }
.boxblack { margin: 4px; padding: 4px; border: solid 2px #003 }
.boxolive { padding: 4px; border: solid 2px #990 }
.indianred { color: #933; font-size: 100% }
.khaki { color: #660; font-size: 100% }
.left100 { font-size: 100%; margin-left: 100px }
.left50 { font-size: 100%; margin-left: 50px }
.negative { color: white; font-size: 100%; background-color: black }
.orange { color: #f63; font-size: 100% }
h1 {
	color: #066;
	font-weight: bold;
	font-size: 36px;
	font-family: Verdana, "Trebuchet MS", Chicago, Helvetica, Arial;
	padding: 8px;
}
h2 {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	font-family: Verdana, "Trebuchet MS", Chicago, Helvetica, Arial;
	padding: 8px;
}
h3 {
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, "Trebuchet MS", Chicago, Helvetica, Arial;
	padding: 8px;
}
h4 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, "Trebuchet MS", Chicago, Helvetica, Arial;
	font-style: normal;
	padding: 8px;
}
h5 {
	color: #000;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, "Trebuchet MS", Chicago, Helvetica, Arial;
	padding: 8px;
}
h6 {
	color: #000;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, "Trebuchet MS", Chicago, Helvetica, Arial;
	padding: 8px;
}
ol {
	color: #000;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, "Trebuchet MS", Chicago, Helvetica, Arial;
	list-style-type: decimal;
	padding: 8px;
}
p {
	color: #000;
	font-size: 80%;
	line-height: 120%;
	font-family: Verdana, "Trebuchet MS", Chicago, Helvetica, Arial;
	padding: 8px;
}
span { color: #000; font-size: 80%; line-height: 120%; font-family: Verdana, "Trebuchet MS", Chicago, Helvetica, Arial }
ul { color: #000; font-weight: normal; font-size: 11px; font-family: Verdana, "Trebuchet MS", Chicago, Helvetica, Arial; list-style-type: disc }
.orangeBOLD {
	color: #f63;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;

}
a:link {
	font-weight: normal;
	color: #6666FF;
}
a:visited {
	color: #990066;
}
a:hover {
	color: #FF6600;
}
a:active {
	font-weight: normal;
	color: #6666FF;
}
.smaller {
	font-size: 9px;
}
label {
float: left;
display: block;
font-weight:normal;
font-size:12px;
color: #000; 
width: 150px;
margin:2px 8px 2px 0px;
text-align: right;
vertical-align:baseline;
}
.input {
background-color:#FDFBEF;
border: 1px solid #990;
margin:2px;
vertical-align:baseline;
}

