body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #f8f6f6;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	color: 000;
}
a:link {text-decoration: none; color: #050505;}
a:visited, a:hover, a:active {color: #050505;}
.img_home {
	height:28px;
	width:35px;
}
#bottomtable {
}

#maintable {
}

/** Navigation **/
#navigation {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 1px 10px 2px;
	vertical-align:middle;
	float: left;
}
#navigation li {
	float: left;
	height: auto;
	padding-left: 1px;
	vertical-align: middle;
	height: 35px;
}
#navigation li a {
	color: #101010;
	display: block;
	font-size: 11px;
	font-weight: bolder;
	padding: 1px 10px 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
	width: 80px; 
}
#navigation li a:hover, #navigation li.selected a {
	color: #505050;
}
#navigation li:first-child a {
	display: block;
	width: 40px;
	border: none;
}
@media screen and (max-width: 688px) {
	#navigation li a, #navigation li:first-child a { width: 65px; border: 1px solid black; border-radius:4px; }
}

#contents {
	margin-bottom: 30px;
	padding-bottom: 11px;
	color: #000000;
}

#contents h1, .h1 {
	color: #101010;
	font-weight: normal;
	font-size: 28px;
	font-weight: bolder;
}
#contents h2, .h2 {
	color: #101010;
	font-size: 28px;
	font-weight: normal;
}
#contents h3, .h3 {
	color: #101010;
	font-size: 16px;
	font-weight: bolder;
}
#contents h4, .h4 {
	color: #101010;
	font-size: 16px;
	font-weight: normal;
}
#contents h5, .h5 {
	color: #101010;
	font-size: 10px;
	font-weight:bold;
}
#contents h6, .h6 {
	color: #101010;
	font-size: 10px;
	font-weight:normal;
}

#contents p {
	color: #101010;
	font: 12px/30px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 30px;
	text-align: justify;
}
#contents p a {
	color: #050505;
}
#contents p a:hover {
	color: #505050;
}
#contents ul {
	list-style-type:circle;
}
#contents ul ul {
	list-style-type:none;
}
#contents li, #contents li li, #contents li a:visited, #contents li a:active {
	color: #050505;
	font: 13px/30px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0;
	text-align: left;
	line-height: 20px;
}
#contents li li {
	line-height: 10px;
	margin: 0;
}
#contents li li { 
	font-size: 11px; 
	float:!important;
	}
@media screen and (max-width: 688px) {
	#contents li li { font-size: 9px; }
}
#contents li a:hover { color: #505050; }


