@CHARSET "UTF-8";
li {
	text-align:  justify;
	margin-bottom: 5px; 
}

ul, ol {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 24px;
}

ul.ul1 { list-style-type: disc;        }
ul.ul2 { list-style-type: circle;      }
ul.ul3 { list-style-type: square;      }
ul.ul4 { list-style-type: none;        }
ol.ol1 { list-style-type: decimal;     }
ol.ol2 { list-style-type: upper-alpha; }
ol.ol3 { list-style-type: upper-roman; }

input, textarea, select, option {
	border: 1px solid #92764e ;
	background: #f3f0e6;
    font-family: "Tahoma";
	color:       #92764e;
	font-size:   12px;
}

.inpt_w100p {
	width: 100%;
}

.inpt_h50  { height: 50px;  }
.inpt_h100 { height: 100px; }
.inpt_h150 { height: 150px; }
.inpt_h200 { height: 200px; }
