.font12 {
	font-size: 12px;
	line-height: 15px;
}
.line120f12 {
	font-size: 12px;
	line-height: 120%;
}
.line150f14 {
	font-size: 14px;
	line-height: 150%;
}
.line150f12 {
	font-size: 12px;
	line-height: 150%;
}
.font10 {
	font-size: 10px;
}
.boder-dot {
	border: medium dotted #FF6600;
}
.boder-dot-s {

	border: thin dotted #009900;
}

.boder-dot-s2 {


	border: thin dotted #FF66FF;
}
.boder2 {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #00CC66;
	border-right-color: #00CC66;
	border-bottom-color: #00CC66;
	border-left-color: #00CC66;
}
.boder-dotGreen {

	border: medium dotted #009900;
}
.boder-dotBlue {


	border: medium dotted #0099FF;
}
.boder-dotOrange {


	border: medium dotted #FF6600;
}
.boder-dotPink {



	border: medium dotted #FF66FF;
}
.boder-dotPurple {




	border: medium dotted #9966FF;
}
.f18font {
	font-size: 18px;
	line-height: normal;
}
.line_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 5px;
}
.line_right {
	border-left-style: none;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

@media print{
.no_print {
display:none
}
}

