/* CSS Document */

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

table.footer td{
	padding: 5px;
	white-space:nowrap;
}

table.footer table#navigation{
	/*background-color:#92BFBF;
	border:2px solid #ffffff;*/
}

table.footer table#navigation td {
	text-align: center;
}

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

table.footer table#navigation a.main:hover{
	color: #32719D;
}