/* CSS Document */
body { text-align: center; font-family:Arial, Helvetica, sans-serif;margin:0; padding:0; background-color:#ebeef2;font-size:12px; color:#000;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0; }
li{list-style-type:none;}
img{vertical-align:top;}
strong{font-weight:normal;}
em {font-style:normal;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:12px; font-weight:normal;}
table,tr,td{ line-height:21px;}
/* Link */
a:link {color: #000; text-decoration:none;}
a:visited {color: #000;text-decoration:none;}
a:hover {color: #990000; text-decoration:underline;}

/* Color */
.cRed,.cRed a:link,.cRed a:visited{ color:#ff0000;}
.cRed a:hover{color:#990000;}
.cBlue a:link,.cBlue a:visited{ color: #008733;}
.cBlue a:hover{color:#990000;}
.cWhite,.cWhite a:link,.cWhite a:visited{ color: #fff;}
.cWhite a:hover{color:#86ff00;}
/* Font  */
.fB {font-weight: bold;}
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
/* Other */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both; font-size:1px; width:1px; height:0; visibility: hidden; }
.textLeft{ text-align:left;}
.textRight{ text-align:right;}
.Blank_20{ height:20px; line-height:20px; font-size:1px; clear:both;}
.Blank_15{ height:15px; line-height:15px; font-size:1px; clear:both; overflow:hidden;}
.Blank_10{ height:10px; line-height:10px; font-size:1px; clear:both; overflow:hidden;}
.Blank_1{ height:1px; line-height:1px; font-size:1px; clear:both; overflow:hidden;}