html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(images/m-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

table {
	table-layout: auto;
	empty-cells: show;
}

td {
	text-align: left;
	vertical-align: top;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link		{ color: #000000; text-decoration: underline; }
a:visited	{ color: #000000; text-decoration: underline; }
a:hover		{ color: #999999; text-decoration: underline; }
a:active	{ color: #999999; text-decoration: none; }

a.menu:link		{ color: #000000; text-decoration: none; }
a.menu:visited	{ color: #000000; text-decoration: none; }
a.menu:hover	{ color: #000000; text-decoration: none; }
a.menu:active	{ color: #000000; text-decoration: none; }

a.menu_active:link		{ color: #FFF; text-decoration: none; }
a.menu_active:visited	{ color: #FFF; text-decoration: none; }
a.menu_active:hover		{ color: #FFF; text-decoration: none; }
a.menu_active:active	{ color: #FFF; text-decoration: none; }

.des_l {
	background-image: url(images/des-l.gif);
	background-repeat: repeat-y;
	width: 11px;
}

.des_r {
	background-image: url(images/des-r.gif);
	background-repeat: repeat-y;
	width: 11px;
}

.header_l {
	width: 371px;
	height: 100px;
	border-bottom: 1px solid #747474;
}

.header_c {
	height: 100px;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #747474;
}

.header_r {
	height: 100px;
	background-image: url(images/header-right.jpg);
	background-repeat:no-repeat;
	background-position: right;
	width: 562px;
	border-bottom: 1px solid #747474;
}

.navi_td {
	padding: 0px 10px 0px 10px;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	background-color: #e8e8e8;
	border-bottom: 1px solid #bfbfbf;
	cursor: pointer;
	height: 25px;
	vertical-align: middle;
}

.navi_td:hover {
	background-color: #bfbfbf;
}

.navi_activ {
	padding: 0px 10px 0px 10px;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	background-color: #747474;
	border-bottom: 1px solid #747474;
	cursor: pointer;
	height: 25px;
	vertical-align: middle;
	color: #FFFFFF;
}

.navi_sub {
	padding: 0px 10px 0px 10px;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	background-color: #bfbfbf;
	border-bottom: 1px solid #747474;
	cursor: pointer;
	height: 25px;
	vertical-align: middle;
}

.navi_sub:hover {
	color: #FFFFFF;
}

.navi_endsub {
	width: 1px;
	font-size: 1px;
	background-color: #747474;
}

.navi_bg {
	background-color: #e8e8e8;
	border-bottom: 1px solid #bfbfbf;
	padding-right: 5px;
}

.sep {
	background-image: url(images/sep.gif);
	background-repeat: repeat-x;
	height: 10px;
	font-size: 1px;
}

.stay {
	height: 25px;
	background-color: #e8e8e8;
	border-top: 1px solid #bfbfbf;	
	border-bottom: 1px solid #bfbfbf;
	vertical-align: middle;
	padding-left: 10px;
	font-weight: bold;
}

.content {
	padding: 15px 15px 15px 15px;
}

.top {
	background-image: url(images/ver-top.gif);
	background-repeat: repeat-x;
	font-size: 1px;
	height: 5px;
}

.m_t {
	width: 8px;
	height: 8px;
	vertical-align: bottom;
}

.m_tic {
	background-image: url(images/m-tic.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 8px;
/*	font-size: 1px;*/
}

.m_tc {
	background-image: url(images/m-tc.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 8px;
	/*font-size: 1px;*/
}

.m_til {
	background-image: url(images/m-til.gif);
	background-repeat: repeat-y;
}

.m_tib {
	background-color: #aaaaaa;
	height: 20px;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 10px 0px 6px;
	width: 10px;
	vertical-align: top;
}

.m_cl {
	background-image: url(images/m-cl.gif);
	background-repeat: repeat-y;
}

.m_cr {
	background-image: url(images/m-cr.gif);
	background-repeat: repeat-y;
}

.m_b {
	width: 8px;
	height: 8px;
	vertical-align: top;
}

.m_bc {
	background-image: url(images/m-bc.gif);
	background-repeat: repeat-x;
	height: 8px;
}

.m_c {
	padding: 2px 1px 1px 1px;
}

.h1 {
	font-size: 24px;
	font-weight: bold;
}

.h2 {
	font-size: 18px;
	font-weight: bold;
}

div.justify {
	text-align: justify;
	padding: 5px;
}

img.div_image {
	float: left;
	padding-right: 5px;
}

