.main_text {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
body {
	margin: 0px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.full_border {
	border: 1px solid #E6E6E6;
}
.calender {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.fnt_admin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.bordurd {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
}
.orngback {
	background-image: url(images/ornggrad.jpg);
}
.bluegrad {
	background-image: url(images/gradlightblue.jpg);
}
.borddotedrt {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3F3F3;
}
.fntlftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004891;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #738188;
	font-weight: normal;
}
.biglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #314d8c;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #314d8c;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #314d8c;
}
.linbot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.quickquotehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.bordr_full2 {
	border: 1px solid #F0F0F0;
}
.nav_rt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.border_bot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bord_l_t_r {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-left-color: #E6E6E6;
	border-right-color: #E6E6E6;
}
.nav_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	font-weight: bold;
	color: #000066;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.border_rt_nav_full {
	border-top: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px none #999999;
	border-left: 1px solid #c4c4c4;
}
.getstarted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #314d8c;
}
.bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #314d8c;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.adminfnt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.getstarted1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.getstarted2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}
.bord_tlb {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
.bord_trb {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.btm_foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #559427;
}

table.ccTable
{
	width:350px;
	border-collapse:collapse;
	border-bottom:15px solid white;
}

table.ccTable td
{
/* Style applied to every cell in the ccTable */
	padding: 3px 10px;
}

tr.ccGroupHeader
{
/*Style applies to whole header line */
	background-color:#99CCFF;
	font-weight:bold;
	text-align:center;
}

tr.ccGroupHeader td.ccHud
{
/*Style applies to hud column of header */
}

tr.ccGroupHeader td.ccDesc
{
/*Style applies to description column of header */
	text-align:center;
	width:100%
}

tr.ccGroupHeader td.ccCost
{
	text-align:center;
	width:50px;
/*Style applies to cost column of header */
}

tr.ccRow td.ccHud
{
	border-bottom:1px solid gray;
}

tr.ccRow td.ccDesc
{
	border-bottom:1px solid gray;
}

tr.ccRow td.ccCost
{
	border-bottom:1px solid gray;
	text-align:right;
	font-weight: bold;
}

tr.ccFooter
{
}

tr.ccFooter td.ccDesc
{
	text-align: right;
	font-weight: bold;
}

tr.ccFooter td.ccCost
{
	text-align:right;
	color:green;
	font-weight: bold;
}

.ld
{
	display:none;
}

table.ratetable td
{
	border:solid 1px;
	border-color:#FFFFFF;
	padding:5px;
	border-collapse:collapse;
}

table.ratetable .Group
{
	text-align:center;
	background-color: #DDE0E3;
	color:#000000;
}

table.ratetable
{
	border:solid 1px;
	background-color: #f5f5f5;
	border-color:#FFFFFF;
	border-collapse:collapse;
	width:540px; 
	margin-bottom:5px;
	margin-left:1px;
}

table.ratetable tr.rtHeader
{
	font-weight:bold;
	text-align:center;
	background-color: #DDE0E3;
	color:#000000;
}

table.ratetable tr.rtHeader th.rate
{
}

table.ratetable tr.rtHeader th.points
{
}

table.ratetable tr.rtHeader th.apr
{
}

table.ratetable tr.rtHeader th.cc
{
}

table.ratetable tr.rtHeader th.ld
{
}

table.ratetable tr.rtHeader th.apply
{
}

table.ratetable tr.rtRow
{
}

table.ratetable tr.rtRow td.rate
{
	text-align:right;
}

table.ratetable tr.rtRow td.points
{
	text-align:right;
}

table.ratetable tr.rtRow td.apr
{
	text-align:right;
}

table.ratetable tr.rtRow td.loanamount
{
	text-align:right;
}

table.ratetable tr.rtRow td.payment
{
	text-align:right;
}

table.ratetable tr.rtRow td.cc
{
	text-align:center;
}

table.ratetable tr.rtRow td.ld
{
	text-align:center;
}

table.ratetable tr.rtRow td.apply
{
}
table.ratesummary td{padding:6px;}.bord_l_r {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
.smfnt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
