a:hover {text-decoration: underline; color: gold;}
a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black;}

div {font-size: 8pt;}

div.listbox {
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: 336699;
	background-color: white;
}
.content {
	font-family: tahoma;
	font-size: 10pt;
	color: 333333;
}
.helpTxt {font-family: tahoma; font-size: 8pt; color: #ffcc66;}
.notes {
	font-family: tahoma;
	font-size: 8pt;
	color: maroon;
}
.title {
	font-family: tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: 86866d;
}
.formtitle {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: 336699;
}
input {
	border: groove silver 1px;
	font-family: Tahoma, arial;
	background: white;
	font-size: 10pt;
	height: 19px;
}
textarea {
	border: groove silver 1px;
	font-family: Tahoma, arial;
	background: white;
	font-size: 10pt;
}
.buttonUx {
	border-right: solid black 1px;
	border-top: solid #59B3FF 1px;
	border-bottom: solid black 1px;
	border-left: solid #59B3FF 1px;
	color: white;
	background-color: 336699;
	width: 20;
	height: 18;
	font-size: 9pt;
	font-family: wingdings;
	cursor: hand;
	}
.buttonHx {
	border-right: solid #59B3FF 1px;
	border-top: solid black 1px;
	border-bottom: solid #59B3FF 1px;
	border-left: solid black 1px;
	color: gold;
	background-color: 336699;
	width: 20;
	height: 18;
	font-size: 9pt;
	font-family: wingdings;
	cursor: hand;
	rem line-height: 1;
}
.buttonU {
	border-right: solid black 1px;
	border-top: solid #77cccc 1px;
	border-bottom: solid black 1px;
	border-left: solid #77cccc 1px;
	color: white;
	background-color: 448888;
	width: 80;
	height: 18;
	font-size: 8pt;
	font-family: Tahoma, arial;
	padding: 1px;
	cursor: hand;
	}
.buttonH {
	border-right: solid #77cccc 1px;
	border-top: solid black 1px;
	border-bottom: solid #77cccc 1px;
	border-left: solid black 1px;
	color: gold;
	background-color: 448888;
	width: 80;
	height: 18;
	font-size: 8pt;
	font-family: Tahoma, arial;
	cursor: hand;
	padding: 1px;
	line-height: 1;
}
.nostyle {border: none;	background: none;}
.select1 {
	color: 555555;
	padding-top: 1px;
	font-family: Tahoma, arial;
	background: white;
	font-size: 10pt;
}
.subtitle{
	color: eeeeee;
	font-weight: bold;
}
em {color: maroon; font-weight: bold; font-style: normal; font-family: verdana; font-size: 10pt;}
