/*Styles for AIT*/

body {
   font-style    : normal;
   font-size     : 10pt;
   font-family   : verdana, helvetica, sans-serif;
   margin: 0;
}
h1 /*Green Heading, replace later*/
{
  color           : #FFFFFF;
  background-color: #5e9541;
  font-family     : Verdana, Arial, Helvetica, sans-serif;
  font-size       :14px;
  padding-left    : 10px;
}
h2 {
   font-style    : normal;
   font-size     : 12px;
   font-family   : verdana, helvetica, sans-serif;
   color         : #5d9637; /*Green*/
   font-weight   : normal;
  
}
h3 {
   font-style    : normal;
   font-size     : 12px;
   font-family   : verdana, helveticaa, sans-serif;
   color         : #5d9637; /*Green*/
   font-weight   : bold;
}
h4 {
   font-style    : normal;
   font-size     : 12px;
   font-family   : verdana, helvetica, sans-serif;
   font-weight   : bold;
}
h5 {
   font-style    : normal;
   font-size     : 18px;
   font-family   : verdana, helvetica, sans-serif;
   font-weight   : bold;
}
h6 {
   font-style    : normal;
   font-size     : 18px;
   font-family   : verdana, helvetica, sans-serif;
   font-weight   : bold;
   color         : #5d9637;
}

p.left_margin_text {
   font-family : verdana, helvetica, sans-serif;
   color : #ffffff;
   font-size : 10pt;
   padding-right: 5px;
}
    .normal {
          font-style : normal;
          font-size : 12px;
          font-family : verdana, helvetica, sans-serif;
          padding-left : 0.75cm;
          padding-right : 0.75cm;
          color : #002441;
      }
    .left_td {
          font-style : normal;
          font-size : 12px;
          font-family : verdana, helvetica, sans-serif;
          padding-left : 2.75cm;
          padding-right : 0.2cm;
          color : #fff;
      }
    .small {
          font-style : normal;
          font-size : 10px;
          font-family : verdana, helvetica, sans-serif;
          color : #ffffff;
      }
    a.bodylinks:link, a.bodylinks:visited, a.bodylinks:active {
          font-style : normal;
          font-size : 12px;
          font-family : verdana, helvetica, sans-serif;
          text-decoration : none;
          color : #fb7115;
      }
    a.bodylinks:hover {
          font-style : normal;
          font-size : 12px;
          font-family : verdana, helvetica, sans-serif;
          text-decoration : underline;
          color : #fb7115;
      }
    a.copyright:link, a.copyright:visited, a.copyright:active {
          font-size : 10px;
          font-family : verdana, helvetica, sans-serif;
          text-decoration : none;
          color : #ffffff;
          font-weight : bold;
      }
    a.copyright:hover {
          font-size : 10px;
          font-family : verdana, helvetica, sans-serif;
          text-decoration : underline;
          color : #ffffff;
          font-weight : bold;
      }
td.page_body_border {
   background-color:   #ffffff;
   border-right-color: #002441;
   border-right-style: solid;
   border-right-width: 2px;
   border-left-color: #002441;
   border-left-style:  solid;
   border-left-width:  2px;
   vertical-align:     top;
}

td.left_margin {
   padding-top: 5px; 
   background-color: #002441; 
}
td.page_body {
}
.footer{

       font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-style: normal;
	   font-size: 10px;
	   color: #ffffff;
}

/*White navigation links */
.nav a:link {text-decoration: none; font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; font-weight:bold; color: #ffffff; }
.nav a:active { text-decoration: none; font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; font-weight:bold; color: #ffffff; }
.nav a:visited { text-decoration: none; font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; font-weight:bold; color: #ffffff; }
.nav a:hover { text-decoration: none; font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; font-weight:bold; color: #ffffff; }

/*Green links */
a:link { text-decoration: underline; font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #289728; font-weight: bold; }
a:active { text-decoration: underline; font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #289728; font-weight: bold; }
a:visited { text-decoration: underline; font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #82b04c; font-weight: bold; }
a:hover { text-decoration: underline; font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #82b04c; font-weight: bold;}

