@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
.column {
	background-color: #0E76B3;
}
body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	padding:0px;
	margin:0px 0px 10px;
	text-align: center;
	height: 100%;
}
.fullheight {
	height:100%;
}
#content {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 1010px;
	background-color: #FFFFF3;
	border: 1px outset #000000;
	height:100%;
	z-index: 0;
}
#textbox {
	position:relative;
	z-index: 1;
}
#copyright {
	position:relative;
	font-size:10px;
	text-align:center;
	top:-10px;
	z-index:1;
}
#footer {
	position:relative;
	font-size:10px;
	text-align:center;
	top:5px;
	left:5px;
}
p, pre {
margin: 0px;
padding-top:5px;
}
p {
	line-height:1.5;
	text-align:justify;
	text-indent: 25px;
}
h1 {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	color:#F29F22;
	font-weight: bold;
	text-decoration: none;
	line-height:1;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 5px;
}
h2 {
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#F29F22;
	font-weight: 400;
	text-decoration: none;
	line-height:1;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	font-style: normal;
	margin: 0px;
}
.bgcolor {
	background-color:#FFFFF3;
}
a:link {
color: #0E76B3;
text-decoration: underline;
}
a:visited {
	color:#0E76B3;
	text-decoration:none;
}
a:hover {
	color:#3366FF;
	text-decoration:underline;
}
.img {
	border:2px solid #3399FF;
}
.td {
	border:#67A1F5 1px;
	border-bottom:thin #67a1F5;
}