@font-face {
	font-family: 'Arno Pro Regular';
	src: url('./font/ArnoPro-Regular.eot');
	src: 
		local('Arno Pro Regular'), 
		local('ArnoPro-Regular'), 
		url('./font/ArnoPro-Regular.woff') format('woff'), 
		url('./font/ArnoPro-Regular.svg#ArnoPro-Regular') format('svg'), 
		url('./font/ArnoPro-Regular.otf') format('opentype');
}

body {
	background-color: #ffffff;
}

/* TABLE AND DIV STYLE */
td.logo1 {
	background: url("./images/bg_logo.png");
	width: 270px;
	height: 214px;
}

td.logo2 {
	background: url("./images/bg_logot.png");
	width: 270px;
	height: 31px;
}

td.banner {
	background: url("./images/bg_banner.png");
	width: 730px;
	height: 214px;
}

td.menu {
	background: url("./images/bg_menu_l.png") no-repeat;
	width: 35px;
}

td.bottom_l {
	background: url("./images/bg_bottom_l.png") no-repeat;
	width: 290px;
	height: 148px;
}

td.bottom_r {
	background: url("./images/bg_bottom_r.png") no-repeat;
	width: 710px;
}

div.menu {
	background: url("./images/bg_menu.png") repeat-x;
	height: 31px;
	margin-left: 35px;
}

div.global {
	text-align: center;
	background-color: silver;
}

div.body {
	width: 700;
	text-align: left;
}

div.m2 {
	padding-left: 15px;
	margin-bottom: 5px;
	font: 12px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

h4 {
	font: 14px "Lucida Grande", Verdana, Helvetica, Arial, serif;
	font-weight: bold;
	text-align: left;
	text-indent: 35px;
	margin: 0 0 0 0;
	color: #919090;
	/*color: #20738c;*/
}

/* LINK */
a.menu_head {
	font: 14px "Lucida Grande", Verdana, Helvetica, Arial, serif;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

a.menu_head:hover {
	color: #addeed;
}

a.menu2 {
	color: #636363;
	padding-left: 15pt;
	text-decoration: none;
	background: url("./images/btn_menu.png") left center no-repeat;
}

a.menu2:hover {
	background: url("./images/btn_menu_act.png") left center no-repeat;
	color: #107aa2;
}

/*.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#c1d3e0; margin:0 5px;}
.b2 {height:1px; background:#fff; border-right:2px solid #c1d3e0; border-left:2px solid #c1d3e0; margin:0 3px;}
.b3 {height:1px; background:#fff; border-right:1px solid #c1d3e0; border-left:1px solid #c1d3e0; margin:0 2px;}
.b4 {height:2px; background:#fff; border-right:1px solid #c1d3e0; border-left:1px solid #c1d3e0; margin:0 1px;}
.contentb {background: #fff; border-right:1px solid #c1d3e0; border-left:1px solid #c1d3e0; height: 100%;}
.contentb div {margin-left: 5px; margin-right: 5px; text-align: left; height: 100%;}
*/

.b1, .b2, .b3, .b4, .b5,
.b1 i, .b2 i, .b3 i, .b4 i, .b5 i,
.b1 b, .b2 b, .b3 b, .b4 b, .b5 b,
.b1 q, .b2 q, .b3 q, .b4 q, .b5 q {
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  border-style: solid;
  border-width: 0 1px;
  display: block;
}
.b1 {
  margin: 0 2px;
  background: #EBEEF0;
  border: none;
}
.b1 b {
 margin: 0 1px;
 background: #B8C3C8;
 border-color: #CBD3D7;
}
.b2 {margin: 0 1px; border-color: #D6DCDF;}
.b2 b {border-color: #B8C3C8;}
.b2 i {border-color: #E4E8EA;}
.b2 q {border-color: #F7F8F9;}
.b3 {border-color: #EBEEEF;}
.b3 b {border-color: #BCC6CB;}
.b3 i {border-color: #F9FAFB;}
.b4 {border-color: #CAD2D6;}
.b4 b {border-color: #E5E9EB;}
.b5 {border-color: #B5C0C6;}
.b5 b {border-color: #FAFBFB;}
.text {
  border: 1px solid #B0BCC2;
  border-width: 0 1px;
  padding: 0 12px;
  text-align: justify;
	font: 12px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #20738c;
}

.text p {
	margin: 0;
	margin-bottom: 10px;
	/*text-indent: 15px;*/
}

.text a {
	font: 12px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #20738c;
}

.text a:hover {
	text-decoration: none;
}
