*{
	margin: 0px;

}
body {
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 85%;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	color: #006666;
}
div#page {
	text-align: left;
	width: 600px;
	border: 1px solid #335566;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
div#main {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
div#main p {
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
div#main ol {
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 130%;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

div#main ul {
	margin-bottom: 1em;
	line-height: 130%;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	padding: 0px;
}
div#main li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
div#foot {
	border-top: 1px solid #333333;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
div#foot p{
	font-size: 12px;
	margin: 0px;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	padding: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
h2 {
	font-size: 100%;
	color: #3366CC;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #0099FF;
	margin-top: 15px;
	font-weight: normal;
	text-indent: 10px;
	background-color: #e6e6fa;
}
INPUT {
	margin: 1px;
}
th {
	font-weight: normal;
	color: #6699CC;
}
td {
	padding: 0px;
	font-size: 95%;
}
.IN {
	background-color: #e6e6fa;
	border: 1px solid #999999;
}
