* {
	font-size: 12px;
	line-height: 18px;
}

.blockframe {
	border: 1px dotted #d6d6d6;
}

.blockcenterframe  {
	padding: 3px 5px;
	margin-bottom: 10px;
}

.blocklefttitle, .blockrighttitle {
	font-size: 13px;
	font-weight: bold;
	background-image: url(img/block_bg.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 3px 5px;
	line-height: 16px;
	color: #000;
	height:20px;
}

.blockleftcontent, .blockrightcontent {
	color:#333333;
	background-color: #f3f3f3;
	text-decoration: none;
	padding: 5px;
}

.blockleftcontent a:link, .blockleftcontent a:visited, .blockrightcontent a:link, .blockrightcontent a:visited {
	text-decoration: none;
	padding-bottom: -10px;
}

.blockleftcontent a:hover, .blockrightcontent a:hover {
	color: #006699;
	text-decoration: underline;
}

.blockcentertitle {
}

.blockcentercontent {
	color: #000;
	text-align: left;
}

