/*
-----------------------------------------------
TOWER HAMLETS 27.09.2004
@import hides styles from non-css conformant browsers 
----------------------------------------------- */

@import "full-default.css";

body
{
	color: #333;
	font-family: Arial, sans-serif;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, h7, p, div, form, input, td, ul, ol, li
{
	font-family: Arial, sans-serif;
	
}

/* accesskey navigation
----------------------------------------------- */

#nav-access {
	margin: 0px;
	padding: 0px;
	top: -100px;
	
	position: absolute;

}

#nav-access p {
	font-size: 1px;
	line-height: 1px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

#nav-access p strong {
	font-size: 1px;
}

#nav-access a:link, #nav-access a:visited {
	text-decoration: none;
	background-color: transparent;
}

#nav-access a:hover, #nav-access a:active {
	text-decoration: none;
	background-color: transparent;
}

#pid {
	font: bold 70%;
	color: #999999;
}

#jumpButton a {
	font: bold;
	color: #FF9900;
}

#jumpButton a:hover {
	color: #003399;
}



