body	{
		font-size: 10pt;
		font-family: sans-serif;
		color: #000;
		background: #fff;
		margin: 0px;
		}

#topbox	{
		width:100%;
		text-align:center;
		}

#impi	{
		float: left;
		text-align: center;
		width: 177px;
		}

		
#header	{
		width: auto;
		background-color: #900;
		color: #fff;
		font-size: 24pt;
		font-weight: bold;
		text-align: center;
		display: block;
		float: none;
		margin-left: 180px;
		}

#menu	{
		width: auto;
		height: 25px;
		background-color: #fff;
		color: #900;
		border: 1px solid #900;
		text-align: center;
		font-weight: bold;
		font-size: 10pt;
		padding-top: 6px;
		margin-bottom: 10px;
		margin-left: 180px;
		}

#doos	{
		width: 100%;
		}

#side	{
		float: left;
		padding-left: 5px;
		padding-top: 5px;
		}

.content	{
		width: auto;
		border-top: 1px solid #900;
		border-bottom: 1px solid #900;
		border-left: 1px solid #900;
		padding: 5px;
		padding-left: 10px;
		display: block;
		float: none;
		margin-left: 180px;
		background: #FCFCFC;
		color: #000;
		}

#footer	{
		width: 100%;
		text-align: center;
		padding-top: 5px;
		}

pre		{
		width: auto;
		background: #F8F8FF;
		color: #000;
		margin-left: 50px;
		margin-right: 50px;
		font-size: 80%;
		}

.clear	{
		clear: both;
		}

a:link.imp {color: #000;background-color:#fff;text-decoration:none;}
a:visited.imp {color: #000;background-color:#fff;text-decoration:none;}
a:active.imp {color: #000;background-color:#fff;text-decoration:none;} 
