/*-----------------------------------------
base_style.css
-----------------------------------------*/

/*format*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,address,table,th,td,form,select,option,input,label
{margin:0; padding:0;}
ul li{list-style:none;}
ol{padding:0px 35px 10px 30px;}
ol li{margin:5px 0 5px 0;}
hr{display:none;}
p{margin-bottom:0;}
table, tr, td, th{font-size:100%;}
img{display:block; border:none;}
a{font-size:10pt;color:#5E8F01;text-decoration:underline;}
a:hover{font-size:10pt;color:#5E8F01; text-decoration:none;}
a:visited{font-size:10pt;color:#5E8F01;text-decoration:underline;}