body{
margin:0px;
padding:0px;
}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-style:normal; }
/* horizontal rule */
hr { display:none; }
RT { display: none; print: none }
/* list */
dl {}
dt {}
dd {}
ol, ol li { list-style-type:decimal; padding-left:2em; }
ul, ul li { list-style:none; margin:0px; padding:0px;}
/* object */
img { border:none; }
map {}
area {}
object { border:none; }
embed { border:none; }
iframe { overflow:auto; border:none; }
/* paragraph */
p {}
/* preformatted text */
pre {}
/* quotation */
blockquote {}
q { quotes:"" ""; }
cite {}
/* revision */
del, del * { text-decoration:line-through; }
ins, ins * { text-decoration:underline; }
/* sub / sup */
sub { font-size:80%; vertical-align:-.2em; }
sup { font-size:80%; vertical-align:.3em; }
/* table */


/*--------------------------------------------------------------
”float
---------------------------------------------------------------*/
.flr{
float:right;
}

.fll{
float:left;
}

form{
margin:0px;
padding:0px;
}

a         { text-decoration:underline; }
a:link    { color:#2f61cc; }
a:visited { color:#7b5c9c; }
a:hover   { color:#3594f5; }
a:active  { color:#3594f5; }



.mb3 {margin-bottom: 3px;}
.mb5 {margin-bottom: 5px;}
.mb10{margin-bottom:10px;}
.mb12{margin-bottom:12px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}

.mr5 {margin-right: 5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}

.ml5 {margin-left: 5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}

.mt5 {margin-top: 5px;}
.mt6 {margin-top: 6px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}

.clear{
clear:both;
}