html {
	margin: 0px; padding: 0px; height: 100%; font-size: 12px;
}
body {
	margin: 0px; padding: 0px; height: 100%; font-size: 12px;
}
#wrap {
	margin: 0px; padding: 0px; height: 100%; font-size: 12px;
}
body > #wrap {
	height: auto; min-height: 100%;
}
td {
	font-size: 12px;
}
#main {
	padding-bottom: 100px;
}
.footer {
	height: 100px; clear: both; margin-top: -100px; vertical-align: bottom; position: relative;
}
.clearfix::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: ".";
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
a:link {
	color: rgb(0, 0, 0); text-decoration: none;
}
a:visited {
	color: rgb(0, 0, 0); text-decoration: none;
}
a:active {
	color: green; text-decoration: none;
}
a:hover {
	color: red; text-decoration: none;
}
.TOP {
	padding: 0px 5px; height: 20px; color: rgb(255, 255, 255); font-size: 12px; background-color: rgb(0, 204, 255);
}
.TOP a {
	color: rgb(255, 255, 255);
}
.copyright {
	height: 15px; color: rgb(255, 255, 255); font-size: 12px; background-color: rgb(204, 204, 204);
}
a img {
	border: currentColor; border-image: none;
}
