@charset "iso-8859-1";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0x;
	top: 0px;
	left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
img {
	border: 0px none #ffffff;
}
h1 {
	color:#7f2c1e;
	font-size: 18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
h2 {
	color:#7f2c1e;
	font-size: 16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
h3 {
	color:#7f2c1e;
	font-size: 14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
h4 {
	color:#7f2c1e;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 10px 0px 2px 0px;
}
li {
	text-align: justify;
}
p {
	text-align: justify;
	text-indent: 10px;
}
p.highlight {
	background-color: #CCCCCC;
}
p.highlight_red {
	background-color: #ff583c;
}
div.hid {
	display: none;
}
div.vis {
	display: block;
}
a:link {
	color: #7f2c1e;
	text-decoration: none;
}
a:active {
	color: #7f2c1e;
	text-decoration: none;
}
a:visited {
	color: #7f2c1e;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

a.menu_link:link {
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_link:active {
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_link:visited {
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_link:hover {
	font-size:12px;
	color: #999999;
	text-decoration: none;
}

a.menu_link_small:link {
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_link_small:active {
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_link_small:visited {
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_link_small:hover {
	font-size:10px;
	color: #999999;
	text-decoration: none;
}

a.sub_menu_link:link {
	font-size:12px;
	color: #7f2c1e;
	text-decoration: none;
}
a.sub_menu_link:active {
	font-size:12px;
	color: #7f2c1e;
	text-decoration: none;
}
a.sub_menu_link:visited {
	font-size:12px;
	color: #7f2c1e;
	text-decoration: none;
}
a.sub_menu_link:hover {
	font-size:12px;
	color: #666666;
	text-decoration: none;
}

td.bottom_sx {
	font-size:9px;
	text-align: left;
	vertical-align: bottom;
	width: 400px;
	height:80px;
}
td.bottom_dx {
	font-size:9px;
	text-align: right;
	vertical-align: bottom;
	width: 300px;
	height: 80px;
}
td.bottom_cnt {
	width: 200px;
}
form.mlformstyle {
	padding: 5px;
	border: none 0px #ffffff;
	text-align: right;
}
input.mlforma {
	width:300px;
}
textarea.mlforma {
	width:300px;
}
textarea.mlformb {
	width:30px;
}