/* CSS Document */
table ul { margin-left:15px; margin-top:5px; list-style:square; }
table ul ul { list-style-type:none; }
table ul ul ul{ list-style-type:none; }
table ol li { margin-top:5px;}
table ol { margin-left:25px; list-style:decimal; }
.form_txt {
width:240px;
}

