/* CSS Document */

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

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

table.footer td.emphasis{
	background-color:#FF9D3A;
	color: #1A2A33;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}

table.footer td{
	padding: 5px;
}

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

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

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.main {
	/*individual main buttons*/
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #1A2A33;
	font-weight: bold;
	text-decoration: none;
	padding:0px 10px 0px 10px;
	
}

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