body {
	margin: 0px;
	padding: 0px;
	background-color: #E9EEF2;
	font-family: Arial;
	font-size: 12px;
	color: #007E7C;
}

.bold {
	font-weight: bold;
}

.white {
	color: #fff;
}

img {
	border: 0px;
}

img.middle {
	vertical-align: middle;
}

div, a, td, p, span {
	font-family: inherit;
	font-size: inherit;
}

div.w1000 {
	width: 1000px;
}

div.logo {
	width: 100%;
	height: 150px;
	background-image: url('../imgs/logo.gif');
	background-repeat: no-repeat;
}

div.area {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #007E7C;
}

a:hover {
	font-weight: bold;
}

.content {
	margin-top: 10px;
	min-height: 410px;
	width: 725px;
}
.content a {
	text-decoration: underline;
}
.cont_box {
	padding: 5px 80px 50px 0px;
	text-align: justify;
}

div.menu_area {
	margin-top: 10px;
	background-image: url('../imgs/menu.gif');
	background-position: 10px top;
	background-repeat: no-repeat;
	min-height: 410px;
	width: 265px;
	border: solid 0spx #000;
}

div.menu_area div {
	padding-bottom: 4px;
	padding-top: 3px;
	width: 247px;
	border: solid 0px #000;
	margin-right: 25px;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

a.link_gal_sel_nr {
	font-size: 14px;
}