@charset "utf-8";

#ratesTable {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
a.rates,  a.rates:link {
  color: #106CB7 !important;
  text-decoration: underline !important;
  font-size: 12px;
}
/* Sets the style for visited links. */
a.rates:visited {
  color: #106CB7 !important;
  text-decoration: underline !important;
  font-size: 12px;
}
/* Sets the style for links on mouseover. */
a.rates:hover {
  color: #999 !important;
  text-decoration: underline !important;
  font-size: 12px;
}
/* Sets the style for a link that has focus. */
a.rates:focus {
  color: #106CB7 !important;
  text-decoration: underline !important;
  font-size: 12px;
}
/* Sets the style for a link that is being activated/clicked. */
a.rates:active {
  color: #106CB7 !important;
  text-decoration: underline !important;
  font-size: 12px;
}
table {
border-collapse:collapse;
}
table, th, td {
	border: solid 1px #CCC;
}
.floatRight {
	float: right;
	margin:5px 0 5px 5px;
	padding:15px 5px 0 0;
}
.AccessAmerica {
	padding-top:15px;
}
.ratesSmall {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}
.ratesSmallBlue {
	color: #106CB7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}
.ratesPrice {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
}
.ratesLargeBlue {
	color: #106CB7;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3px;
}
a.ratesLargeBlue, a.ratesLargeBlue:link {
	color: #106CB7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	margin-bottom: 3px;
	text-decoration: underline;
}

a.ratesLargeBlue:hover {
  color:#999;
  font-size: 18px;
  text-decoration: underline;
}
a.ratesLargeBlue:focus {
  color: #106CB7;
}
a.ratesLargeBlue:active {
  color: #106CB7;
}
.ratesNoBorder {
	border: none;
}
.ratesHeadings {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	text-align:center;
	border-color: #999;
}

