/*
-----------------------------------------------------
Basic CSS file for <= v4 browsers  [DfT]

File		: basic.css

Notes		: 
-----------------------------------------------------
*/

/* Remove all padding and margins */
* {
	margin:0;
	padding:0;
}

/* Hide accessibility stuff */
.accessibility {
	position:absolute;
	left:-99em;
	width:90em;
	overflow:hidden;
	display:none;
}

body {
	background:#FFF;
	color:#000;
	font:76% tahoma,geneva,arial,sans-serif;
}
table, td, th { font:1em tahoma,geneva,arial,sans-serif; }

img { border:none; }

a { color:#1A5C4E; }
a:hover { color:#F35B00; }

.strong { font-weight:bold; }
.floatLeft { float:left; }
.floatRight { float:right; }

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

p { margin:10px 0; }
address { font-style:normal; }

/* Forms */

input.button {
	color:#1A5C4E;
	padding:0;
	font-weight:bold;
	font-size:0.9em;
}
html>body input.button { padding:1px 0; }