/* CSS Document */

/* font */

.font24px {font-size: 24px;line-height: 120%; }
.font20px {font-size: 20px; line-height: 130%; }
.font18px {font-size: 18px; line-height: 140%; }
.font16px {font-size: 16px; line-height: 150%; }
.font14px {font-size: 14px; line-height: 160%; }
.font12px {font-size: 12px; line-height: 170%; }
.font12px2 {font-size: 12px; line-height: 100%; }
.font10px {font-size: 10px; line-height: 170%; }
.font10px2 {font-size: 10px; line-height: 110%; }
.font9px {font-size: 9px; line-height: 170%; }
.font8px {font-size: 8px; line-height: 170%; }
.lh110{line-height: 110%; }

/* border */

.border1px {border-width: 1px; border-style: solid; }
.tdborderRight  {
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-color: gray;
}
.borderMidasi {
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
}

.borderMidasiGray {
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.table_border1px {border-collapse: collapse; border-color:#000000; }

.border-leftright1px {
	border-left-width: 1px;
	border-left-style: solid;
	border-color:#a3a3a3; 
	border-right-width: 1px;
	border-right-style: solid;
	border-color:#a3a3a3; 
}
.address {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
}
