a {
	text-decoration: none;
	color: black;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}

img {
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}
.show {
	display: ;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.top {
	width: 100%;
}
.bottom {
	width: 100%;
}
.doc {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.page {
	margin: 0px;
	padding: 0px;
	width: 850px;
	background-color: #FCFCFC;
}

.main {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.rightpart1 {
	width: 655px;
	float: right;
}
.pos {
	padding: 10px;
	height: 40px;
	background: url(jsp/web_bx/images/er-tabtop1-4.jpg);
}