@charset "iso-8859-1";
/* Respect style sheet */

body {background: #006699}
.light {background: #fffae1}

/* text links */
a:link {color: #0000ff;
        text-decoration: none}
a:visited {color: #009933;
           text-decoration: none}
a:hover {color: #21848c;
         text-decoration: underline}

/* header links */

.head a:link {color: #ffffff;
             text-decoration: none}

.head a:visited {color: #ffffff;
                text-decoration: none}

.head a:hover {color: #00ffff;
              text-decoration: none}

/* header selected section links */

.headon a:link {color: #00ffff;
             text-decoration: none}

.headon a:visited {color: #00ffff;
                text-decoration: none}

.headon a:hover {color: #ffffff;
              text-decoration: none}

/* menu column links */

.menus a:link {color: #336699;
              text-decoration: none}

.menus a:visited {color: #000080;
                 text-decoration: none}

.menus a:hover {color: #0000ff;
               text-decoration: none}

th {font-family : Verdana, Helvetica, Arial, sans-serif;
    color: #000080;
    font-weight:700;
    font-size : 12px}

td {font-family : Verdana, Helvetica, Arial, sans-serif;
    color: #000080;
    font-size : 12px}

p {font-family: Verdana, Helvetica, Arial, sans-serif;
   color: #000080;
   font-size: 12px;
   line-height: 16px;
   margin: 0 0 16 15}

.left {margin-left: 0px}

.line {border-bottom: 1px solid #336699;
	   margin: 0 0 16 15}

/* colours */

.red {color: #ff0000}

.white {color: #ffffff}

.black {color: #000000}

/* features */

.feature {color: #0000b0;
          font-size: 11px;
          line-height: 14px;
          margin-left: 5px;
          margin-bottom: 5px}

.featurehead {color: #0000b0;
          font-size: 12px;
          margin-left: 5px;
          font-weight: 700;
          margin-bottom: 5px}

.indent {margin-left: 30px}

.noindent {font-family: Verdana,Arial,Helvetica,sans-serif;
           color: #000080;
           font-size: 12px;
           vertical-align: middle}

ul {font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #000080;
    font-size: 12px;
    line-height: 16px;
    margin-left: 16px;
    padding-left: 16px}
}

/* try this li {list-style-image:url();} */

.halfline {margin-bottom: 1em}

ol {font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #000080;
    font-size: 12px;
    line-height: 16px}

.menuhead {color: #336699;
           font-weight: 700}

.small {font-size: 11px;
        margin-top: -1px}

.footer {color: #000080;
         font-size: 11px;
         line-height: 12px;
         margin: 0 0 0 15px;}

h1 {font-family: Arial,Helvetica,sans-serif;
    color: #0000b0;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 15px}

h2 {font-family: Arial,Helvetica,sans-serif;
    color: #336699;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    margin-left: 15px}


/* this is h2 equivalent for top of page: */

.pagehead {font-family: Arial,Helvetica,sans-serif;
           color: #336699;
           font-size: 14px;
           font-weight: 700;}

.data { font-family: Verdana,Arial,Helvetica,sans-serif;
        color: #000080;
        font-size: 12px;
        vertical-align: top}

.hang {text-indent: -25px;
       margin-left: 40px}

.blk { margin-left: 30px;
       margin-right: 30px}

.floatleft {float: left;
             width: 35%}

.floatright {float: right;
             width: 55%;}

.content {width: 100%;
		  float: left;
          margin: 0 0 16 0}

.hide {display: none;}
