html {
	min-height:100.05%;
}

body {
	background-image: url(../_images/back_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #858482;
	margin: 0px;
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 10px 0px 20px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #0C2A55;
	margin: 0px 0px 10px;
	line-height: 18px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 10px;
	color: #666;
}



p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 20px;
}
ul {
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 10px;
}

li {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 5px;
}
td {
	padding: 20px 10px;
	text-align: center;
}

label {
	font-size: 12px;
	width: 125px;
	display: block;
	float: left;
}
sup {
	font-size: 12px;
	vertical-align: text-top;
	color: #C03;
}



a {
	color: #36C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


hr {
	height: 1px;
	border-top: 1px solid #858482;
	border-right: 0px solid #858482;
	border-bottom: 0px solid #858482;
	border-left: 0px solid #858482;
	margin: 20px 0px;
}
