/* LINE_CSS Document */
/* ----------------------------------------- */
.top_border {
	line-height: 2em;
	border-top: 1px dotted@#666666;
}
.right_border {
	line-height: 2em;
	border-right: 1px dotted  #666666;
}
.left_border {
	line-height: 2em;
	border-left: 1px dotted  #666666;
}
.l_r_border {
	line-height: 2em;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.l_border {
margin: 0px 15px 0px 15px;
	padding: 0px 10px 0px 10px;
	line-height: 2em;
	border-left: 1px solid #CCCCCC;
}
.bottom_border {
	line-height: 2em;
	border-bottom: 1px dotted  #666666;
}
.top_bottom_border {
	line-height: 2em;
	border-top: 1px dotted  #666666;
	border-bottom: 1px dotted  #666666;
}
.top_bottom2_border {
	line-height: 1.5em;
	border-left: 2px solid  #FFFFFF;
	border-right: 2px solid  #666666;
}
.style_border1 {
	line-height: 2em;
	border-top: hidden;
	border-right: 1px solid #666666;
	border-bottom: 1px dotted #666666;
	border-left: hidden;
}
.style_border2 {
	line-height: 2em;
	border-top: hidden;
	border-right: hidden;
	border-bottom: 1px dotted #666666;
	border-left: 1px solid #666666;
}
.style_b_left {
	line-height: 2em;
	border-left: 1px solid #666666;
}
.style_b_right {
	line-height: 2em;
	border-right: 1px dotted #666666;
}
.style_border5 {
	line-height: 2em;
	border-top: 1px dotted #666666;
	border-left: 1px dotted #666666;
}
.style_border6 {
	line-height: 2em;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
