/* CSS Document */

table.page #footer{
	text-align:center;
	padding: 10px 0px 10px 0px;
	border-top:1px solid #213223;
	background-color:#ADBCCC;
}

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

table.footer td{
	padding: 5px;
}

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

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

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

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

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

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