.maintext {
	font-family: "Trebuchet MS", Arial;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
.header {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #E31836;
}
.splitline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.bottomline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

.bigheader {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}
.searchbox {
	font-family: "Trebuchet MS";
	height: 25px;
	width: 125px;
	text-align: center;
	background-position: center;
}
.dropdown {
	font-family: "Trebuchet MS";
	height: 25px;
	width: 150px;
}
.picborder {
	border: 1px solid #C0C0C0;
}
