body {
  font-family: Arial, Helvetica, Verdana, Times New Roman, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-variant: normal;
  text-decoration: none;
}
  
h1 {
  font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-decoration: none;
  display: inline;
}
h2 {
  font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #CDCDCD;
  display: inline;
}
h3 {
  font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  display: inline;
}
h4 {
  font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  display: inline;
}

.headername {
  font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #F0F0F0;
}

.headertag {
  font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #F0F0F0;
}

.welcomemsg {
  font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #FFFFFF;
}

.specialsearch a {
  font-family: Verdana, Arial, Times New Roman, Helvetica, sans-serif;
  font-size: 18px;
  display: block;
  text-indent: 3px;
  font-weight: bold;
  border-style: solid;
  text-decoration: none;
  background-color: #3443A0;
  color: #CDCDCD;
  height:50px;
}

.specialsearch a:hover {
  font-size: 18px;
  display: block;
  text-indent: 3px;
  font-weight: bold;
  border-style: solid;
  text-decoration: none;
  background-color: #010C4C;
  color: #FFFFFF;
  height:50px;
}

.speciallink {
  font-weight: bold;
  font-family: Times New Roman, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-decoration: none;
  background-color: #010C4C;
  color: #FFFFFF;
  width: 195px;
}
.speciallink a {
  text-decoration: none;
  background-color: #010C4C;
  color: #FFFFFF;
}
.speciallink a:hover {
  background-color: #F8FBBD;
  color: #000000;
}

.buttonscss {
  position: absolute;
  visibility: hidden;
  border: 1px solid gray;
  border-bottom: 1px solid gray;
  font: normal 12px Verdana;
  line-height: 18px;
  z-index: 100;
  background-color: #010C4C;
  width: 195px;
  text-decoration: none;
}

.buttonscss a {
  color: #FFFFFF;
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid gray;
  padding: 1px 0;
  font-weight: bold;
  text-indent: 5px;
  text-decoration: none 
}

.buttonscss a:hover { /*hover background color*/
  text-decoration: none;
  background-color: #F8FBBD;
  color: #000000;
}

table.ad {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
td.ad    {font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #FFFFFF;}
td.adalt {font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #BFCFFF; color: #000000;}
