body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: smaller;
   color: #193390;
   background-color: #DFEFFF;
   margin: 0px;
   padding: 0px;
   line-height: 150%;
}

p {
   padding: 0px;
   margin: 0px;
}

a {
   color: #000000;
}

a:visited {
   color: #000000;
}

a:hover {
   text-decoration: none;
}

a img {
   border: 0px;
}

div.hr {
   height: 0px;
   border: 0px;
   border-top: 1px solid #94A5D6;
   margin-top: 15px;
   margin-bottom: 15px;
   clear: both;
}

div.hr_no_margin {
   height: 0px;
   border: 0px;
   border-top: 1px solid #94A5D6;
   margin-top: 3px;
   margin-bottom: 3px;
   clear: both;
}

div.top_text {
   margin: 0px;
   margin-bottom: 15px;
   padding: 0px;
   padding-bottom: 15px;
   border-bottom: 1px solid #94A5D6;
}

div.top_text img {
   padding-left: 15px;
   background-color: #FFFFFF;
}

p.print_mail {
   margin: 0px;
   margin-bottom: 15px;
   padding: 0px;
   text-align: right;
}

div.form {
   padding: 3px;
   background-color: #DFEFFF;
}

table.form {
   background-color: #DFEFFF;
}

table.form td {
   padding: 4px;
   vertical-align: top;
}

table.form td td {
   padding: 0px;
   vertical-align: middle;
}

table#form {
   background-color: #DFEFFF;
   width: 100%;
}

table#form td {
   padding: 4px;
   vertical-align: top;
}

table#form td td {
   padding: 0px;
   vertical-align: middle;
}

.title {
   font-weight: bold;
}

.message {
   color: #FF0000;
}

.mandatory {
   color: #FF0000;
}

.input {
   background-color: #FFFFFF;
   border: 1px solid #94A5D6;
}

input.button
{
/*   border-left: 1px solid #FFFFFF;
   border-top: 1px solid #FFFFFF;
   border-right: 1px solid #444444;
   border-bottom: 1px solid #444444;
   background-color: #E6E6E5;*/
}

table.generic {
   border: 1px solid #193390;
}

table.generic tr.item {
   background-color: #FFFFFF;
}

table.generic tr.alt_item {
   background-color: #DFEFFF;
}

table.generic th {
   font-weight: normal;
   text-align: left;
   color: #FFFFFF;
   background-color: #193390;
   padding-left: 2px;
   padding-right: 2px;
}

table.generic th a {
   color: #FFFFFF;
}

table.generic th.right {
   text-align: right;
}

table.generic td {
   padding: 0px;
   padding-left: 2px;
   padding-right: 2px;
}

table.generic td.right {
   text-align: right;
}

table.generic td.center {
   text-align: center;
}

table.contents {
   width: 100%;
   margin-bottom: 20px;
}

td.menu_pane {
   padding: 20px;
   vertical-align: top;
}

td.contents_pane {
   padding: 20px;
   vertical-align: top;
   background-color: #FFFFFF;
   width: 100%;
}

td.right_pane {
   padding: 20px;
   vertical-align: top;
}

td.right_pane img {
   display: block;
   border: 0px;
   width: 160px;
}

td.bottom_pane {
   vertical-align: bottom;
   text-align: center;
}

td.bottom_pane img {
   vertical-align: bottom;
   margin-top: 13px;
   width: 113px;
   border: 0px;
}

table.section {
   width: 100%;
}

table.section img {
   float: left;
   width: 80px;
   margin-top: 5px;
   margin-right: 15px;
}

div#greenbuttons {
   width: 150px;
   margin-top: 20px;
   text-align: center;
}

div#greenbuttons img {
   display: inline;
   vertical-align: bottom;
   border: 0px;
   margin-top: 10px;
   margin-bottom: 10px;
}

div#divShading {
   display: none;
   opacity: 0.7;
   filter: alpha(opacity=70);
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-color: #000000;
   z-index: 100;
}

div#divPopup {
   display: none;
   border: 1px solid #193390;
   position: absolute;
   background-color: #FFFFFF;
   z-index: 101;
}

div#divPopupHeader {
   background-image: url('../images/gradient.gif');
   background-repeat: repeat-x;
   font-weight: bold;
   padding: 3px;
   padding-left: 5px;
   padding-right: 5px;
}

div#divPopupHeader a {
   color: #193390;
   text-decoration: none;
}

span#spnPopupHeaderLeft {
   float: left;
}

span#spnPopupHeaderRight {
   float: right;
   font-size: large;
}

div#divPopupLoading {
   position: absolute;
   background-color: #FFFFFF;
   background-image: url(../images/wait.gif);
   background-position: center;
   background-repeat: no-repeat;
   cursor: wait;
}

div#divPopupContents {
   overflow: auto;
}

form.get_file {
   padding: 10px;
}

form.get_file div {
   border: 1px solid #193390;
}

form.get_file p {
   clear: both;
   height: 52px;
   margin: 0px;
   padding: 5px;
}

form.get_file p.alt {
   background-color: #DFEFFF;
}

form.get_file img {
   float: left;
   width: 70px;
   height: 50px;
   border: 1px solid #193390;
   margin: 0px;
   margin-right: 5px;
   background-color: #FFFFFF;
   cursor: pointer;
}

form.get_file input {
/*   border-left: 1px solid #FFFFFF;
   border-top: 1px solid #FFFFFF;
   border-right: 1px solid #444444;
   border-bottom: 1px solid #444444;
   background-color: #E6E6E5;*/
}

