body 
{
   font-family: Tahoma;
   color: #000000;
   scrollbar-face-color: #D4D4D4;
   scrollbar-shadow-color: #EEEEEE;
   scrollbar-highlight-color: #B1B1B1;
   scrollbar-3dlight-color: #EEEEEE;
   scrollbar-darkshadow-color: #B1B1B1;
   scrollbar-track-color: #F5F5F5;
   scrollbar-arrow-color: #B1B1B1;

}


.table-padding
{
   padding-top: 5px;
   padding-left: 2px;
   padding-right: 2px;
}

.downloads
{
   font-family: Arial, Verdana;
   color: #000099;
   font-size: 12px;
   font-weight: bold;
   padding-top: 3px;
   padding-right: 3px;
   padding-left: 3px;
   text-decoration: none; 
}
.downloads:hover
{
   font-family: Arial, Verdana;
   color: #BA36BB;
   font-size: 12px;
   font-weight: bold;
   padding-top: 3px;
   padding-right: 3px;
   padding-left: 3px;
   text-decoration: underline; 
}   
.footer-txt
{
   font-family: Arial, Verdana;
   color:#000000;
   font-size: 10px;
   font-weight: bold;
   text-decoration: none; 
}
.footer-txt:hover
{
   font-family: Arial, Verdana;
   color:#C000C0;
   font-size: 10px;
   font-weight: bold;
   text-decoration: none;   
   text-decoration: underline;  
}

.main-nav {
    font-family: Tahoma;
	font-size: 13px;
	color: #215980;
	font-weight: bold;
	text-decoration: none;
    padding-right: 3px;
    padding-left: 3px;
	}
	
.main-nav:hover {
	font-family: Tahoma;
	font-size: 13px;
	color: #BA36BB;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 3px;
    padding-left: 3px;
	}


.nav-bg { background: url("images/bottom-bg.jpg"); }

.footer-bg { background: url("images/bottom-bg.jpg"); }

.body-bg { background: url("images/downloads-bg.jpg"); background-position: bottom-right; }

.right-menubg { background: url("images/downloads-bg.jpg"); background-position: bottom-right; 
   border-bottom-style: solid; border-bottom-color: #000000; border-bottom-width: 1px; }

