@charset "utf-8";
/* CSS Document */
body{
	background-color: #787878;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
.header {
	background:url(images/header.jpg) no-repeat;
	width: 757px;
}
.buttons {
	padding-top: 95px;
	padding-left: 85px;
	font-weight:bold;
	color:#FFF;	
}
.buttons a {
	font-weight:bold;
	color:#FFF;	
	text-decoration:underline;
      
}
.header_yellow {
	color:#f7ec1c;
	font-weight:bold;
	padding-left: 100px;
	padding-top: 7px;
}
.left_grad {
	background:url(images/left_grad.jpg) repeat-y;
}
.right_grad {
	background:url(images/right_grad.jpg) repeat-y;
}
.main {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.box {
	border-right:solid 4px #224083;
	border-left: solid 4px #224083;
	border-top: solid 4px #224083;
}
.box_left {
	background:url(images/top_left.jpg) top left no-repeat;
	margin-left: -4px;
	margin-top: -4px;
}
.box_right {
	background:url(images/top_right.jpg) top right no-repeat;
	margin-right: -4px;
	margin-top: -4px;
}

p {
	margin-top: 15px;	
}
p.box_header {
	margin-top: 8px;
	color: #224083;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0px;
	text-align: center;
}
p.box_header2 {
	margin-top: 6px;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
}
p.main_header {
	font-size: 27px;
	font-weight: 900;
	color: #27306a;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
p.sub_header {
	font-size: 16px;
	font-weight: 900;
	color: #27306a;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.underline {
	font-weight: bold;
	text-decoration:underline;
}
.form {
	line-height: 24px;
}
.small {
	font-size: 10px;
	border:solid 1px #000;
}
.small_red {
	font-size: 12px;
	font-weight: bold;
	color:#F00;
}
.footer {
	background-color:#999;
	color:#FFF;
	font-size: 12px;
	text-align:center;
	height: 40px;
}
.footer a {
	background-color:#999;
	color:#FFF;
	font-size: 12px;
	text-align:center;
	height: 40px;
}
.bottom {
	font-size: 10px;
	text-align:center;
}
li.question {
	color:#F00;
	font-weight: bold;
}