@charset "UTF-8";
/* CSS Document */






/*  Titles  */


.main_title_1 {
	font-size: 23px;
	color: #860c0a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	padding: 3px 3px 10px 0px;
}

.main_title_2{
	font-size: 23px;
	color: #184896;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	padding: 3px 3px 10px 0px;
}


.main_title_3 {
	font-size: 23px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	padding: 3px 3px 10px 0px;
}
.main_title_4 {
	font-size: 23px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	padding: 3px 3px 10px 0px;
}



.error_message {
	font-size: 23px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	padding: 3px 3px 10px 0px;
}

.error_message_small {
	font-size: 16px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	padding: 3px 3px 10px 0px;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #860c0a;
	text-decoration: none;
}


.sub_title_1{
	font-size: 16px;
	color: #860c0a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 20px;
}


 .sub_title_1 a:link, .sub_title_1 a:visited, .sub_title_1 a:active {
	font-size: 16px;
	color: #860c0a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 20px;
	text-decoration: none;
}


.sub_title_1 a:hover{
	font-size: 16px;
	color: #860c0a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: underline;
	line-height: 20px;
}



.sub_title_2 {
	font-size: 16px;
	color: #184896;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.sub_title_2_red {
	font-size: 16px;
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}


.sub_title_3 {
	font-size: 16px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.sub_title_4 {
	font-size: 20px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.sub_title_5 {
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
}

 .sub_title_5 a:link, .sub_title_5 a:visited, .sub_title_5 a:active {
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: normal;
	text-decoration: none;
}


.sub_title_5 a:hover{
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: underline;
	line-height: normal;
}
.error_message_box {
	font-size: 20px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	
	background-color: #E9FFC6;
	border: 1px  dashed #000000;
	margin: 6px  6px 6px 6px;
	padding: 10px 10px 10px 10px;
}



.call_out_box{
	background-color: #E0E0E0;
	border: 2px dashed #999999;
	margin: 10px 10px 10px 0px;
	padding: 10px;
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.blue-box a:link, .blue-box a:active, .blue-box a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;

}
.blue-box a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;

}
.footer a:link, .footer a:active, .footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
