@charset "utf-8";
/* CSS Document */

.boxtop{	
		/*make this the same size as the top image*/	
		display:block;	
		width:728px;	
		height:14px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(/kimpost/top1.png);	
	}	
	.topcontent{
	/*set the font style for the box title*/	
		font-family:arial;
	font-size:12pt;
	color:#000;
	/*shift the title down a bit and center it*/	
		
padding-left:10px;
	padding-top:1px;
	text-align:left;
	}	
	.boxbottom{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:728px;	
		/*set the image as a background*/	
		background-position:left bottom;	
		background-repeat:no-repeat;	
		background-image:url(/kimpost/bottom1.png);	
	}	
	.maincontent{
	/*set the font style for the main content*/	
		color:#000;
	font-family:arial;
	font-size:12pt;
	display:block;
	/*align the main content nicely*/	
		padding-left:10px;
	padding-bottom:5px;
	padding-right:10px;
	}
body {
	background-color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
kimpostbody {
	font-family: Verdana, Geneva, sans-serif;
}
kimpostbody {
	font-size: 10pt;
}
#box1 .boxbottom .maincontent table tr td table tr td {
	font-size: 8pt;
	font-family: Verdana, Geneva, sans-serif;
}
headlines {
	color: #FFF;
}
headlines2 {
	color: #FFF;
}
#box1 .boxtop .topcontent strong {
	font-size: 12pt;
}
morebuttons {
	color: #FFF;
	}
