@charset "utf-8";

/* -----------------------------------------------------------
  Component Style Sheet
  Last Update 2008-02-06
------------------------------------------------------------ */

/* -------------------------------------------------------
  Accessibility
------------------------------------------------------- */
.reader {
position:absolute;
z-index:100;
top:0px;
right:0px;
display:run-in;
width:1px;
height:1px;
margin:0;
padding:0;
border-style:none;
overflow:hidden;
}


/* -------------------------------------------------------
  Margin property
------------------------------------------------------- */
/*top*/
.mt005p {margin-top:5px}
.mt010p {margin-top:10px}
.mt015p {margin-top:15px}
.mt020p {margin-top:20px}
.mt025p {margin-top:25px}
.mt030p {margin-top:30px}

/*right*/
.mr005p {margin-right:5px}
.mr010p {margin-right:10px}
.mr015p {margin-right:15px}
.mr020p {margin-right:20px}
.mr025p {margin-right:25px}
.mr030p {margin-right:30px}

/*bottom*/
.mb005p {margin-bottom:5px}
.mb010p {margin-bottom:10px}
.mb015p {margin-bottom:15px}
.mb020p {margin-bottom:20px}
.mb025p {margin-bottom:25px}
.mb030p {margin-bottom:30px}

/*left*/
.ml005p {margin-left:5px}
.ml010p {margin-left:10px}
.ml015p {margin-left:15px}
.ml020p {margin-left:20px}
.ml025p {margin-left:25px}
.ml030p {margin-left:30px}


/* -------------------------------------------------------
  Horisontal Rule
------------------------------------------------------- */
hr {
display:none;
}


/* -------------------------------------------------------
  CLEARFIX
------------------------------------------------------- */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */


/* -------------------------------------------------------
  SECTION
------------------------------------------------------- */
div.section {
width:720px;
margin-left:20px;
}
div.section:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
div.section {display:inline-block;}
/* Hides from IE-mac \*/
* html div.section {height:1%;}
div.section {display:block;}
/* End hide from IE-mac */


/* -------------------------------------------------------
  READ TEXT
------------------------------------------------------- */
p.readText {
margin:0 0 10px 20px;
}


