/* Basic
----------------------------------------------------------------- */

body { 
	background: #2a2a2a;
	margin: 0;
	padding: 0;
	font-family: "Tahoma", "Arial", "Verdana"; 
	font-size: 11px; 
	line-height: 140%; 
	color: #fff; 
}

td { 
	font-family: "Tahoma", "Arial", "Verdana"; 
	font-size: 11px; 
	line-height: 140%; 
	color: #fff; 
}

.blank {
	font-size: 1pt;
}


/* Layout
----------------------------------------------------------------- */

.lay01 {
	height: 29px;
	background: #192227;
}

.lay02 {
	height: 108px;
	background: url(images/lay02_bg.gif);
}

.lay03 {
	height: 6px;
	background: url(images/lay03_bg.gif);
}

.lay04 {
	height: 391px;
	background-color: #fff;
}

.lay04_sub {
	height: 240px;
	background-color: #fff;
}

.lay05 {
	height: 7px;
	background: url(images/lay05_bg.gif);
}

.lay06 {
	padding: 20px 0;
	background: #1d1d1d url(images/lay06_bot_bg.gif) repeat-x bottom left;
}

.lay07 {
	padding: 20px 0;
	background: #212121 url(images/lay07_bot_bg.gif) repeat-x bottom left;
}

.lay08 {
	padding: 20px 0;
}


/* Link
----------------------------------------------------------------- */

a:link, a:visited {
	color: #91FFF6; 
	text-decoration:underline;
}

a:hover {
	color: #F6FF00;
}

a.g:link, a.g:visited {
	color: #0A2B43; 
	text-decoration:none;
}

a.g:hover {
	color: #FF8A00;
	text-decoration:none;
}

a.m:link, a.m:visited {
	color: #0A2B43;
	font-size: 13px;
	font-weight:bold; 
	text-decoration:none;
}

a.m:hover {
	color: #FF8A00;
	font-size: 13px; 
	font-weight:bold;
	text-decoration:none;
}

/* Navigation
----------------------------------------------------------------- */

.nav {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav li {
	float: right;
	margin-left: 2px;
	margin-right: 2px;
}

.nav li a {
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration:none;
	text-transform: uppercase;
}

.nav li {
	background: #3c4e5a url(images/nav_right.gif) no-repeat top right;
}

.nav li a {
	background: url(images/nav_left.gif) no-repeat top left;
}

.nav li:hover {
	background: #d9dfce url(images/nav_h_right.gif) no-repeat top right;
}

.nav li:hover a {
	color: #26343c;
	background: url(images/nav_h_left.gif) no-repeat top left;
}


/* Contents
----------------------------------------------------------------- */

.mbox {
	width: 920px;
	height: 351px;
	background-color: #d8d7d7;
	border: 1px solid #c3c4c5;
}

.mboxi_left {
	width: 648px;
	height: 331px;
	background: url(images/mboxi_bg.gif);
}

.mboxi_center {
	width: 2px;
	background: url(images/mboxi_vline.gif);
}

.mboxi_right {
	width: 250px;
	background-color: #1d4b73;
}

.mbox_sub {
	width: 920px;
	height: 200px;
	background-color: #d8d7d7;
	border: 1px solid #c3c4c5;
}

.mboxi_sub_left {
	width: 648px;
	height: 180px;
	background: url(images/mboxi_bg.gif);
}

.mbr_title {
	padding: 20px 0 5px 0;
	color: #fcd604;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.mbr_content {
	padding: 5px 0 0 0;
	text-align: left;
}

.banner {
	font-size: 16px;
	color: #fff;
	font-weight:bold;
	padding: 5px;
	text-align: left;
}

.title {
	font-size: 13px;
	color: #ffd73d;
	font-weight:bold;
}

.title2 {
	font-size: 12px;
	color: #4bf286;
	font-weight:bold;
}

.iborder {
	border-style: solid; 
	border-color: #d8d7d7;
}

.iborder2 {
	border-style: solid; 
	border-color: #ffd75d;
}

.iboxc {
	text-align: left;
	padding: 10px 0 0 0;
}

.tbox {
	color: #fca104;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.hline {
	width: 284px;
	height: 2px;
	margin: 5px 0 10px 0;
}

.hline2 {
	width: 602px;
	height: 2px;
	margin: 0 0 10px 0;
}

.hline3 {
	width: 284px;
	height: 2px;
	margin: 0 0 20px 0;
}

.list ul {
	margin: 10px 10px 0 10px;
	padding: 0 0 10px 5px;
	list-style: none;	
}

.list li {
	margin: 0;
	padding: 0 0 2px 18px;
	background: url('images/bullet_03.gif') no-repeat 0 50%;
}

.inputbox {
	border-top: #3c4b53 1px solid; 
	border-right: #3c4b53 1px solid; 
	border-left: #3c4b53 1px solid; 
	border-bottom: #3c4b53 1px solid;
	background: #2b3b44;
	font-size: 11px;
	width: 200px;
	height: 13px;
	color: #fff;
}

.linebg {
	background: url('images/icon_bg.gif');

}
