.nav{
  font-family: times;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  color: #452200;
}
.nav a:link{
  font-family: times;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  color: #452200;
  text-decoration: none;
}
.nav a:active{
  font-family: times;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  color: #452200;
  text-decoration: none;
}
.nav a:visited{
  font-family: times;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  color: #452200;
  text-decoration: none;
}
.nav a:hover{
  font-family: times;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  color: #452200;
  text-decoration: none;
}


.normal{
  font-family: verdana;
  font-size: 10pt;
  color: #696969;
  text-align: justify;
}
.normal a:link{
  font-family: verdana;
  font-size: 10pt;
  color: #cf0000;
  text-decoration: none;
}
.normal a:active{
  font-family: verdana;
  font-size: 10pt;
  color: #cf0000;
  text-decoration: none;
}
.normal a:visited{
  font-family: verdana;
  font-size: 10pt;
  color: #cf0000;
  text-decoration: none;
}
.normal a:hover{
  font-family: verdana;
  font-size: 10pt;
  color: #cf0000;
  text-decoration: underline;
}


.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;
}


.blockType{
  font-family: times;
  font-size: 12pt;
  font-weight: bold;
  color: #452200;
  padding-top: 5px;
}

.blockDescription{
  font-family: verdana;
  font-size: 10pt;
  color: #696969;
  text-align: justify;
  padding-top: 7px;
}


.paints{
  font-family: times;
  font-size: 12pt;
  font-weight: bold;
  color: #452200;
  padding-left: 12px;
}

