.border {
	border: 1px dotted #3399CC;
}
.bodytext-lt-gray {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}
.bodytext-gray-small {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.bodytext-bold-titles {
	font-family: Tahoma;
	font-size: 11px;
	color: #009933;
	font-weight: bold;
	text-transform: uppercase;

}
.bodytext-bold-titles-blue {

	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;
}
.bodytext-gray-10 {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	font-weight: bold;

}
.field-input {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	background-color: #FFFFFF;
	border: 1px solid #003366;
}
.field-button {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003366;
	border: 1px solid #000000;
}

a.bluebright-link:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #000033;
	text-decoration: none;

}
a.bluebright-link:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}
a.bluebright-link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC3300;
	text-decoration: underline;
}
a.bluebright-link:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a.links-on-blue:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
a.links-on-blue:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
a.links-on-blue:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}
a.links-on-blue:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
}
.border-gray {
	border: 1px solid #333333;
}
.dotted-border-bottom {
	border-top-width: 0px;
	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: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
.border-lt-gray {

	border: 1px solid #CCCCCC;
}
