body {
  margin:0;
}

body, table, td, tr, p, span {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 10pt;
}

table.footer {
  border-bottom: 1px solid #004B8E;
  border-top: 1px solid #004B8E;
}

table.logo {
  border-bottom: 1px solid #004B8E;
}

td.left {
  border-right: 1px dotted #004B8E;
  border-left: 1px dotted #004B8E;

}

.error {
    color: #BC0A0A;
    font-weight: bold;
    font-size: 10pt;
}

.info {
    color: #BC0A0A;
    font-weight: bold;
    font-size: 10pt;
}

.submit { 
  height:20px;
  font-size:10pt;
  background:#F3F8FC;
  color:#000000;
  border-left: 1px solid #1C55AA;
  border-bottom: 1px solid #1C55AA;
  border-right: 1px solid #1C55AA;
  border-top: 1px solid #1C55AA;
}

.docsbutton {
  border-right: #555555 1px solid; 
  border-left: #555555 1px solid;
  border-top: #555555 1px solid;
  border-bottom: #555555 1px solid;
  font-family: Verdana, Arial, Helvetica, sans-sarif;
  font-weight: bold;
  font-size: 8pt;
  background-color:#EBF1FC;
  margin: 1px 1px 1px 1px;

}

form {
  margin: 0 0 0 0;
}

.adminbutton {
  border-right: #555555 1px solid; 
  border-left: #555555 1px solid;
  border-top: #555555 1px solid;
  border-bottom: #555555 1px solid;
  font-family: Verdana, Arial, Helvetica, sans-sarif;
  font-weight: bold;
  font-size: 8pt;
  background-color:#EBF1FC;
  margin: 1px 1px 1px 1px;
}


.submitbutton {
  border-right: #555555 1px solid; 
  border-left: #555555 1px solid;
  border-top: #555555 1px solid;
  border-bottom: #555555 1px solid;
  width:30px;
  height:20px;
  font-size: 9pt;
  background-color:#EBF1FC;
}


.button { 
  font-size:10pt;
  background:#F3F8FC;
  color:#000000;
  border-left: 1px solid #154374;
  border-bottom: 1px solid #154374;
  border-right: 1px solid #154374;
  border-top: 1px solid #154374;
}

a:link { color:#0059AA; text-decoration:underline; }
a:visited { color:#508DC5; text-decoration:underline;}  
a:hover { color:#0059AA; text-decoration: underline ;}

.navigation a:link { color:#0059AA; text-decoration: none; }
.navigation a:visited { color:#508DC5; text-decoration:none;}  
.navigation a:hover { color:#0059AA; text-decoration: underline ;}


.noCookie { 
  background:#FFF2F2;
  border-left: 1px solid #BC0A0A;
  border-bottom: 1px solid #BC0A0A;
  border-right: 1px solid #BC0A0A;
  border-top: 1px solid #BC0A0A;
  padding: 4;
}
