/* CSS Document */
#h1 {
	background-image: url(images/h1.jpg);
	float: left;
	height: 40px;
	width: 490px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#h2_1{
	background-image: url(images/h2_1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 490px;
	margin-top: 25px;
	margin-bottom: 5px;
}
#h2_2{
	background-image: url(images/h2_2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 490px;
	margin-top: 25px;
	margin-bottom: 5px;
}
#h2_3{
	background-image: url(images/h2_3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 490px;
	margin-top: 25px;
	margin-bottom: 5px;
}
.texbox {
	float:left;
	width: 480px;
	padding-left: 5px;
	padding-top: 10px;
}
table {
	font-size: 12px;
	line-height: 24px;
}
td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.line {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0197CA;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.center {
	text-align: center;
	padding-top: 20px;
}
