/* $Id$ */

#footer{
    background-color: #F5F1E7;
    text-align: center;
    padding-right: 4px;
    border-top: 1px solid #aaa;
}

*html #footer{
	font-size: 95%;
	height: 1px;
}

#footer a{
    text-decoration: none;
}

#iBaseText{
    float: left;
}

#iBaseLogo{
    float: left;
	margin-top: 1px;
	margin-left: 4px;
	margin-right: 190px;
}

#footertable{
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
}

#footertable td{
	margin: 0;
	padding: 2px 0 0 0;
	border: none;
}

#footertable td.left{ text-align: left; }
#footertable td.right{ text-align: right; padding-bottom: 3px;}

#footertable a:link, #footertable a:visited, #footertable a:active{
	font-size: 95%;
	color: #003366;
	text-decoration: none;
}
#footertable a:hover{
	text-decoration: underline;
}

