@charset "utf-8";
/* CSS Document */

.Lbox {
	float: left;
	width: 320px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Rbox {
	padding: 20px;
	float: right;
	width: 320px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.temp {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #008349;
	border-bottom-color: #008349;
	padding-top: 10px;
	padding-bottom: 10px;
}
.disc {
	background-color: #A5D9A4;
	padding: 10px;
	width: 700px;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 35px;
	color: #000000;
}
.disc p {
	color: #000000;
	font-weight: normal;
}

.Fbox {
	clear: both;
	width: 790px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: 1px solid #cccccc;
}
.header {
	padding: 0px;
	width: 790px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

.footer {
	padding: 0px;
	clear: both;
	width: 790px;
	margin: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
p {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p strong {
	color: #000000;
}
