/* CSS Document */

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height:16px;
}

.copy a:hover {
text-decoration:none;
}


.btn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.btn a {
text-decoration: none;
}

.btn:hover {
	text-decoration: underline;
}
.btn:active {
	position: relative;
	top: 1px;
}

.btn a {
text-decoration: none;
}


/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}


.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#c32228;
}
.fromrates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
}
.fromrates a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration:underline;
}
.fromrates a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c32228;
	text-decoration:none;
}
.fromrates a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#GCHBody {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 440px;
	width: 740px;
}
.text {
	width: 400px;
	position: absolute;
	left: 30px;
	top: 113px;
	height: 107px;
}
.main {
	width: 479px;
	position: absolute;
	left: 30px;
	top: 32px;
	height: 20px;
}
.west {
	width: 150px;
	position: absolute;
	left: 22px;
	top: 415px;
}
.ont {
	width: 155px;
	position: absolute;
	left: 204px;
	top: 398px;
}
.que {
	width: 152px;
	position: absolute;
	left: 385px;
	top: 420px;
}
.atl {
	width: 151px;
	position: absolute;
	left: 562px;
	top: 408px;
}
/* TABLES ********************************************************************/

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4F76A3;
	width: 750px;
	font-size: 14px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 750px;
	font-size: 14px;
	background-color:#4F76A3;
	padding-left: 4px;
}
#mytable p {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	width: 750px;
	font-size: 12px;
}
#mytable a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #718ABE;
	text-decoration: none;
}
#mytable a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #718ABE;
	text-decoration: none;
}
#mytable a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #718ABE;
	text-decoration: underline !important;
}
#mytable a.rate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #666;
	text-decoration: none;
	float:right;
	display:block;
	width:75px;
	background:#ff3333;
	border:1px solid #ccc;
	padding:6px;
	text-align:center;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
}
#mytable a.rate:visited {
	color: #666;
	text-decoration: none;
	float:right;
	display:block;
	width:75px;
	background:#eee;
	border:1px solid #ccc;
	text-align:center;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
}
#mytable a.rate:hover {
	color: #fff;
	text-decoration: none;
	float:right;
	display:block;
	width:75px;
	background:#000;
	border:1px solid #ccc;
	text-align:center;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
}
#mytable, #mytable th, #mytable td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	width: 360px;
}
#mytable caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}
#mytable td, #mytable th {
	padding: 4px;
}
#mytable thead th {
	text-align: left;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 14px !important;
}
#mytable tbody th {
	font-weight: bold;
	text-align:center;
}
#mytable tbody tr {
	background: #FCFDFE;
}
#mytable tbody td {
	font-size: 12px !important;
	padding-left: 6px;
}
#mytable tbody tr.odd {
	background: #F7F9FC;
}
#mytable tfoot th, tfoot td {
	font-size: 12px;
	text-align:left;
	padding-left: 6px;
}
.headings {
	color:#FF6600;
	font-weight: bold;
}
.terms {
	font-size: 10px;
}
.stars {
	float:right;
	padding-top: 3px;
}

