@charset "utf-8";

@import "reset.css";
@import "base.css";


body{
	background-image: url("../images/bg-static.gif");
}
#container{
	padding-bottom: 12px;
}


.alignleft{
	float: left;
	margin: 0 12px 6px 0;
}
.alignright{
	float: right;
	margin: 0 0 6px 12px;
}
.aligncenter{
	display: block;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
}


.section{
	background: #fff url("../images/bg-matchsection.gif") no-repeat 0 100%;
	margin: 0 auto 12px auto;
	padding: 0 0 1px 0;
	width: 912px;	
}
	.section h2{
		background: #ab040d url("../images/bg-static-h.gif") no-repeat 0 0;
		border-bottom: 1px solid #ed1420;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 6px 0;
		padding: 12px 26px 6px;
	}
	.section h3{
		background-color: #666;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 6px 0;
		padding: 4px 26px;
	}
	.section p{
		font-size: 13px;
		line-height: 21px;
		margin: 0 0 19px 0;
		padding: 0 26px;	
	}
	.section p.published{
		color: #333;
		text-align: right;	
	}
	
	.section p.explain{
		clear: both;
		color: #000;
		font-size: 1.1em;
	    font-weight: bold;
		margin: 0 0 0.5em 0;
	}
	.section p.explain2{
		clear: both;
		color: #000;
		font-size: 1.2em;
	    font-weight: bold;
		margin: 0 0 0.5em 0;
	}
	
	.section ul, 
	.section ol{
		font-size: 13px;
		line-height: 21px;
		margin: 0 0 19px 0;
		padding: 0 26px 0 52px;
	}
	.section li{
		margin: 0 0 2px 0;
	}
	.section table{
		border: 1px solid #333;
		margin: 0 26px 13px 26px;
		width: 860px;
	}
	.section th, 
	.section td{
		border-bottom: 1px solid #666;
		font-size: 13px;
		line-height: 18px;
		padding: 6px 13px;
		vertical-align: top;
	}
	.section th{
		background-color: #efefef;
		font-weight: bold;
	}
	.section .columntwo{
		padding: 0 26px;	
	}
	.section .column{
		float: left;
		margin: 0 26px 0 0;
		width: 417px;
	}
	.section .clast{
		margin: 0;	
	}
		.section .column p{
			padding: 0;	
		}


span.blank_link,
a.blank_link {
    padding: 0 0 0 10px;
    background: transparent url("../images/blank_link.gif") no-repeat 0 4px;
}
span.blank_link {
    color: #D70D18;
}

