@charset "utf-8";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
body,htnl {text-align:center; height:100%;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,li { font-size: 12px; font-weight: normal; font-style: normal; }
p {font-size:12px;}
a {color:#0000FF;}
ul,ol { list-style: none; }
img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear:both; }
.left {float:left;}
.right {float:right;}
.indent{text-indent:-9999px;}
.t-right {text-align:right;}
.t-left {text-align:left;}

/* COLOR */
.red {color:#FF0000;}