
/* --------------- ------------------------------- */
.i200 {
	height:16px;
	border:1px solid silver;
	width:200px;
	font-size:12px;
}

.i250 {
	height:16px;
	border:1px solid silver;
	width:250px;
	font-size:12px;
}
.i150 {
	height:16px;
	border:1px solid silver;
	width:150px;
	font-size:12px;
}

.i100 {
	height:16px;
	border:1px solid silver;
	width:100px;
	font-size:12px;
}

.i50 {
	height:16px;
	border:1px solid silver;
	width:50px;
	font-size:12px;
}
/* ----------------HEIGHT ------------------------------- */
.h12{
	height:12px;
	line-height:12px;
}
.h18{
	height:18px;
	line-height:18px;
}
/* ----------------WIDTH ------------------------------- */
.w30 {
	width:30px;
}
.w40 {
	width:40px;
}
.w45 {
	width:45px;
}

.w50 {
	width:50px;
}

.w100 {
	width:100px;
}

.w130 {
	width:130px;
}

.w150 {
	width:150px;
}

.w200 {
	width:200px;
}

.w220 {
	width:220px;
}

.w230 {
	width:230px;
}

.w250 {
	width:250px;
}

/* ---------------- ------------------------------- */
.bsilver {
	border:1px solid silver;
}

.bBck {
	border:1px solid black;
}

.bTopSilver {
	border-top:1px solid silver;
}

.bBottomSilver {
	border-Bottom:1px solid silver;
}
 
.bgGreen {
	background:#669900;
}

.btf {
	border-top:1px solid black;border-left:1px solid black;
}

.btl {
	border-top:1px solid black;border-left:1px solid black;
}

.bbr {
	border-bottom:1px solid black;border-right:1px solid black;
}

.btlg {
	border-top:1px solid gray;border-left:1px solid gray;
}

.bbrg {
	border-bottom:1px solid gray;border-right:1px solid gray;
}
/* ----------------FONTS ------------------------------- */
.fnCenter {
	text-align:center;
}
.fnWhite {
	color:white;
}
.fnRed {
	color:red;
}
.fn11 {
	font-size: 11px;
}
.fn12 {
	font-size: 12px;
}
.fn13 {
	font-size: 13px;
}
.fn15 {
	font-size: 15px;
}
.fn17{
	font-size: 17px;
	line-height:17px;
}
.fn20{
	font-size: 20px;
	line-height:20px;
}

.ul_H {
	padding: 10px 20px;
}

.ul_H .ul_Item {
	list-style-type: disc;
}


.ul_H .ol_Item {
	list-style-type: decimal;
}


.pd1 {
	padding:1px;
}

.pd2 {
	padding:2px;
}