/* CSS Document */

.normaltext
{
font-family: verdana;
font-size : 13px;
color:#000000;
}
.text
{
font-family: verdana;
font-size : 13px;
color:#FFFFFF;
}
.menuheading
{
font-family: verdana;
font-size : 14px;
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}
.menuheading:hover
{
font-family: verdana;
font-size : 14px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

.footer
{
font-family: verdana;
font-size : 12px;
color:#FFFFFF;
}
.sideheading
{
font-family: verdana;
font-size : 16px;
color:#99CC99;
font-weight:bold;
}
.normaltextlink
{
font-family: verdana;
font-size : 13px;
color:#0033cc;
text-decoration: underline;
}
.normaltextlink:hover
{
font-family: verdana;
font-size : 13px;
color:#0033cc;
text-decoration: none;
}