/* CSS Document */

table.page #footer{
	text-align:center;
	padding: 0px 0px 10px 0px;
	/*background-image:url(../images/page/footer.gif);
	background-position:bottom;*/
}

table.footer{
	width:100%;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:10px;	
}

table.footer td{
	padding: 5px;
}

table.footer table#navigation{

}

table.footer table#navigation td {
	padding: 10px 20px 8px 20px;
	text-align: center;
	border-bottom:1px solid #ff0000;
}

table.footer a {
	/*individual main buttons*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #1A2A33;
	font-weight: normal;
	text-decoration: underline;
	padding:0px 10px 0px 10px;
}

table.footer a:hover{
	color: #335566;
	text-decoration: none;
}

table.footer table#navigation a {
	/*individual main buttons*/
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding:0px 10px 0px 10px;
	
}

table.footer table#navigation a:hover{
	color: #ff0000;
}