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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
/* HYPERLINK STYLE 2 */

a.hyperlink2:link{
	color: #003466;
	text-decoration: none;
}

a.hyperlink2:visited{
	color: #003466;
	text-decoration: none;
}
a.hyperlink2:hover{
	color: #FF0000;
	text-decoration:none;
}
a.hyperlink2:active{
	color: #FF0000;
	text-decoration:underline;
}

/*UNORDER LIST STYLE*/

ul.square {

	list-style-type: square;
	padding: 0 0 0 0;

}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	a:link {
		color: #003466;
		text-decoration: none;
	}
	a:visited {
		color: #003466;
		text-decoration: none;
	}
	a:hover {
		color: FF0000;
		text-decoration: none;
	}
	a:active {
		color: FF0000;
		text-decoration:underline;
	}

a.footerlink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerlink:visited {
	color: #DDDDDD;
	text-decoration: none;
}
a.footerlink:hover {
	color: #9999FF;
	text-decoration: none;
}
a.footerlink:active {
	text-decoration: none;
}
.table {
	width: 100%;
	background-repeat:no-repeat;
	background-image:url(../images/table_bg.jpg);
	background-position:center top;
	background-color:#F2F6FF;
}
.table_about {
	width: 100%;
	background-repeat:no-repeat;
	background-image:url(../images/table_bg_about.jpg);
	background-position:center top;
	background-color:#F2F6FF;
}
.table_contact {
	width: 100%;
	background-repeat:no-repeat;
	background-image:url(../images/table_bg_contact.jpg);
	background-position:center top;
	background-color:#F2F6FF;
}

.content_title {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 16px;
	font-weight:bold;
	

}

.content_title_sub {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #325a85;
	font-size: 12px;
	font-weight:bold;
	

}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	
}
.content_text_about {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.8em;
}
.content_text_white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.content_text_white_small {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
.content_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.red_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
}
.blue_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #00007B;
	font-size: 12px;
}
.title_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4439;
	font-size: 14px;
}
.title_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4439;
	font-size: 14px;
	font-weight: bold;	
}
.title_text_bold_2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.left_menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
.copyright {
	color: #FFFFFF;
	font-size: 12px;
}
/* FORM STYLE */
.texta {
 font-size: 12px;
 background-color: #ffffff;
 border: 1px solid #666666;
}
.text_m_d {
 font-size: 12px;
 width: 18px;
 background-color: #ffffff;
 border: 1px solid #666666;
}
.text_y {
 font-size: 12px;
 width: 30px;
 background-color: #ffffff;
 border: 1px solid #666666;
}

#title_bar_whole{
	width:100%;
}
#title_bar_item{
	float:left;
	width:120px;
}
#title_bar_whole_finish{
	clear:both;
}
