/* =============================== */
/* simple print styles */

/* =================================== */
/* defaults */
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%; /* RNIB reccomended base font size */
	/*line-height:1.2em;*/
	color: #333;
	background-color: #fff;
}

table{font-size:100%;}
form{margin:0; padding:0;}
img{border:0;}
p{margin: 0; padding: 10px 0px 10px 0px;}
.floatL{float: left;}
.floatR{float: right;}


a{
	color:#000;
	text-decoration:none;
}

h1{
	font-size: 1.5em;
}

h2{
	font-size: 1.4em;
}

h3{
	font-size: 1.2em;
}

h4{
	font-size: 1em;;
}

h5{
	font-size: 0.8em;
}

/* =================================== */
/* hidden elements */
#topMenu, .accessHidden{display: none;}
