div{
	display:block;
}
span{
	display:inline;
}
body{
	margin:20;
	padding:0;
	border:0;
	width:100%;
	min-width:800px;
	color:#03f;
	background-color:#ffffff;
	background-image:url(images/bg1.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	font-size:10pt;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
body.02{
	margin:20;
	padding:0;
	border:0;
	width:100%;
	min-width:700px;
	color:#03f;
	background-color:#ffffff;
	background-image:url(images/bg2.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	font-size:10pt;
	font-family:serif;
	text-align:center;
}
a:link{
	color:#ff6600;
}
a:visited{
	color:#666666;
}
a:active{
	color:#ff0000;
}
h1{
	font-size:16pt;
	font-family:sans-serif;
}
h2{
	font-size:12pt;
	font-family:sans-serif;
}
div.center{
	text-align:center;
}
div.textarea{
	position:relative;
	text-align:left;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
div.hr{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	width:600px;
	border-style:solid none none none;
	border-width:1px 0px 0px 0px;
	border-color:#03f;
	}
div.hr2{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	border-style:solid none none none;
	border-width:1px 0px 0px 0px;
	border-color:#03f;
	}
div.hrdot{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	border-style:dotted none none none;
	border-width:2px 0px 0px 0px;
	border-color:#03f;
	}
div.intro{
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:450px;
}
div.samplebox{
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:500px;
}
img{
	border:none;
}
.red{
	font-size:13pt;
	font-weight:bold;
	color:#ff0000;
}
.big{
	font-size:13pt;
	font-weight:bold;
}
.text{
	font-size:10pt;
	line-height:130%;
}

.list{
	font-size:9pt;
	line-height:150%;
	background:#fc9;
	padding:2px;
}

.small{
	font-size:7pt;
}

table{
	width:600px;
	border:none;
	margin-left:auto;
	margin-right:auto;
}
table.top{
	width:600px;
	border:none;
	pading:0;
	margin-left:auto;
	margin-right:auto;
	}