.main {
	width: 900px;
	margin: auto;
	padding: 0;
}

.content h1 {
	font-size: 32px;
}

body {
	background: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
}

p {
	padding-top: 0px;
}

h2 {
	font-weight: bold;
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 0px;
}

h5 {
 	font-weight: normal;
	font-size: 11px;
}

small {
	font-size: 14px;
	padding-top: 5px;
}

.banner {
	text-align: center;
}

img {
	border: none;
}

a {
	color: #ffffff;
}

.menu {
	font-size: 45px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 40px;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

.menu li {
	display: inline;
	padding-right: 20px;
}

.menu li a {
	text-decoration: none;
}

.menu li a:hover {
	text-decoration: underline;
}

.menu_current {
	text-decoration: underline;
}

table tr td {
	border-style: hidden;
	vertical-align: top;
	padding-top: 0px;
}

td {
	padding-right: 15px;
}

.footer {
	text-align: right;
	font-size: 14px;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

