/* CSS Document */
/*------------------------------
Base Style Sheet For All Web
--------------------------------*/
/*global set*/
body{ font-family:"ËÎÌå"; font-size:12px; background:#0e2f36 url(pic_bodybg.jpg) center repeat-y; color:#dde8e9; border:0; margin:0; padding:0;cursor:url(/images/cursor.cur);}
form,img,ul,ol,li,p{ margin:0; padding:0; border:0;}
table,tr,th,td{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
ul,li{ list-style:none;}
select,input,textarea{ color:#dde8e9; font-family:"ËÎÌå"; font-size:12px;}
/*alignment*/
.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}
.tl{ text-align:left;}
.tr{ text-align:right;}
.tc{ text-align:center;}
/*link*/
a{ color:#dde8e9; text-decoration:none;}
a:hover{ color:#dde8e9; text-decoration:underline;}
/*others*/
.ofh{ overflow:hidden;}
.ti{ text-indent:24px;}
