﻿body 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 75%;
    color: #ffffff;
}

object, a, input
{
    outline: none;
}

a img
{
    border: none;
}

h1 
{
    font-size: 2.8em;
    line-height: 1.4em;
    margin: 0px 0px 15px;
    font-weight: bold;
}

h2 
{
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 0px 0px 15px;
    font-weight: bold;
}

h3 
{
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0px 0px 15px;
    font-weight: normal;
}

p
{
    line-height: 1.4em;
    margin: 0px 0px 15px;
}

a
{
    color: #0b5a75;
    text-decoration: none;
}

.bold
{
    font-weight: bold;
}

.blue
{
    color: #0b5a75;
}

.line
{
    border: none;
    border-top: solid 1px #42bce4;
    margin: 20px 0;
}

div.footer_container p
{
    font-size: 0.9em;
    margin: 0px 0px 10px;
}

a.button_link
{
    padding: 9px 19px;
    /*background: #ffffff;*/
    background: #12a1d7;
    border: solid 1px #42bce4;
    display: block;
    margin: 0px 0px 4px;
}

a.button_link .leading_text
{
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1em;
    /*color: #16acdd;*/
    color: #0b5a75;
    display: block;
}

a.button_link .main_text
{
    font-weight: bold;
    font-size: 2em;
    line-height: 1em;
    /*letter-spacing: -0.05em;
    text-transform: uppercase;*/
    color: #ffffff;
    display: block;
}

a.button_link:hover
{
    background: #0b5a75;
}

a.button_link:hover .leading_text
{
    color: #16acdd;
}

table.data
{
    border-collapse: collapse;
    width: 100%;
}

table.data th
{
    background: #0b5a75;
    font-size: 1.2em;
    padding: 10px;
}

table.data td
{
    padding: 10px;
}

table.data td.alt
{
    background: #12a1d7;
}

table.form
{
    border-collapse: collapse;
}

table.form th
{
    border: none;
    padding: 10px 10px 12px 0px;
    text-align: left;
    vertical-align: top;
}

table.form td
{
    border: none;
    padding: 0px 0px 2px;
    vertical-align: top;
}

table.form td.spacer
{
    height: 8px;
    overflow: hidden;
}

input.text, textarea, select
{
    background: #12a1d7;
    border: solid 1px #42bce4;
    color: #ffffff;
    font-weight: bold;
    padding: 9px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
}

input.text-required,
textarea.required,
select.required
{
    background: #ffffff;
    border: solid 1px #42bce4;
    color: #12a1d7;
    font-weight: bold;
    padding: 9px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
}

input.button
{
    background: #0b5a75;
    border: none;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border: solid 3px #42BCE4;
}

.check input
{
    margin: 0px 10px 0px 0px;
    border: solid 1px #12a1d7;
}

label
{
    font-weight: bold;
}

a.content_button_link
{
    padding: 10px 0 10px 15px;
    background: #fff;
    display: block;
    margin: 0px 0px 4px;
}

a.content_button_link .content_leading_text
{
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1em;
    color: #16acdd;
    display: block;
}

a.content_button_link .content_main_text
{
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1em;
    text-transform: uppercase;
    color: #0b5a75;
    display: block;
}

a.content_button_link:hover
{
    background: #0b5a75;
}

a.content_button_link:hover .content_leading_text
{
    color: #16acdd;
}

a.content_button_link:hover .content_main_text
{
    color: #fff;
}

.rhc_box_container
{
    background: #fff;
    padding: 10px 15px;
    border-bottom: solid 1px #b9e6f5;
}

.rhc_box_container p
{
    margin: 0;
}

.rhc_box_container a,
.rhc_box_container a:link,
.rhc_box_container a:visited
{
    color: #0b5a75;
    font-weight: bold;
}