/* CSS Document */

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

table.footer td{
	padding: 5px;
}

table.footer table#navigation{
	/*background-color:#92BFBF;*/
	border-bottom:1px solid #000000;
}

table.footer table#navigation td {
	padding: 10px 10px 8px 10px;
	text-align: center;
}

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

table.footer table#navigation a.main:hover{
	color: #8fb6f9;
	text-decoration: none;
}