.footer{
  font-family: verdana;
  font-size: 8pt;
  color: #999999;
  text-decoration: none;
  text-align: center;
}
.footer a:link{
  font-family: verdana;
  font-size: 8pt;
  color: #999999;
  text-decoration: none;
  font-weight:bold;
}
.footer a:visited{
  font-family: verdana;
  font-size: 8pt;
  color: #999999;
  text-decoration: none;
  font-weight:bold;
}
.footer a:active{
  font-family: verdana;
  font-size: 8pt;
  color: #999999;
  text-decoration: none;
  font-weight:bold;
}
.footer a:hover{
  font-family: verdana;
  font-size: 8pt;
  color: #999999;
  text-decoration: underline;
  font-weight:bold;
}

.nav{
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  color: #452200;
  text-decoration: none;
}
.nav a:link{
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  color: #452200;
  text-decoration: none;
}
.nav a:active{
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  color: #452200;
  text-decoration: none;
}
.nav a:visited{
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  color: #452200;
  text-decoration: none;
}
.nav a:hover{
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  color: #CC3300;
  text-decoration: none;
}


.normal{
  font-family: Arial;
  font-size: 10pt;
  color: #696969;
  text-align: justify;
}

.normal-header
{
  font-family: Arial;
  font-size: 14pt;
  color: #CC3300;
  text-align: justify;
  /*background-image:url('images/small-corner.jpg');*/
  background-position:left;
  background-repeat:no-repeat;
  height:30px;
  vertical-align:middle;
  padding-top:8px;
  padding-bottom:4px;
  padding-left:8px;

 
}

.normal-body
{
 font-family: Arial;
  font-size: 10pt;
  color: #003366;
  text-align: justify;
  padding:8px;
  border:solid 1px #003366;
  background-color:White;
  line-height:20px;
  
}

.normal-body-inside
{
  padding:8px;
  font-family: Arial;
  font-size: 10pt;
  color: #003366;

  vertical-align:top;
  background-color:White;

  
}

.top-info
{
 font-family:Times New Roman;
 font-size:16px;
 font-style:italic;
 color:White; 
 padding:2px;
 text-align:right;
  
}