table.line {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin-top: 7px;
	width: 600px;
	position: relative;
	left: 10px;
}
table.line td,
table.line th {
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 14px;
	font-size: 12px;
}
table.line th {
	background-color: #FFCC00;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 1px;
	padding-left: 1px;
}
.Mtext {
	font-size: 12px;
	font-weight: bold;
}
.Btext {
	font-size: 14px;
	font-weight: bold;
}
#Main table {
	position: relative;
	left: 10px;
}
