/* CSS Document */


@charset "UTF-8";


body {
      background-color: #0C2D82;
      font-family: Verdana, Century Gothic, Candara, sans-serif;
      font-size: 10pt;
      font-style: normal;
      font-weight: normal;
      color: #FFFFFF;
      text-decoration: none;
      word-spacing: 0;
      line-height: 150%;
      }


div {
     text-align: center;
     } 


table {
       width: 780;
       border-spacing: 0;
       border-collapse: collapse;
       margin: 0;
       margin-left: auto;
       margin-right: auto;
       padding: 0;
       border: 1px solid #FFFFFF;
       background-color: #0C2D82;
       }


table td,
table th {
          margin: 0;
          padding: 0;
          }


h1 {
    font-family: Verdana, Century Gothic, Candara, sans-serif;
    font-size: 16pt;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    margin-left: 12;
    margin-right: 0;
    margin-top: 6;
    margin-bottom: 6;
    word-spacing: 0;
    line-height: 100%;
    }


h2 {
    font-family: Verdana, Century Gothic, Candara, sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    margin-left: 12;
    margin-right: 0;
    margin-top: 6;
    margin-bottom: 6;
    word-spacing: 0;
    line-height: 100%;
    }


h3 {
    font-family: Verdana, Century Gothic, Candara, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 6;
    margin-bottom: 6;
    word-spacing: 0;
    line-height: 100%;
    }


h4 {
    font-family: Verdana, Century Gothic, Candara, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
    text-decoration: underline;
    margin-left: 12;
    margin-right: 0;
    margin-top: 24;
    margin-bottom: 6;
    word-spacing: 0;
    line-height: 100%;
    }


/* center heading 1 */
h1.center {
           font-family: Verdana, Century Gothic, Candara, sans-serif;
           font-size: 16pt;
           font-style: normal;
           font-weight: normal;
           color: #FFFFFF;
           text-align: center;
           text-decoration: none;
           margin-left: 0;
           margin-right: 0;
           margin-top: 6;
           margin-bottom: 6;
           word-spacing: 0;
           line-height: 100%;
           }


/* center heading 2 */
h2.center {
           font-family: Verdana, Century Gothic, Candara, sans-serif;
           font-size: 14pt;
           font-style: normal;
           font-weight: normal;
           color: #FFFFFF;
           text-align: center;
           text-decoration: none;
           margin-left: 0;
           margin-right: 0;
           margin-top: 6;
           margin-bottom: 6;
           word-spacing: 0;
           line-height: 100%;
           }


/* center heading 3 */
h3.center {
           font-family: Verdana, Century Gothic, Candara, sans-serif;
           font-size: 12pt;
           font-style: normal;
           font-weight: bold;
           color: #FFFFFF;
           text-align: center;
           text-decoration: none;
           margin-left: 0;
           margin-right: 0;
           margin-top: 6;
           margin-bottom: 6;
           word-spacing: 0;
           line-height: 100%;
           }


/* center heading 4 */
h4.center {
           font-family: Verdana, Century Gothic, Candara, sans-serif;
           font-size: 12pt;
           font-style: normal;
           font-weight: normal;
           color: #FFFFFF;
           text-align: center;
           text-decoration: underline;
           margin-left: 0;
           margin-right: 0;
           margin-top: 24;
           margin-bottom: 6;
           word-spacing: 0;
           line-height: 100%;
           }


/* links heading 4 */
h4.links {
          font-family: Verdana, Century Gothic, Candara, sans-serif;
          font-size: 12pt;
          font-style: normal;
          font-weight: normal;
          color: #FFFFFF;
          text-align: left;
          text-decoration: underline;
          margin-left: 40;
          margin-right: 0;
          margin-top: 24;
          margin-bottom: 6;
          word-spacing: 0;
          line-height: 100%;
          }


p {
   font-family: Verdana, Century Gothic, Candara, sans-serif;
   font-size: 10pt;
   font-style: normal;
   font-weight: normal;
   color: #FFFFFF;
   text-align: left;
   text-decoration: none;
   margin-left: 12;
   margin-right: 12;
   margin-top: 12;
   margin-bottom: 0;
   word-spacing: 0;
   line-height: 150%; 
   }


/* caption or description display */
p.cap {
       font-family: Verdana, Century Gothic, Candara, sans-serif;
       font-size: 8pt;
       font-style: normal;
       font-weight: normal;
       color: #FFFFFF;
       text-align: left;
       text-decoration: none;
       margin-left: 12;
       margin-right: 0;
       margin-top: 0;
       margin-bottom: 0;
       word-spacing: 0;
       line-height: 125%;
       }


/* centered text */
p.center {
          font-family: Verdana, Century Gothic, Candara, sans-serif;
          font-size: 10pt;
          font-style: normal;
          font-weight: normal;
          color: #FFFFFF;
          text-align: center;
          text-decoration: none;
          margin-left: 12;
          margin-right: 12;
          margin-top: 0;
          margin-bottom: 0;
          word-spacing: 0;
          line-height: 150%;
          }


/* links */
p.links {
         font-family: Verdana, Century Gothic, Candara, sans-serif;
         font-size: 10pt;
         font-style: normal;
         font-weight: normal;
         color: #FFFFFF;
         text-align: left;
         text-decoration: none;
         margin-left: 40;
         margin-right: 40;
         margin-top: 12;
         margin-bottom: 12;
         word-spacing: 0;
         line-height: 150%; 
         }


/* simple link */
p.link {
        font-family: Verdana, Century Gothic, Candara, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
        color: #FFFFFF;
        text-align: left;
        text-decoration: none;
        margin-left: 12;
        margin-right: 12;
        margin-top: 0;
        margin-bottom: 0;
        word-spacing: 0;
        line-height: 150%; 
        }


/* menu items display */
p.menu {
        font-family: Verdana, Century Gothic, Candara, sans-serif;
        font-size: 14pt;
        font-style: normal;
        font-weight: normal;
        color: #FFFFFF;
        text-align: center;
        text-decoration: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        word-spacing: 0;
        line-height: 100%;
        }


/* quotation or indent paragraph display */
p.quote {
         font-family: Verdana, Century Gothic, Candara, sans-serif;
         font-size: 10pt;
         font-style: normal;
         font-weight: normal;
         color: #FFFFFF;
         text-align: left;
         text-decoration: none;
         margin-left: 72;
         margin-right: 72;
         margin-top: 12;
         margin-bottom: 0;
         word-spacing: 0;
         line-height: 150%;
         }


/* submenu items display */
p.sub {
       font-family: Verdana, Century Gothic, Candara, sans-serif;
       font-size: 10pt;
       font-style: normal;
       font-weight: normal;
       color: #FFFFFF;
       text-align: center;
       text-decoration: none;
       margin-left: 12;
       margin-right: 0;
       margin-top: 6;
       margin-bottom: 0;
       word-spacing: 0;
       line-height: 150%;
       }


/* toned down paragraph for table headers and footers */
p.toned {
         font-family: Verdana, Century Gothic, Candara, sans-serif;
         font-size: 10pt;
         font-style: normal;
         font-weight: normal;
         color: #FFFFFF;
         text-align: left;
         text-decoration: none;
         margin-left: 12;
         margin-right: 0;
         margin-top: 0;
         margin-bottom: 0;
         word-spacing: 0;
         line-height: 100%;
         }


li {
    font-family: Verdana, Century Gothic, Candara, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    margin-left: 24;
    margin-right: 24;
    margin-top: 8;
    margin-bottom: 8;
    word-spacing: 0;
    line-height: 150%; 
    }


a:link {
        font-family: Verdana, Century Gothic, Candara, sans-serif;
        font-style: normal;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        }


a:visited {
           font-family: Verdana, Century Gothic, Candara, sans-serif;
           font-style: normal;
           font-weight: bold;
           color: #FFFFFF;
           text-decoration: none;
           }


a:hover {
         font-family: Verdana, Century Gothic, Candara, sans-serif;
         font-style: normal;
         font-weight: normal;
         color: #FFFFFF;
         text-decoration: none;
         }
         

a:active {
          font-family: Verdana, Century Gothic, Candara, sans-serif;
          font-style: normal;
          font-weight: normal;
          color: #FFFFFF;
          text-decoration: none;
          }


a:link.h4links {
                font-family: Verdana, Century Gothic, Candara, sans-serif;
                font-size: 12pt;
                font-style: normal;
                font-weight: normal;
                color: #FFFFFF;
                text-align: left;
                text-decoration: underline;
                line-height: 100%;
                }


a:visited.h4links {
                   font-family: Verdana, Century Gothic, Candara, sans-serif;
                   font-size: 12pt;
                   font-style: normal;
                   font-weight: normal;
                   color: #FFFFFF;
                   text-align: left;
                   text-decoration: underline;
                   line-height: 100%;
                   }


a:hover.h4links {
                 font-family: Verdana, Century Gothic, Candara, sans-serif;
                 font-size: 12pt;
                 font-style: normal;
                 font-weight: bold;
                 color: #FFFFFF;
                 text-align: left;
                 text-decoration: underline;
                 line-height: 100%;
                 }


a:active.h4links {
                  font-family: Verdana, Century Gothic, Candara, sans-serif;
                  font-size: 12pt;
                  font-style: normal;
                  font-weight: normal;
                  color: #FFFFFF;
                  text-align: left;
                  text-decoration: underline;
                  line-height: 100%;
                  }


#contactform {
	background-color: #0C2D82;
	border: 1px solid #FFFFFF;
    border-collapse: collapse;
    border-spacing: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    margin-left: auto; 
    margin-right: auto;
    table-layout: fixed;
    width: 780px;
	}

.absconditus {
	display:none;
}


.ml {
	margin-left: 12px;
	}

.ff {
	font-family: "Lucida Console", "Lucida Sans Typewriter", "Courier New", Courier, Consolas, Monaco, monospace;
	font-size: 10pt;
	margin-left: 12px;
	}
