/*CSS reset*/
*{margin:0;padding:0;font-style:normal;}
li{list-style:none}
/**/

/*CSS Defaut*/
body{font:11px arial,helvetica,"sans Serif",clean,sans-serif;color:#000;line-height:16px}
#all{background:#fff}
#ct{width:683px;margin:0 auto}
#hd,#md,#ft{float:none;clear:both;}
/**/

/*hd*/
#hd{width:683px;margin:10px 0 20px;float:left}
#hd h1{margin:7px 0 0;float:left;font:700 24px arial;text-transform:uppercase}
#hd img{margin:0 40px 0 0;float:right}
/**/

/*md*/
#md{width:683px;margin:0 0 10px;float:left;border-bottom:1px dashed #000}
#md h2, h3{margin:0 0 10px;float:left;font:700 14px arial;text-transform:uppercase}
#md h3{margin:5px 0 10px;clear:both;float:left}
#md ul{margin:5px 0;clear:both}
#md ul li{/*width:320px;*/margin:0 7px 0 0;display:inline}
#md img{float:right}
#md p{clear:both;overflow:hidden}
#md div{border-top:1px dashed #000;_overflow:hidden}
#md .ladoA{padding:15px 0}
#md .ladoB{padding:15px 0}
#md .lnA{zoom:1;border:0;*overflow:hidden;border-bottom:1px dashed #000}
/**/

