﻿body
{
    font-style: italic;
    color: green;
    font-family: Verdana;
}
td
{
    vertical-align: top;
}

.page-header
{
  background-color: white;
    color: navy;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-size: 12px;   
}

.form-intro
{
    background-color:white;
    color: green;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    letter-spacing:normal;  
}




.phone-header
{
  background-color: white;
    color: red;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: 16px; 
}
.form-table
{
    border: solid 1px #00329B;
    background-color: white;
}

.form-header
{
    background-color: #00329B;
    color: white;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    letter-spacing:normal;
}



.form-left
{
    background-color: #00329B;
    color: white;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    font-size: 11px;
}



.form-right
{
    background-color: #CACAFF;
    color: #00329B;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-size: 11px;
}

.form-footer
{
    text-align: center;
    background-color: #CACAFF;
}
.textbox
{
    color: #00329B;
    border-top: solid 1px #000095;
    border-left: solid 1px #000095;
    border-right: solid 1px #9F9FFF;
    border-bottom: solid 1px #9F9FFF;
}

.dropdown
{
    color: #00329B;
    border-top: solid 1px #000095;
    border-left: solid 1px #000095;
    border-right: solid 1px #9F9FFF;
    border-bottom: solid 1px #9F9FFF;
}


.footer {
	font-size:11px;
	text-align:center;
	color:#666666;
}


a {
	font-weight:bold;
}

a:link {
	color:#006bb5;
}

a:visited {
	color:#006bb5;
}

a:hover {
	text-decoration:none;
}

.error
{
	text-decoration: blink;
	color:Red;
}



