#introduction{
	width: 580px;
	position: relative;
	left: 25px;
	font-size: 20px;
	font-weight: 900;
/*	border: 3px solid #000000; */
	
}

#introduction span{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	
}

#introduction span.square{
	font-size: 16px;
	line-height: 1.8em;
}

#introduction span.word{
	line-height: 1.5em;
	font-weight: normal;

}

#report{
	position: relative;
	left: 30px;

}

#report p, #report p a:link{
	color: #0066CC;
	margin: 5px 0;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

#contactForm{
	width: 580px;
	position: relative;
	margin: 0 0 1em;
	left: 25px;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	
}

#contactForm table{
	border-top: 1px solid #999999;
	margin-bottom: 20px;
	empty-cells: show;
	
}

#contactForm th,#contactForm td{
	border-bottom:  1px solid #999999;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 8px 0;
	vertical-align: top;

}

#contactForm th span.decoRed{
	border-left:  3px solid #000000;
	display: bolock;
	padding-left: 5px;
}
#introduction span.red, #contactForm span.red{
	color: #FF0000;
	font-weight: normal;
}
#contactForm div.submitButton{
	margin: 20px 0;
	text-align: center;
/*	border: 1px solid #000000;	*/
}

div.space10px {
	clear:both;
	font-size:5px;
	height:10px;
}

div.space20px {
	clear:both;
	font-size:5px;
	height:20px;
}

div.indent{
	width: 400px;
	clear: both;
	position: relative;
	bottom: 3px;
	left: 20px;
	color: #333333;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
/*	border: 1px solid #000000; */
}

a.link01:link {
	color: #0066CC;
}