/* CSS Document */
body,table,td,p
{
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 11px;
}

.small
{
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 10px;
}

.smallgrey
{
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 10px;
}

.heading
{
color: #FF9900;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 14px;
}

.orangebold
{
color: #FF9900;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
}

.greybold
{
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
}




a:visited
{ 
color: #FF6600;
text-decoration: none;
font-weight: bold;
}
a:hover
{
color: #FF9900;
text-decoration: underline;
font-weight: bold;
}
          
a:link
{ 
color: #FF6600;
text-decoration: none;
font-weight: bold;
}


a.menu:visited
{ 
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
padding-left:6px;
padding-right:6px;
}
a.menu:hover
{
font-size: 12px;
color: #993300;
text-decoration: none;
font-weight: bold;
padding-left:6px;
padding-right:6px;
}
          
a.menu:link
{
font-size: 12px; 
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
padding-left:6px;
padding-right:6px;
}


img
{
border:none;
}


.navbar
{
height: 22px;
background-image:url(images/navbar.jpg);
padding-left:6px;
}

.bottomalign
{
vertical-align: bottom
}

.footer
{
height: 29px;
background-image:url(images/footer.gif);
}

.contentcell
{
height: 200px;
}