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

.copyrights {
	font-size: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}


A:link 					{ font-family: Arial, Helvetica, sans-serif;	font-weight:normal; 	color:#0099CB;	text-decoration:none;	font-size: 11px;}
A:visited 				{ font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 11px; color:#0099CB; text-decoration:none; }
A:hover 				{font-family: Arial, Helvetica, sans-serif;  color:#666666; font-size: 11px; }

A.link2:link 					{ font-weight:normal;	color:#666666;	text-decoration:none; }
A.link2:visited 				{ font-weight:normal; color:#666666; text-decoration:none; }
A.link2:hover 				{ color:#0099CB;}

A.link3:link 					{
	font-weight:normal;
	color:#0099CB;
	text-decoration:none;
	font-size: 12px;
}
A.link3:visited 				{ font-weight:normal; font-size: 12px; color:#0099CB; text-decoration:none; }
A.link3:hover 				{ color:#666666; font-size: 12px;}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.header_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.black_header16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;	
}
.blue_header16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0099CB;
	font-weight: bold;	
}
.blue_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099CB;
	font-weight: bold;	
}
.table_lines {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099CB;
	border-right-color: #0099CB;
	border-bottom-color: #0099CB;
	border-left-color: #0099CB;
	border-top-style: solid;
}

.table_lines2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0099CB;
	border-right-color: #0099CB;
	border-bottom-color: #0099CB;
	border-left-color: #0099CB;
	border-top-style: solid;
}

.blue_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CB;
}
.blue_normal_link	{ color:#0099CB; font-weight:normal; font-size: 11px;}

input.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b75bb;
	border: 1px solid #666666;
	width: 220px;
	background-color:#F2F5F7;
}
textarea.styled {         	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b75bb;
	border: 1px solid #666666;
	width: 260px;
	background-color:#F2F5F7;
		 }

INPUT.form_button,
INPUT.form_button:hover,
INPUT.form_button:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
	width:70px;
	cursor:pointer;
	color: #1b75bb;
	background-color:#F2F5F7;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b75bb;
	border: 1px solid #666666;
	background-color:#F2F5F7;
}.footer_bg {
	background-color: #F4F4F4;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}
.left_paddong {
padding-left:10px;
}
.line_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0099CB;
}
.line_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CB;
}
.mainimage_bg1 { 
	background:#F1F1F1;
	height: 25px;
	vertical-align: middle;
	display: table-column;
	padding-top:5px;
}
.mainimage_bg2 { 
	height: 25px;
	vertical-align: middle;
	display: table-column;
	padding-top:5px;
}