.tx-smallest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
	line-height: 11px;
}
.tx-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
a:link {
	color: #305B7E;
	text-decoration: none;
}
a:visited {
	color: #305B7E;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #99CC00;
	text-decoration: underline;
}
.border {
	border: 1px solid #FFFFFF;
}
.tx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.bullets {
	list-style-position: outside;
	list-style-image: url(../graphics/bullet.gif);
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	width: 220px;
	border: 1px solid #999999;
}
.form-error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	width: 220px;
	border: 1px solid #993300;
}
.form-required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	width: 220px;
	border: 1px solid #E89800;
}
.border2 {
	border: 1px solid #FFFFFF;
}
.background {
	background-color: #AFD6F3;
}

