@charset "utf-8";
/* CSS Document */


h2 {
	border-bottom:#000000 solid 1px;
	padding-bottom:15px;
	text-align:center;
}
ol {
	margin-top:30px;
}
ol > li {
	margin-bottom:30px;
}
ol > li > a span {
}
ol > li > a:link,
ol > li > a:active,
ol > li > a:visited {
	color:#434343;
	text-decoration:none;
}

ol > li > a:hover {
	text-decoration:underline;
}

html,body{
     height: 100%;
}
#wrap{
     position: relative;
     min-height: 100%;
     padding-bottom: 80px;
}
.copyright {
    position: absolute;
    bottom: 0;
	text-align:center;
	width:100%;
	height:20px;
	vertical-align:bottom;
}
