/*	===============================================================	© Wildwood Public Relations Limited	http://www.wildwoodpr.co.uk/	Type:				Base Styles	Build by:			Storm Creative	Original Author:	James Bates	Author Email:		james@exit7.co.uk	Creation Date:		9 August 2006	---------------------------------------------------------------	Version number: 	1.0	Last edited:		NA - Still in developement	============================================================ *//*	---------------------------------------------------------------	These styles are basic formatting that older browsers can	understand, most are overwritten in (structure.css) the 	structural stylesheet.	------------------------------------------------------------ *//*	General rules to cover any font-family inheritance bugs. 	and global whitespace reset. */*	{	 	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, Geneva, sans-serif;	margin: 0; 	padding: 0;	}	body {	font-size: 11px;	background-color: #fff;	text-align: center;	}body, div, p, table, th, tr, td, ul, ol, li, dl, dd {	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, Geneva, sans-serif;	font-size: 11px;	}		/*	Removes space after form elements. */ form { 	display: inline;		font-size: 11px;	}/*Makes sure all table cells are aligned top*/	table, th, tr, td { vertical-align: top; }	/*	Removes margin/padding around form elements. */ input, select, textarea { font-size: 11px; }/*	Removes borders from images. */img { border: none; }/*	Makes sure both are presented correctly */	strong, b { font-weight: bold; }/*	no list-markers by default, since lists are used more often for semantics */ul, ol { list-style: none; }/*	Miscellaneous rules used for clearing/floating and items. */.clear			{ clear:both; }.clear-left		{ clear:left; }.clear-right	{ clear:right; }.hide			{ display:none; }.float-left		{ float: left; }.float-right	{ float: right; }