@charset "utf-8";
/* CSS Document */
body{
padding:0px;
margin:0px;
background:#31312F;
text-align:center;
}
a:link { color: #999999; text-decoration: bold; }
a:visited { text-decoration: bold; color: #999999; }
a:hover { text-decoration: underline; color: #666666; }
a:active { text-decoration: none; color: #999999; }

.main_bdr {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.hd_bg_who {
	background-image: url(/resources/02_WhoWeAre_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 382px;
	width: 756px;
}

.main_text, input, textarea, body, font, select
	{
	font-family:Tahoma;
	font-size:12px;
	line-height:14px;
	color:#CCCCCC;		
	/*color:#878787;*/
	}
.lg_text
	{
		font-family:Tahoma;
		font-size:14px;
		line-height:14px;
		color:#CCCCCC;
		/*color:#878787;*/
	}

ul { margin:0px; padding:0px; list-style: none;}
li  {background:url(images/a2.gif) no-repeat left center; margin: 0px 0px 0px 0px; padding:0px 0px 0px 9px; font-weight:bold}
li a  {font-family:Tahoma; font-size:11px; line-height:18px; color:#A9A9A9}
strong a { color:#A9A9A9}
.dt { display:table; width:100%;}

.dr { display:table-row; width:100%; height:100%;}

.dc { display:table-cell; text-align:left; vertical-align:top; width:100%; }
div.scroll {
height: 170px;
width: 240px;
overflow: auto;
background-color: #41413F;
padding: 8px;
scrollbar-face-color:#EBF5FF;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:black;
scrollbar-track-color:#A9A9A9;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#78AAFF;
scrollbar-darkshadow-Color:#78AAFF;
}

.divider_line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
