@charset "UTF-8";

@import url("default.css");

body {
	color: #000;
	background-color: #fff;
}

h1, div#sidebox, div#footer, ol#top-menu, div#main div.go-top {
	display:none;
}

#container {
	width:100%;
	margin:0 auto;
}

#main {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#000000;
}

h2, h3, h4, p, table, blockquote, dl, ol, ul, address {
	margin: 1em 0;
}

th, td {
	padding: 10px 5px;
}

ol li {
	margin: 0 0 .5em 2em;
	list-style-type: decimal;
	list-style-position: outside;
}

h2 {
	width:auto;
	height:auto;
	background: none;
	text-indent: 0;
}

h3 {
	font-size:100%;
	padding:0;
}

table { width:100%; }

