* {
	margin: 0 0 1px 0;
	padding:0;
    }

body {
	text-align:center;

	font-family: arial, sans-serif;
	background-color:#fff;
	font-size: small;
	color:#111;
}

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 20px 10px 20px;
	height:213px;
}

#title
{
	text-align:center;
	padding:20px 0 20px 0;
}

#title h2
{
	color:#a66;
	background-color:#fdd;
	padding:10px 10px 10px 10px;
	border-top:solid 4px #cc8888;
	border-bottom:solid 4px #cc8888;
	font-weight:normal;
	font-size:18px;
}

#doc 
{
	width:600px;
	text-align:left;
}

.section 
{
	margin-bottom:30px;	
	border-bottom:dotted 1px #8aa;
}

.section h3 {
	text-align:left;
	padding:5px 0 2px 0;
	color:#668;
	margin-bottom:10px;
	font-size:16px;
	vertical-align:middle;
	border-bottom:dotted 1px #668;
}

.section p 
{
	font-size:14px;
	line-height:1.5em;
	color:#555;
	letter-spacing:1px;
	margin-bottom:10px;
	text-indent:1em;
}

.section ul
{
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
}

.section ul li
{
	font-size:12px;
	line-height:1.5em;
	color:#555;
	letter-spacing:1px;
	margin-bottom:10px;
}

#btn 
{
	text-align:center;
	width:500px;
	border:solid 2px #668;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;	
	padding:20px;
	background-color:#ddf;
}

#btn p
{
	text-align:left;
	font-size:14px;
	line-height:1.5em;

	color:#668;
	letter-spacing:1px;
	text-indent:0;
	font-weight:bold;
	margin-bottom:1em;
}

table
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
    height: 24px;
    width: 628px;
}

td
{
	text-align:center;
	font-size:14px;
	line-height:1.5em;
	color:#668;
	letter-spacing:1px;
	text-indent:0;
	font-weight:bold;
}

.section2
{
	width:550px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

.section2 p 
{
	font-size:14px;
	line-height:1.5em;
	color:#555;
	letter-spacing:1px;
	margin-bottom:10px;
	text-indent:0;
	font-weight:bold;
}