html, body {
	margin: 0;
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding: 0; 
	border: 0;
}

body {
	color: #666666; 
	font-family: "trebuchet ms", tahoma, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background: url(images/body_bg.png) center 0 repeat-y;
}

a {
	font-size: 11px;
	color: #000;
	border:none;
    text-decoration: none; 
    text-align:center;
}

a:hover {
	text-decoration:underline;
	color:#666666;	
}

a img {
	border:none;
	background-image : none;
	padding: 0px;
}

b {
	font-size:11px;
	color:#666;
	line-height:18px;
}

strong a {
	font-size:13px;
	color:#666;
	
}

.left strong a { line-height:13px; }
.right strong a { line-height:20px; }

.left {
	text-align:center;
	height:280px;
	padding:0px 5px 0 5px;
	}
	
.right {
	text-align:center;
	height:280px;
	margin-top:250px;
	padding:0px 5px 0 5px;
}

.leftImp {
	padding:20px 0 0 0;
	text-align:center;
}

.rightImp {
	padding:20px 0 0 0;
	text-align:center;	
}

.leftImp a, .rightImp a { color:#fff; }
