@charset "UTF-8";
#frame {
	text-align: left;
	margin: 10px auto 10px 20px;
	width: 740px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
p {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	margin: 10px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000033;
	text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	margin: 15px 5px 5px;
	text-align: left;
}
h3 {
	font-size: 12px;
	color: #333333;
	margin: 5px 20px 0px;
	text-indent: 15px;
	font-weight: normal;
	text-align: justify;
}
h4 {
	font-size: 11px;
	color: #333333;
	margin: 5px 50px;
	font-weight: normal;
	text-align: justify;
}
h5 {
	text-indent: -15px;
	margin: 5px 35px 0px;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
h6 {
	margin: 5px 30px 0px;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
ul {
	font: normal 12px "Times New Roman", Times, serif;
	color: #333333;
	margin: 0px 0px 10px -10px;
	list-style: none;
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
.FigR {
	margin: 5px 0px 0px 20px;
	float: right;
	text-indent: -5px;
}
.FigL {
	margin: 10px 15px 0px 0px;
	float: left;
	text-indent: -2px;
}
#head {
	background: #CCCCCC;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 740px;
}
#content {
	background: #FFFFFF;
	text-align: center;
	margin: 0px 10px;
	border-right: #000033;
	border-left: #000033;
	border-top-color: #000033;
	border-bottom-color: #000033;
}
#footer {
	background: #CCCCCC;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 110px;
	width: 740px;
}
#footxt {
	background: #CCCCCC;
	float: right;
	height: 50px;
	width: 600px;
	margin-top: 20px;
	margin-right: 20px;
}
#headtxt {
	background: #CCCCCC;
	float: left;
	height: 50px;
	width: 200px;
	margin: 5px 0px 0px 5px;
	text-align: left;
}
