body {
background-color : #32465F; #3F4F8A #0E3259
color : ; 
font-family : Verdana, Arial, Helvetica; 
font-size : 8pt; 
font-style : normal; 
text-align:	center;	// dirty hack for centered page-container in IE5
} 
b {
color : ; 
font-family : Verdana, Arial, Helvetica; 
font-size : 8pt; 
font-style : normal; 
} 
p {
color : #000000; 
font-family : Verdana, Arial, Helvetica; 
font-size : 8pt; 
font-style : normal; 
} 
a:visited {
color : #063698; 
text-decoration : none; 
} 
a:link {
color : #063698; 
text-decoration : none; 
} 
a:hover {
color : #f90;
text-decoration : underline; 
} 
a:active {
color : #063698; 
text-decoration : none; 
} 

		#page	{	width:		<?php echo "$width"; ?>px;
				margin:		0px auto;
				padding:		10px;
				text-align:	center;
				border:		solid #c0c0c0 1px;	}
		#navigation {	border-bottom:	solid #c0c0c0 1px;
				padding:		10px;		}
		#statusbar {	border-bottom:	solid #c0c0c0 1px;
				padding:		10px;		}
		#img_area {	text-align:	center;
				margin-top:	15px;		}
		#footer	{	border-top:	solid #c0c0c0 1px;
				padding:		10px;
				text-align:	center;		}
		#footer p	{	font-size:		8pt;
				color:		;
				font-weight:	bold;		}
		p	{	font-size:		8pt;
				color:		;
				font-weight:	normal;		}			
