/*keycolor*/

.txtColor {color: #e64b14;}
.bgColor {background-color: #e64b14;}

.lineColor{
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e64b14;
}

.headerColor {
	font-size:14px;
	line-height:20px;
	color: #e64b14;
	font-weight: bold;
}

.tableHeader {
	font-weight: bold;
	color: #e64b14;
	padding-right: 10px;
	text-align: right;
	white-space: nowrap;
}

#contentsArea {
	background-repeat: repeat-y;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #ffffff;
}

#pageTopArea {
	width:510px;
	height: 50px;
	background-image: url(../images/pageTopBgR.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.emphasisBox {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #e64b14;
}

