@charset "UTF-8";
/* CSS Document */

td {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6ACAF7;
}
.smallcap_label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 7px;
}
td a {
	color: #3F97CB;
	font-size: 14px;
}
td a:hover {
	color: #6ACAF7;
}
.no_blue_rule {
	border-bottom-style: none;
}
#login {
	width: 85px;
	height: 35px;
	border: 0;
	/* [disabled]text-indent: -1000em; */
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/general/submit.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
.right_blue_rule {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #6ACAF7;
}
