/*
	Only For support/index.html
*/



div#ArticleMenu{
	margin:5px;
	margin-bottom:10px;
}

div#ArticleMenu a{
	font-family:Verdana,"Osaka";
	font-size:10px;
	color:#81a28f;
	text-decoration:none;
	border-right:1px solid #e0e0e0;
	padding:0px 3px 0px 3px;
}
div#ArticleMenu a:hover{
	color:#CC9933;
}
div#ArticleMenu a.Active{
	font-weight:bold;
	text-decoration:underline;
}


div#ArticleContents{
	margin:0px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
div#ArticleContents *{
	font-size:12px;
}
div#ArticleContents h2{
	background-color:#59826b;
	color:#fff;
	border-left:10px solid #395c48;
	margin:0px;
	margin-bottom:20px;
	padding:10px 5px 5px 5px ;
	font-size:105%;
}


div#ArticleContents table{
	border:1px solid #ccc;
	border-collapse:collapse;
	width:100%;
}
div#ArticleContents table td{
	border:1px solid #ccc;
}
div#ArticleContents table th{
	border:1px solid #ccc;
	background-color:#dcefde;
	color:#59826b;
}