html {
	scrollbar-track-color: #F9F8F4;
	scrollbar-face-color: #F1F1F5;
    scrollbar-arrow-color: #CCCCCC;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-3dlight-color:#FFFFFF;
}
.lineright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	background-color: #FFFFFF;
}
#headerlink {
	margin-right: 10px;
}
.lineleft {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E7E7E7;
}
.box {
	border: 1px solid #E7E7E7;
}
.footer {
	background-image: url(../img/common/footer.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}
.txfooter {
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
	color: #666666;
	line-height: 3em;
}
.tx10 {
	font-size: 10px;
}
.tx12 {
	font-size: 12px;
	color: #666666;
}
.txred {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.txcc {
	color: #CCCCCC;
}

