/* CSS Document */

body {
padding: 0;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

.nav { color: #FFFFFF; text-decoration: none; font-weight: bold; }
.nav a:link { color: #FFFFFF; text-decoration: none; font-weight: bold; }
.nav a:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; }
.nav a:active { color: #FFFFFF; text-decoration: none; font-weight: bold; }
.nav a:hover { color: #FFFFFF; text-decoration: underline; font-weight: bold; }

.front_plan_heading { color: #FFFFFF; font-weight: bold; font-size: 12px; }

.front_plan_price {
color: #1a5f97;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
}

h1 {
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
margin-top: 0;
margin-bottom: 2px;
margin-left: 0;
margin-right: 0;
}

.leftbar_header { color: #165ebc; font-weight: bold; font-size: 12px; }
.news_title { font-weight: bold; }

a:link { color: #165ebc; text-decoration: underline; }
a:visited { color: #165ebc; text-decoration: underline; }
a:active { color: #165ebc; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

.plan_page_header { color: #000000; font-size: 16px; font-weight: bold; }
.plan_page_text { color: #000000; }
td.plan_header { color: #FFFFFF; font-weight: bold; background-color: #165ebc; font-size: 12px; }
td.plan_body { background-color: #FAFAFA; color: #000000; text-decoration: none; }
td.plan_body a:link { background-color: #FAFAFA; color: #000000; text-decoration: underline; }
td.plan_body a:visited { background-color: #FAFAFA; color: #000000; text-decoration: underline; }
td.plan_body a:active { background-color: #FAFAFA; color: #000000; text-decoration: underline; }
td.plan_body a:hover { background-color: #FAFAFA; color: #1f749a; text-decoration: underline; }

.support_page_header { color: #165ebc; font-size: 16px; font-weight: bold; }
.support_text { color: #000000; }