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

img.centerImage{
	display: block;
	margin: 10px auto;
}
a.boldLink{
	font-weight: bold;
	color: inherit;
}
ol{
	margin: 15px;
	color: #00558c;
	font-size: 14px;
}
ol li{list-style: decimal;}

h1{
	font-size: 36px;
}
.normal{
	font-weight: normal;
	color: #ffffff;
}

h2{
	font-size: 24px;
}
.centerTextBox{
	display: block;
	margin: 0 auto;
	width: 880px;
	height: auto;
}
.margin10{
	margin: 10px;
}

input.text{
	height: 30px;
	margin-right: 20px;
	margin-top: 8px;
}

input.checkbox{
	vertical-align: middle;
}


input.submit {
    background-color: #00558c;
    border: 1px solid gray;
    color: #fff;
    font-weight: bold;
    height: 30px;
    margin-top: 15px;
    width: 95%;
}

