.bg_l {
	background-image: url(images/1.jpg);
	background-repeat: repeat-y;
}
.bg_r {
	background-image: url(images/3.jpg);
	background-repeat: repeat-y;
}
.box {
	background-color: #FFF;
	padding-top: 5px;
	background-image: url(images/bg_form.jpg);
	background-repeat: no-repeat;
}

.pad_tb {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pad_t {
	padding-top: 15px;
}

.text_titles {
	font-family: Calibri, sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #000;
	margin-top: 1px;
	margin-bottom: 1px;
}
.text_main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 20px;
}
.text_main_no {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
}
.text_form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
}


.text_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C7010E;
	margin-top: 1px;
	margin-bottom: 1px;
}
.text_footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	margin-top: 1px;
	margin-bottom: 1px;
}
.text_footer2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-top: 1px;
	margin-bottom: 1px;
}
.outline_bl {
	border: 2px solid #000;
}
