/* CSS Document */

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

table.footer td{
	padding: 5px;
}

table.footer table#navigation td {
	padding: 10px 20px 8px 20px;
	text-align: center;
	border-bottom:3px double #00546B;

}

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

table.footer table#navigation a.main:hover{
	color: #00546B;
}