@charset "UTF-8";
@import "default.css";

.center {text-align: center!important;}
.red {color: #ff0000!important;}
.mb020 {margin-bottom: 20px!important;}
.mb030 {margin-bottom: 30px!important;}
.mb040 {margin-bottom: 40px!important;}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 80%;
	color: #666;
}

#header {
	margin-bottom: 20px;
	padding: 15px 0px;
	text-align: center;
	background-color: #e00012;
}
#header h1 {
	color: #fff;
	text-align: center;
}

#wrapper {
	margin: 0px auto;
	width: 340px;
	text-align: center;
	font-size: 100%;
}

table {
	width: 340px;
	border: none;
}
th {
	width: 95px;
	border: none;
}
td {
	border: none;
}
