/* CSS Document */


P, OL, UL, A, H1, H2, H3, H4, H5, H6 {
  font-family: "Times New Roman", Times, serif;
  }

P, OL, UL, A {
  font-size: 16px;
  }

P {
  text-align: justify;
  }

H1 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px dashed #85C7E5;
  color: #007FC7;
  padding-bottom: 5px;

  }

H2 {
  font-size: 22px;
  font-weight: bold;
  color: #007FC7;
  }

H3 {
  font-size: 20px;
  font-weight: bold;
  color: #007FC7;
  }
  
H4 {
  font-size: 18px;
  font-weight: bold;
  color: #007FC7;
  }

H5 {
  font-size: 16px;
  font-weight: bold;
  color: #007FC7;
  }
  
H6 {
  font-size: 14px;
  font-weight: bold;
  color: #007FC7;
  }

TABLE.nav A, TABLE.nav P, TABLE.nav A:hover, TABLE.nav P:hover {
  font-weight: bold;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  /*line-height: 22px;*/
  width: 147px;
  margin: 0px;
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: url(../images/bg_off.gif);
  background-repeat: no-repeat;
  }

TABLE.nav A:hover, TABLE.nav P:hover {
  background-image: url(../images/bg_hover.gif);
  background-repeat: no-repeat;
  width: 147px;
  /*height: 22px;*/
  color: #C96419;
  }
  


TABLE.nav A:active {
  color: #FFFFFF;
  }

 /*------nav child links-----------*/
 
TABLE.nav P.child, TABLE.nav P.child A {
  font-weight: normal;
  letter-spacing: 0.00em;
  text-decoration: none;
  border: none;
  color: #000000;
  font-size: 12px;
  width: 147px;
  /*margin: 0px;*/
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: url(../images/bg_off.gif);
  background-repeat: no-repeat;
  background-position: 0px;
  text-align: left;
  }

/*TABLE.nav P.child, TABLE.nav P.child A:secondline {
  padding-left: 4px;
  }*/

TABLE.nav P.child:hover, TABLE.nav P.child A:hover {
  background-image: url(../images/bg_off.gif);
  background-repeat: no-repeat;
  background-position: 0px;
  width: 147px;
  /*height: 22px;*/
  color: #FFFFFF;
  }
  
TABLE.nav P.child A, TABLE.nav P.child A:hover {
  background-image: none;
  }

/*TABLE.nav A:active {
  color: #FFFFFF;
  }*/

/*---------- end child links -----*/


TABLE.nav TD.navfooter {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 4px;
  }

P.footer, P.footer A {
  color: #007FC7;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  line-height: 18px;
  margin-top: 5px;
  padding-bottom: 0px;
  }

P.footer A {
  border-bottom: 1px solid #B9DEEF;
  }

P.footer A:hover {
  color: #C96419;
  border-bottom: 1px solid #000000;
  }
  
DIV.rightsign A {
  color: #FFFFFF;
  text-decoration: none;
  }

DIV.rightsign A:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  }

TABLE.content A {
  color: #007FC7;
  text-decoration: none;
  border-bottom: 1px solid #B9DEEF;
  letter-spacing: 0.02em;
  }

TABLE.content A:hover {
  color: #C96419;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  }

TABLE.content A:active {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #007FC7;
  }