
.s_black {
	font-size: 85%;
	color:#333;
	font-weight:normal;
}

/***   stTable   ***/
#stTable {
	width:596px;
	border-top:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
}
/**blue**/
#stTable th{
	color:#fff;
	background-color: #2082CD;
	font-size: 80%;
	line-height:140%;
	font-weight: bold;
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}
#stTable th.head{
	color:#333;
	background-color: #ccc;
	font-size: 80%;
	line-height:140%;
	font-weight: bold;
	border-bottom:1px solid #ccc;
	border-right:1px solid #d4d4d4;
}
#stTable th.bgw{
	color:#333;
	background-color: #fff;
	font-size: 80%;
	line-height:140%;
	font-weight: bold;
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}
#stTable td{
	color:#333;
	font-size: 80%;
	line-height:140%;
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}


/***   list access   ***/
#access ol{
	margin-top:20px;
}
#access li.bold{
	font-weight: bold;
}


/***   markTable   ***/
.markTable{
	width:596px;
}
.markTable th{
	color:#333;
	background-color: #EDE9E2;
	font-size: 80%;
	line-height:140%;
	font-weight: bold;
	text-align: left;
	background-image: url("../images/arwtitle_red.gif");
	background-position: 0px 7px;
	background-repeat: no-repeat ;
	padding: 5px 0 5px 20px;
}
.outlineTable td{
	color:#333;
	font-size: 80%;
	line-height:140%;
	font-weight: normal;
	text-align: left;
}


/***   lineTable   ***/
#lineTable{
	width:596px;
	border-top:1px solid #d4d4d4;
}
#lineTable td{
	color:#333;
	font-size: 80%;
	line-height:140%;
	font-weight: normal;
	text-align: left;
	border-bottom:1px solid #d4d4d4;
}

/***   sche Table   ***/
#scheTable th{
	color:#fff;
	font-size: 80%;
	line-height:160%;
	font-weight: bold;
	background-color: #2082CD;
	padding: 5px 0 5px 0;
}
#scheTable th.st{
	color:#fff;
	font-size: 80%;
	line-height:140%;
	font-weight: bold;
	background-color: #2082CD;
}

#scheTable td{
	font-size: 80%;
	line-height:140%;
	font-weight: bold;
}
#scheTable td.st{
	font-size: 80%;
	line-height:140%;
	font-weight: normal;
}


/***   grayTable   ***/
#grayTable {
	border-top:1px solid #666;
	border-left:1px solid #666;
}
#grayTable th{
	color:#333;
	background-color: #CCC;
	font-size: 80%;
	line-height:140%;
	font-weight: bold;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}
#grayTable td{
	color:#333;
	font-size: 80%;
	line-height:140%;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

