/* 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: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 9px;
}

.heading
{
color: #FF6600;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 14px;
}

.orangebold
{
color: #FF6600;
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;
}

.btmalign
{
vertical-align:bottom;
}


a:visited
{ 
color: #999999;
text-decoration: none;
font-weight: bold;
}
a:hover
{
color: #FF6600;
text-decoration: none;
font-weight: bold;
}
          
a:link
{ 
color: #999999;
text-decoration: none;
font-weight: bold;
}


a.menu:visited
{ 
color: #FF6600;
text-decoration: none;
font-weight: bold;
font-size: 10px;
}
a.menu:hover
{
color: #FFCC00;
text-decoration: underline;
font-weight: bold;
font-size: 10px;
}
          
a.menu:link
{ 
color: #FF6600;
text-decoration: none;
font-weight: bold;
font-size: 10px;
}


img
{
border:none;
}







