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;
}

.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;
font-size: 10px;
}

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

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

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

.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;
}

.LoginForm
{
border: solid 1px #8C8C8C;
color: #E1E1E1;
font-family: verdana;
font-size: 11px;
font-weight: normal;
background-color: #D7E8EE;
}

.LoginForm.LoginHead
{
font-family: verdana;
font-size: 11px;
font-weight: bold;
padding: 2px;
padding-left: 4px;
background-color: #C8C8C8;
border-bottom: solid 1px #8C8C8C;
}

.LoginForm.LoginBody
{
    text-decoration: none;
    color: black;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FFFFFF;
}

.LoginForm.LoginBody a:link
{
text-decoration: underline;
color: #000000;
font-family: verdana;
font-size: 11px;
font-weight: normal;
}

.LoginForm.LoginBody a:visited
{
text-decoration: underline;
color: #000000;
font-family: verdana;
font-size: 11px;
font-weight: normal;
}

.LoginTop
{
color: #000000;
font-family: verdana;
font-size: 11px;
font-weight: normal;
background-color: #B7D7E1;
}

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

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

.AdminMenuTop
{
    border-left: solid 1px #6CA2B3;
    border-top: solid 1px #6CA2B3;
    border-right: solid 1px #6CA2B3;
    text-decoration: none;
    color: white;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    background-color: #8C8C8C;
    text-align: left;
}

.AdminMenuSelectedItem
{
    border-left: solid 1px #6CA2B3;
    border-top: solid 1px #6CA2B3;
    border-right: solid 1px #6CA2B3;
    text-decoration: none;
    color: black;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    background-color: #8C8C8C;
    text-align: left;
}

.AdminMenuItem
{
    border-left: solid 1px #6CA2B3;
    border-top: solid 1px #6CA2B3;
    border-right: solid 1px #6CA2B3;
    text-decoration: none;
    color: black;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    background-color: #8C8C8C;
    text-align: left;
}

.AdminMenuItem a:link, a:visited
{
text-decoration: none;
color: #000000;
font-family: verdana;
font-size: 11px;
font-weight: bold;
}

.AdminMenuSelectedItem a:link, a:visited
{
text-decoration: none;
color: #000000;
font-family: verdana;
font-size: 11px;
font-weight: bold;
}

.AdminMenuEnd
{
    border-top: solid 1px #6CA2B3;
}

.AdminBody
{
    border: solid 1px #6CA2B3;
    text-decoration: none;
    color: black;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #8C8C8C;
}

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

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