/* global */
body {
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
}
img {
  border: 0px;
}
a:link, a:visited {
  color: #ED1C2E;
	text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
h1 {
  margin: 0px; padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #ED1C2E;
	line-height: 18px;
}
h2 {
  margin: 0px; padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #373334;
	line-height: 12px;
}
h2 a:link, h2 a:visited {
  color: #373334;
	text-decoration: none;
}
h2 a:hover, h2 a:focus {
  color: #ED1C2E;
  text-decoration: none;
}
.text-9 {
	font-size: 9px;
	color: #373334;
}
.text-10 {
	font-size: 10px;
	color: #373334;
}
.text-11 {
	font-size: 11px;
	color: #373334;
}
.text-12 {
	font-size: 12px;
	color: #373334;
	font-weight: bold;
}
.red {
  color: #ED1C2E;
}
.blue {
  color: #276ECD;
}
ul.list1 {
	padding: 0px 0px 4px 16px;
	margin: 0px;
}
ul.list1 li {
  padding-bottom: 1px;
	margin: 0px;
}
.login {
  font-size: 10px;
	color: #373334;
	width: 75px;
	height: 18px;
}
.left-bg{
  background: url('../images/leftside.gif') top right no-repeat;
}
.right-bg{
  background: url('../images/rightside.gif') top left no-repeat;
}
/* top nav */
.topnav_row_off {
	font-size: 10px;
	color: #FEE;
	text-decoration:none;
	cursor:pointer;
	padding: 4px 10px 2px 10px;
	display: inline;
	height: 21px;
	white-space: nowrap;
}
.topnav_row_on {
	font-size: 10px;
	color: #fff;
	text-decoration:none;
	cursor:pointer;
	display: inline;
	padding: 4px 10px 2px 10px;
	background: url('../images/subnav_bg.gif') repeat-x;
	height: 21px;
	white-space: nowrap;
}

/* plans */
.plans_frontpage {
	font-size: 9px;
	color: #373334;
	background: url('../images/plans_frontpage_bg.gif') left top no-repeat;
}
.plans_frontpage h2 {
  margin-bottom: 4px;
}
.plans_frontpage div {
  font-size: 11px;
}
.plan2_cell {
	font-size: 9px;
	color: #373334;
	background: url('../images/plan2_bg.gif') left top no-repeat;
	padding: 15px 20px 15px 20px;
	width: 100%;
}
.plan3_cell {
	font-size: 9px;
	color: #373334;
	background: url('../images/plan4_bg.gif') left top no-repeat;
	padding: 12px 12px 0px 12px;
	width: 179px;
}
.plan_custom_cell {
	font-size: 9px;
	color: #373334;
	background: url('../images/plan_custom_bg.gif') left top no-repeat;
	padding: 12px 12px 0px 12px;
	width: 734px;
}
.plan_custom_cell form {
	font-size: 11px;
	color: #373334;
	padding: 0px 12px 0px 12px;
}

.plan_custom_cell table {
	font-size: 11px;
	color: #373334;
}

.plan3_cell h2 {
  margin-bottom: 4px;
}
.plan3_cell2 {
	background: url('../images/plan4_bg2.gif') left bottom no-repeat;
	padding: 5px 12px 12px 12px;
	width: 179px;
}
.plan3_cell2 img {
  margin-top: 4px;
}

/* SIDE NAV */
.sidenav {
	font-size: 11px;
	font-weight: bold;
	padding: 7px 0px 0px 0px;
}
.sidenav td {
  font-size: 11px;
	font-weight: bold;
	color: #ED1C2E;
}
.sidenav a {
  display: block;
	padding: 4px 12px 3px 12px;
	margin: 0px;
}
.sidenav a:link, .sidenav a:visited {
  background: #f3f4f5;
	text-decoration: none;
	color: #373334;
}
.sidenav a:hover, .sidenav a:focus {
  background: #ffffff;
	text-decoration: none;
	color: #373334;
}
a.sidenav2:link, a.sidenav:visited {
  background: #dddedf;
}
a.sidenav2:hover, a.sidenav2:focus {
  background: #f3f4f5;
}
div.header {
	color: #373334;
  padding: 5px 12px 5px 27px;
	background: #dddedf url('../images/reznav_arrow.gif') left no-repeat;
}
div.header a, div.header a:link, div.header a:visited, div.header a:focus, div.header a:hover {
  padding: 0px;
	background-color: #dddedf;
}
.sidenav-border {
  border-bottom: 1px solid #dddedf;
}
/* footer */
.footer {
	color: #373334;
	font-size: 9px;
	line-height: 15px;
}
.footer a:link, .footer a:visited {
	color: #373334;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
  color: #ED1C2E;
	text-decoration: none;
}

/* international rates */
.alphanav td{
  font-size: 12px;
	color: #373334;
	font-weight: bold;
	padding-right: 6px;
}
.rates-header{
  font-size: 12px;
	font-weight: bold;
  color: #FFFFFF;
	padding: 2px;
	background-color: #373334;
	vertical-align: top;
}
.rates{
  font-size: 10px;
	color: #373334;
	vertical-align: top;
	padding: 2px;
}
.odd{
  font-size: 10px;
	color: #373334;
	vertical-align: top;
	padding: 2px;
}
.even{
  font-size: 10px;
	color: #373334;
	background-color: #f3f4f5;
	vertical-align: top;
	padding: 2px;
}

/* sign up pages */
.signup_tab_selected {
  padding: 10px;
	border-top: 2px solid #C8CACD;
	border-bottom: 2px solid #C8CACD;
	border-left: 2px solid #C8CACD;
}
.signup_tab {
  background-color: #EEEFF1;
	padding: 12px 10px 12px 12px;
	border-right: 2px solid #C8CACD;
}
.detailed {
background-color: #F5F5F5;
border-color: #CCCCCC;
border-style: solid;
border-width: 1px;
}

.detailed td {
padding: 5px 5px 5px 5px;
}
