.headerleft {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	background-image: url(image/lheader_bgi.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.textleft {
	list-style-type: square;
	font-size: smaller;
	list-style-position: outside;
	line-height: 150%;
	list-style-image: none;
}
.headerright {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCFF;
	background-image: url(image/rheader_bgi.jpg);
	background-repeat: repeat-y;
	border-left-style: none;
	border-top-style: solid;
	border-right-style: none;
	border-top-width: 1px;
	border-top-color: #FF0000;
}
.textright {
	font-size: smaller;
	color: #0033CC;
	line-height: 1.8em;

}
.button {
	font-size: smaller;
	border: 4px outset #0099FF;
	width: 10em;
	background-position: center center;
	background-color: #00CCFF;
	text-align: center;
	padding: 0.3em;
	display: block;
	color: #FFFFFF;
}
.leftcol {
	float: left;
	width: 240px;
	text-align: center;
}
.rightcol {
	clear: left;
	float: right;
	width: 540px;
}
.bottom {
	clear: right;
	width: 780px;
	text-align: center;
	font-size: smaller;
}
.textbox {
	font-size: 10px;
	color: #0033CC;
	border: 1px solid #0000CC;
	line-height: 20px;
}
.example {
	font-size: 14px;
/*	color: #0033CC; */
	color: #000066;
	border: 1px solid #0000CC;
	padding: 20px 30px 20px 30px;
	line-height: 200%;
}
