﻿body{
	margin:0px;
	padding:0px;
	line-height:150%;
	font-size:14px;
}
.cmenu{
	background-color: #ddad08;
	width:700px;
	padding:0 14px 0 14px;
	border:1px solid #80800e;
	border-width:0 1px 0 1px;
	border-bottom:1px solid #e10601;
	margin-top:2px;
}
.cmenu a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 8px 4px 8px;
}
.cmenu a.st{
	background-color: #e10601;
}
.content{
	width:700px;
	text-align:left;
	border:1px solid #80800e;
	padding:14px;
	border-width:0 1px 0 1px;
}
.content .th{
	background-color:#e6e6bd;
	font-size:12px;
	padding:2px;
	font-weight:bold;
	color:#4b4b00;
}
.content td{
	text-indent:.2em;
	border-bottom:1px solid #c0c0ba;
	line-height:180%;
}
.content a{
	color:#0000cc;
	text-decoration:none;
}
