@charset "utf-8";
html,body{height: 100%;}
*             { margin:0; padding:0; }
img           { border:0; vertical-align:top; }
a             { color:#065c9d; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }
input,textarea {outline:none;}
h1,h2,h3,
h4,h5,h6      {  }
h1            { font-size:20px; }
h2            { font-size:18px; }
h3            { font-size:16px; }
h4            { font-size:14px; }
h5            { font-size:12px; }
h6            { font-size:11px; }
form          {  }
fieldset      { border:0; }
legend        { display:none; }
table         { border:0; border-spacing:0; empty-cells:show; width: 100%; }
caption,th,td { vertical-align:top; text-align:left; }
p             { }
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     {  }
sup           { vertical-align:top; }
ul,ol,li      { list-style:none; }
/* == class blocked float == */
.cr           {float: none; clear: both; margin: 0; padding: 0; font-size: 0.1px;}

.both:after {
  clear: both;
  content: "";
  display: block;
  float: none;
  margin: 0;
  padding: 0;
} 