@charset "utf-8";
*{
	margin:0;
	padding:0;
}
html{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	overflow: scroll;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	line-height:1.5;
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;

}
h1,h2,h3,h4,h5,p ul li{
	color: #000033;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h6{
	color: #FF0000;
}
img{
	border:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
img a:hover{
	background-image: none;
}
hr{
	width: 90%;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
a{
	color: #0000CC;
	text-decoration: underline;
}
a:hover{
	color: #FF6600;
}

.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_both{
	clear: both;
}

.center{
}
.left{
	text-align: left;
}
