/*General page style.*/
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
font {
 font-family: Verdana;
 font-size: 10px;
}
td {
  font-family: Verdana;
  font-size: 12px;
}
big {
 font-family: Verdana;
 font-size: 16px;
}
small {
font-family: Verdana;
font-size: 11px;
}
/*Link styles*/
a {
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

 a.white
{
  text-decoration: none;
  line-height: 20px;
  color: #fff;
    font-family: Verdana;
    font-size: 12px;
}

h1 {
        color: #fff;
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold;
        padding: 0px;
}

h2 {
  color: #111111;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  }

a:hover.white  {
    text-decoration: underline;
}

/*Paragraph styles*/
p {
    font-family: Verdana;
    font-size: 13px;
    color: #000000;
}
p.menuholder {
   font-family: Verdana;
   font-size: 11px;
   color: #ffffff;
   font-weight: bold;
}
a.menulink:link, a.menulink:visited, a.menulink:active {
   font-family: Verdana;
   font-size: 11px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   padding-left: 4px;
   padding-right: 4px;
}
a.menulink:hover {
   font-family: Verdana;
   color: #FFCC66;
   text-decoration: none;
}

td .white2
{
  color: #fff;
  font-family: Verdana;
  font-size: 10px;
  height: 24px;
}

.break
{
  padding: 2px;
}

.bg
{
  background-color: #DEDFDE;
  /* border-bottom: 5px solid #085D7B; */
}

a.white3
{
  color: #fff;
  font-size: 12px;
  font-family: Verdana;
  text-decoration: none;
}

a:hover.white3
{
  text-decoration: underline;
}


