.border {
	border: 1px solid #86A7BF;
}
.bodytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000033;
}
.bodytext-bold {
	font-family: Tahoma;
	font-size: 11px;
	color: #000033;
	font-weight: bold;

}
.bodytext-gray {

	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.field-input {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #ECF9FF;
	border: 1px solid #003366;
}
.even-row {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #ECF9FF;
	border: 1px solid #003366;
}
.odd-row {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #D5EAFF;
	border: 1px solid #003366;
}
.input-button {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003366;
	border: 1px solid #333333;
}
a.links:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
a.links:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: bold;
}
a.links:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a.links:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #0099CC;
	text-decoration: none;
}
.lower-border {
	border-top: 0px solid #D6EBF3;
	border-right: 0px solid #D6EBF3;
	border-bottom: 1px solid #D6EBF3;
	border-left: 0px solid #D6EBF3;
}
.dark-top-border {
	border-top: 1px solid #86a7bf;
	border-right: 0px solid #86a7bf;
	border-bottom: 0px solid #86a7bf;
	border-left: 0px solid #86a7bf;
}
.shadeform{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background: url(<?=DDIR_IMAGES?>shadeform.gif);
	border: 1px solid #003366;
}
.warning_txt {
	font-family: Verdana;
	font-size: 11px;
	color: red;
	text-decoration: none;
	font-weight: bold;
}