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

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #003366;
}
.style1 {
	font-size: 36px
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.style3 {
	font-size: 10px;
	text-decoration: none;
}
select {
	border-bottom: 1px solid #03A6E1;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
textarea {
	font: bold 14px Arial, Helvetica, sans-serif;
	border: 1px dotted #03A6E1;
}
.option-blue {
	color: #026AA8;
	text-decoration: none;
}
.option-red {
	color: #CC0000;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
}
input {
	border-bottom: 1px solid #03A6E1;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
