/* TABLE/CSS COMBO */

#outer {
	width : 100%;
	height: 100%;
}
#header, #footer {
	width: 100%;
	font-size: 90%;
}
.headerfooter, .headerfooter a, .headerfooter a:hover, .headerfooter a:visited, .headerfooter a:active {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	color: #FFFFFF;
	text-decoration : none;
}
.bbcpageFooter {
	font-size : 75%;
}
.headerfooter a:hover {
	text-decoration : underline;
}

/* TOTAL CSS */

#popupHeaderFooter{
	width : 100%;
	height : 20px;
	background-color : #999999;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.popupLogo{
	float : left;
}

.popupLinks{
	float : right;
	margin-right : 5px;
	color: #FFFFFF;
}

.popupLinks a{
	text-decoration : none;
	color: #FFFFFF;
}

.popupLinks a:hover{
	text-decoration : underline;
}

td {font-family:"Verdana", "Arial", "Helvetica", "sans-serif";}


a:active {text-decoration:underline; color:white}
a:link {text-decoration:none}
a:visited {text-decoration:none}
a {text-decoration:underline; color:white;}
a:hover {text-decoration:underline}