@charset "utf-8";
/* CSS Document */

.button {
	padding: 6px;
	font-weight: bold;
	font-size: 16px;
	border-bottom-width:medium;
	border-color:#000;
	background-color:#FF0
}
.field {	padding: 6px;
	font-size: 16px;
	background-color:#FF0
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}.verdana9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.headline {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 30px;
}
.subhead {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}
.text {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}
.type {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
.subhead_red {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}
p
{ 
text-indent: 40px
}
a:link {
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
a:hover {
	color: #000066;
}
a:active {
	color: #990000;
}
