@charset   "UTF-8";

@page {
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 120%;
	background-color: #cccccc;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	color: #000099;
}

h2 {
	font-size: 120%;
	background-color: #0000ff;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	color: white;
}

h3 {
	font-size: 120%;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: 000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: teal;
	color: black;
}
h4 {
	font-size: 120%;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: 000;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #00cccc;
}
h5 {
	font-size: 100%;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	color: 000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
p {
	font-size: 90%;
	margin: 20px;
}

#fin {
	width: 1050px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.box-center {
	width: 900px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}
.box-left {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	text-align: left;
	font-size: 100%;
	padding: 20px;
	margin: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #999900;
}
.box-left2 {
	width: 900px;
	height: auto;
	text-align: left;
	font-size: 90%;
	padding: 20px;
	margin-left: 75px;
	margin-right: 75px;
}
