@charset "UTF-8";

body {

	font-size: 75%;
	font-family: sans-serif;
	background: #ffFFFF;
}
p,dt,dd {
	line-height: 1.5;
	color: #666666;
}
#wrapper {
	width: 1020px;
	margin: 40px auto;
	padding-top: 7px;
	background: #FFFFFF;
}
h1#logo {
	margin: 0 25px 30px 25px;
	font-size: 200%;
	font-color: #000000;
	background: #FFFFFF;
}
h2{
	font-size: 200%;
	margin-bottom: 6px;
	color: #666666;
	border-bottom: 1px solid #666666;
}
h3{
	font-size: 200%;
	margin-bottom: 6px;
	color: #3c6f99;
	border-bottom: 1px solid #3c6f99;
}
h4{
	font-size: 200%;
	margin-bottom: 6px;
	color: #3c6f99;
	border-bottom: 1px solid #3c6f99;
}
.section {
	float: left;
	display: inline; /* for WinIE6 */
	width: 222px;
	margin: 0 0 30px 30px;
}
.section p {
	margin-bottom: 10px;
}
.section dd {
	margin-bottom: 10px;
	border-bottom: 1px solid #ECECEC;
}
#copyright {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 28px;
	text-align: right;
	background: #FFFFFF;
}
blockquote.code {
    width: 600px;   /* for IE */
    overflow: auto;
    white-space: pre;
}
a{ color:006666;
    font-style:normal;
    text-decoration:none;
}