/*body styles*/

body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #fff;
}


TD.black {
  background-color: #fff;
}
TD.red {
  background-color: #CC0000;
}



/* styles*/

TD, .content {
  color: #000;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
}

TD, .title {
  color: #4176D2;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  line-height: 15px;
  font-style: normal;
  font-weight: bold;
}

TD, .kicker {
  color: #fff;
  font-size: 18px;
  font-family: arial, helvetica, sans-serif;
  line-height: 24px;
  font-style: italic;
  font-weight: normal;
}

TD, .headline {
  color: #000;
  font-size: 18px;
  font-family: arial, helvetica, sans-serif;
  line-height: 24px;
  font-style: normal;
  font-weight: bold;
}










/*boxes*/

.inputboxl {
  color: #000000;
  background-color:#FFFFFF;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  border: 1px solid #5494CB;
  width:200px;

  }


.select {
  color: #000000;
  background-color:#FFFFFF;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  border: 1px solid #5494CB;
  }




/*top menu style*/

A:link, A:visited {
  color: #4176D2;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

A:hover, A:active {
  color: #CC0000;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

A.footer:link, A.footer:visited {
  color: #4176D2;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

A.footer:hover, A.footer:active {
  color: #CC0000;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}






a.drop, a.drop:visited, div.drop
{
  display: block;
  width:   104px;
  height:  16px;

  padding: 10px 5px;

  background: #FFFFFF;

  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color:   #979797;
  opacity: .99;
  filter: alpha(opacity=85);
}

a.drop:active, a.drop:hover { 
   border-bottom: none; 
   color: #979797;
   display: block;
   background: #E60000;
   opacity: .99;
	filter: alpha(opacity=85);

   }
   

