/* CSS Document */

table.page #footer{
	text-align:center;
	padding: 10px 0px 10px 0px;
	background-image:url(../images/footer_border.gif);
	background-repeat:repeat-x;
	background-position:top;
}

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

table.footer td{
	padding: 5px;
	text-align: center;
}

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: #000000;
	font-weight: normal;
	text-decoration: underline;
	padding:0px 10px 0px 10px;
}

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

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

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