.bodytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.bodytext-bold {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	font-weight: bold;

}
.bodytext-blue {

	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
}
.bodytext-small {

	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}
.field-input {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	background-color: #DFEAF4;
	border: 1px solid #006699;
}
.border {
	border: 1px solid #999999;
}
.field-button {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003366;
	border: 1px double #000000;
}
a.links:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;

}
a.links:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #000033;
	text-decoration: none;
}
a.links:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #993300;
	text-decoration: none;
}
a.links:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}.border-top-down {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.bodytext-bold-caps {
	font-family: Tahoma;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;

}
.border-dark {

	border: 1px solid #333333;
}
