

/*** FOOTER STYLES ***/		

td.footerline {
		background: url(/images/line.gif);
		height:16px;
		padding : 0px;
		margin : 0px;
		border: 0px ;
		}
		
td.footerbottom {
		background: url(/images/bottom_gradient.gif);
		height:34px;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 10px;
		color: #AA3E00; 
		padding : 15px 0px 0px 15px;
		margin : 0px;
		border: 0px ;
		}		
 td.footer_bar {
		background-color:rgb(0,26,108);
		height: 5px ;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		} 
		
 td.footer {	background-color: rgb(0,26,108);
		border-bottom: 11px solid #999966;
		margin : 0px;
		
		}   		
		
a {
		color: normal;
		font-size: 12.5px;
		text-decoration: normal; 
		}

a:hover {
		color: #ff6600;
		text-decoration: none; 
		}
    
