/* we now have a great little code for on the fly css :) */
html
	{
	border-width: 0px;
	width:100%;
	}
	
body
{
margin:0px;
padding:0px;


	width:auto;
}	
	
	
	
 html/* You can edit body content here
valid changes are the font family and the background/text colours
 */

	{
	
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
/*
	background-color: #ffffff;
	
	*/
	
	color:black;
	}
	
#topnav
{visibility:hidden;
display:none;}	
#searchfield,#searchposition
{visibility:hidden;
display:none;}	
#subMenusContainer
{visibility:hidden;
display:none;}	

