a:link{
  text-decoration: none;
  color: white;
}

a:visited{
  text-decoration: none;
  color: white;
}

a:hover{
  text-decoration: underline;
  color: yellow;
}

a.nav:link{
  text-decoration: none;
  color: #4D2B00;
}

a.nav:visited{
  text-decoration: none;
  color: #4D2B00;
}

a.nav:hover{
  text-decoration: underline;
  color: #CC6633;
}

.navbar{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
}

.sidebar{
  background-image: url(/images/blue/sidebar_bg.gif);
  color: white;
}

.chart{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

h2{
  font-size: 22px;
  color: #4D2B00;
  padding-left: 10px;
  padding-top: 20px;
}

h3{
  color:  #4D2B00;
  padding-top: 10px;
}

div{
  padding-left:7px;
  font-color: white;
  line-height: 20px;
}

body{
  background-color: #ede2d5;
  margin-top: 5px;
}

table{
  background-color: white; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.label{
  font-size: 12px;
  color: blue;
  padding-top: 5px;
}

.title{
  font-size: 18px;
  font-weight: 600;
  color:  #4D2B00;
  padding-left: 10px;
  padding-top: 2px;
}

.title1{
  font-size: 18px;
  font-weight: 600;
  color:  #4D2B00;
}

.title2{
  font-size: 20px;
  font-weight: 600;
  color:  #E3347D;
}

.subtitle{
  font-size: 16px;
  font-weight: 600;
  color:  #E3347D;
  padding-top: 20px;
  padding-left: 10px;
}

.description{
  line-height: 18px;
  padding-left: 20px;
  padding-top: 10px;
}

.description2{
  line-height: 18px;
  padding-left: 20px;
  padding-top: 20px;
}
.disc{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color:  #000000;
}

a.sbtl:link{
  text-decoration: underline;
  line-height: 24px;
  color: blue;
}

a.sbtl:visited{
  text-decoration: underline;
  line-height: 24px;
  color: blue;
}

a.sbtl:hover{
  text-decoration: underline;
  line-height: 24px;
  color: red;
}

select{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
