body 
{
	background-color: #333333;
	background-image:url(images/background.gif);
	background-position:top center;
	background-repeat:repeat-y;
	margin-top:0px;
	text-align:left;	
}
body, td 
{
	font-family: "Trebuchet MS", Verdana, arial, sans-serif;
	font-size: 8pt;
	color: #333333;	
}
td 
{
	text-align:left;
	padding-left:4px;
	background-color:silver;
}
a 
{
	color:#607baf;
	text-decoration:none;	
	font-weight:bold;
}
a:hover 
{
	color:#607baf;	
	text-decoration:underline;
	font-weight:bold;
}
h1 
{		
	font-size: 140%;
	font-weight:bold;
	font-variant: small-caps;
	background-color:silver;	
	padding-left: 25px;
	margin-bottom:0px;
	border-left:3px solid white;
	border-right:3px solid white;
	border-bottom:1px solid black;	
}
h2
{
	font-size:120%;
	color:silver;
	background-color:#333333;
	padding-top:3px;	
	padding-left: 25px;
	padding-bottom:3px;
	margin-top:0px;	
	margin-bottom:5px;
	border-left:3px solid white;
	border-right:3px solid white;
}

/* Pagelayout */
div#title
{
	background-image:url(./images/logo.jpg);
	width:800px;
	height:60px;
	border-bottom:1px solid black;	
}
div#ad
{	
	width:800px;
	height:16px;
	margin:0px auto;
	background-color: white;
	text-align:center;
	padding-top:5px;
}
div#main 
{	
	width:800px;
	margin:0px auto;	
	background-color:white;
	border:1px solid #404040;
}
.content
{
	text-align: justify;
	padding-top:5px;
	padding-left:10px;
	padding-right:20px;
}