html, body, td {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
}

A:link{
    text-decoration: none;
    color: #00027f;
}
A:visited{
    text-decoration: none;
    color: #00027f;
}
A:hover{
    text-decoration: underline;
    color: #d3373b;
}


.padded { padding: 10px }

.header_text {  font-size: 11px;
                font-weight: bold;
                color: white;
                padding-left: 10px}

.footer_text {  font-size: 11px;
                font-weight: bold;
                color: white}

.normal_text {  font-size: 11px;
                color: black}
.start_tour {   font-size: 11px;
                color: #00027f}

.bluebox_text { font-size: 11px;
                color: white;
                padding-left: 10px}

.bluebox_heading { font-size: 24px;
                font-weight: bold;
                color: white;
                padding-left: 10px}

.section_heading { font-size: 16px;
                font-weight: bold;
                color: #00027f;}

.section_text {   font-size: 11px;
                color: black}

.section_text_big {  font-size: 16px;
                color: black}

.location_heading { font-size: 16px;
                font-weight: bold;
                color: #00027f}

.location_text {  font-size: 11px;
                color: black}

A.location_text:link{
    text-decoration: none;
    color: #00027f;
}
A.location_text:visited{
    text-decoration: none;
    color: #00027f;
}
A.location_text:hover{
    text-decoration: underline;
    color: #d3373b;
}

.question {      font-size: 11px;
                font-weight: bold;
                color: black}
.answer {        font-size: 11px;
                color: black}

.case_heading { font-size: 16px;
                font-weight: bold;
                font-style: italic;
                color: #00027f}
.case_sub_heading {  font-size: 13px;
                    font-weight: bold;
                    color: #00000;
                    text-decoration: underline}
.case_text { font-size: 11px;
             color: black}

.case_form {   font-size: 13px;
                   color: black}
.case_form_mandatory {   font-size: 13px;
                             color: red}
.missing { color: red;
font-weight: bold;
font-size:13px;}



.news_date {  font-size: 11px;
             color: black}
.news_subject { font-size: 13px;
             color: #00027f;
             font-weight: bold
             }

.news_text { font-size: 11px;
             color: black;}

.error {         font-size: 16px;
                font-weight: bold;
                color: #ff0000}


A.normal_text:link{
    text-decoration: none;
    color: black;
}
A.normal_text:visited{
    text-decoration: none;
    color: black;
}
A.normal_text:hover{
    text-decoration: underline;
    color: black;
}

A.section_text:link{
    text-decoration: none;
    color: black;
}
A.section_text:visited{
    text-decoration: none;
    color: black;
}
A.section_text:hover{
    text-decoration: underline;
    color: black;
}

A.section_text_big:link{
    text-decoration: none;
    color: black;
}
A.section_text_big:visited{
    text-decoration: none;
    color: black;
}
A.section_text_big:hover{
    text-decoration: underline;
    color: black;
}

A.start_tour:link{
    text-decoration: none;
    color: #00027f;
             font-weight: bold
}
A.start_tour:visited{
    text-decoration: none;
    color: #00027f;
             font-weight: bold
}
A.start_tour:hover{
    text-decoration: underline;
    color: #00027f;
             font-weight: bold
}

A.footer_text:link{
    text-decoration: none;
    color: white;
}
A.footer_text:visited{
    text-decoration: none;
    color: white;
}
A.footer_text:hover{
    text-decoration: underline;
    color: #00027f;
}

A.news_subject:link{
    text-decoration: underline;
    color: black;
}
A.news_subject:visited{
    text-decoration: underline;
    color: black;
}
A.news_subject:hover{
    text-decoration: underline;
    color: #00027f;
}

.page_title {
    font-family: arial,helvetica,sans-serif;
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.nav_left {
    color: white;
    font-size: 10px;
}
td.nav_left {
    padding: 3px 0px 3px 5px;
}

.nav_left:link, .nav_left:visited {
    color: white;
    text-decoration: none;
}

td.nav_left:hover {
    background-color: #d3373b;
}
a.nav_left:hover {
    text-decoration: underline;
}

.nav_left:active {
    text-decoration: underline;
    background-color: #d3373b;
}


.direction_text {  font-size: 11px;
                font-weight: bold;
                color: black;}


.big_bold_text {  font-size: 16px;
                font-weight: bold;
                color: #00027f}
A.big_bold_text:link{
    text-decoration: none;
    color: #00027f;
}
A.big_bold_text:visited{
    text-decoration: none;
    color: #00027f;
}
A.big_bold_text:hover{
    text-decoration: underline;
    color: #00027f;
}

.nav_link {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}


#contactButton   {
    border-style: outset;
    border-color: #ff6633;
    background-color: #d3373b;
    text-decoration: none;
    width: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

A.contactButtonText {
    color: white;
    text-decoration: none;
    font: bold 12px Verdana;
    cursor: hand;
}
A.contactButtonText:link{
    text-decoration: none;
    color: white;
}
A.contactButtonText:visited{
    text-decoration: none;
    color: white;
}
A.contactButtonText:hover{
    text-decoration: none;
    color: white;
}
A.contactButtonText:active{
    text-decoration: none;
    color: white;
}

#quoteButton   {
    border-style: outset;
    border-color: #ff6633;
    background-color: #d3373b;
    text-decoration: none;
    width: 105px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

A.quoteButtonText {
    color: white;
    text-decoration: none;
    font: bold 12px Verdana;
    cursor: hand;
}
A.quoteButtonText:link{
    text-decoration: none;
    color: white;
}
A.quoteButtonText:visited{
    text-decoration: none;
    color: white;
}
A.quoteButtonText:hover{
    text-decoration: none;
    color: white;
}
A.quoteButtonText:active{
    text-decoration: none;
    color: white;
}


