body, table, tr, td 
{  
text-decoration: none;
color: black;
font-family: verdana;
font-size: 11px;
font-weight: normal; 
}

H4 {
  font-family: verdana;
font-size: 14px;
  padding:0px;
  margin:0px;
}

H3 {
  font-family: verdana;
  padding:0px;
padding-bottom: 3px;
  margin:0px;
}

.boldLink a:link
{
text-decoration: none;
color: black;
font-family: verdana;
font-weight: bold;
}

.boldLink a:visited
{
text-decoration: none;
color: black;
font-family: verdana;
font-weight: bold;
}

.boldLink a:active
{
text-decoration: none;
color: black;
font-family: verdana;
font-weight: bold;
}

.boldLink a:hover
{
text-decoration: none;
color: black;
font-family: verdana;
font-weight: bold;
}

.whiteLink a:link
{
text-decoration: none;
color: white;
font-family: verdana;
font-weight: bold;
}

.whiteLink a:visited
{
text-decoration: none;
color: white;
font-family: verdana;
font-weight: bold;
}

.whiteLink a:active
{
text-decoration: none;
color: white;
font-family: verdana;
font-weight: bold;
}

.whiteLink a:hover
{
text-decoration: none;
color: white;
font-family: verdana;
font-weight: bold;
}

.mainUnderline a:link
{
text-decoration: underline;
color: black;
font-family: verdana;
font-weight: normal;
}

.mainUnderline a:visited
{
text-decoration: underline;
color: black;
font-family: verdana;
font-weight: normal;
}

.mainUnderline a:active
{
text-decoration: underline;
color: black;
font-family: verdana;
font-weight: normal;
}

.mainUnderline a:hover
{
text-decoration: underline;
color: black;
font-family: verdana;
font-weight: normal;
}

td a:link
{
text-decoration: none;
color: black;
font-family: verdana;
font-weight: normal;
}

td a:visited
{
text-decoration: none;
color: black;
font-family: verdana;
font-weight: normal;
}

td a:active
{
text-decoration: none;
color: black;
font-family: verdana;
font-weight: normal;
}

td a:hover
{
text-decoration: none;
color: black;
font-family: verdana;
font-weight: normal;
}

.WhiteTextbox
{
border: solid 1px black;
text-decoration: none;
color: black;
font-family: verdana;
font-size: 11px;
font-weight: normal;
background-color: #FFFFFF;
}

.GrayButton
{
border: solid 1px black;
text-decoration: none;
color: black;
font-family: verdana;
font-size: 10px;
font-weight: bold;
background-color: #E1E1E1;
}


