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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000849;
}
a:link {
	color: #DC313A;
}
a:visited {
	color: #DC313A;
}
a:hover {
	color: #F60;
}
a:active {
	color: #300;
}

h4 {
	font-size: 12px;
	color: #DC313A;
}

h1 {
	font-size: 18px;
	color: #DC313A;
}
h2 {
	font-size: 24px;
	color: #DC313A;
}
h3 {
	font-size: 16px;
	color: #000849;
}
h5 {
	font-size: 12px;
	color: #003;
}
.main {
	position:absolute;
	left: 50%;
	margin-left: -400px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #FFF;
	width: 750px;
}
.box {
	width: 800px;
	position:absolute;
	background-color: #FFF;
	left: 50%;
	margin-left: -400px;
	text-align: left;
}
.left {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 22px;
	margin-bottom: 10px;
}
