@charset "utf-8";
body {
    margin-top: 0;
    margin-left: 0;
	background: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

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

input, select, textarea  {
	border-style: solid;
	border-color: #2A3C62;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

input.checkbox {
    border-style: none;
}

div#main {
    position: absolute;
    left:50%;
    width: 770px;
    height: 740px;
    margin-top:0;
    margin-left:-388px;
}

div#bottom_bar {
	position: absolute;
	background: #2A3C62;
	width: 770px;
	height: 20px;
	top: 680px;
	left: 0;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

div#bottom_nav {
    position: absolute;
    width: 770px;
    height: 30px;
    top: 710px;
	left: 0;
    text-align: center;
}

font.title {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}

h1.title {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

font.sub_title {
	color: #2A3C62;
	font-size: 13px;
	font-weight: bold;
}

h2.sub_title {
	color: #2A3C62;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

hr.line {
	color: #8296b0;
	height: 1px;
}

p.body_content {
	margin: 0px;
	padding: 0px;
}
