@import 'reset.css';
@import 'text.css';





/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  background: #eef4fb;
  color: #333;
  height:100%; min-height:100%; height:auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: red;
}

a:hover {
  color: red;
}

small {
  font-size: 11px;
}





.arial       { font-family:Arial, Helvetica, sans-serif;}

.normal { font-weight:400; }
.medium { font-weight:500; }
.bold   { font-weight:700; }




.image { max-width:100%;}



.cur, i, em     {font-style:italic;}
.neg, b, strong {font-weight:bold;}

.sup            {vertical-align:super}
.sub            {vertical-align:sub} 


.both           {clear:both;}

.tcenter { text-align:center;}
.tleft   { text-align:left;}
.tright  { text-align:right;}

.x-center,
.aligncenter { display:block; margin:0 auto;}

.tupper  { text-transform:uppercase;}


.fleft  { float:left!important;}
.fright { float:right!important;}




.absolute { position:absolute;}
.fixed    { position:fixed;}
.relative { position:relative;}

.underlineNO { text-decoration:none!important;}
