﻿/*############################[ HTML ]################################*/   
/**********************************************************************/
/**************************[ html element ]****************************/
/**********************************************************************/
*
   {
   padding:               0;
   margin:                0
   }
/**********************************************************************/
/**************************[ body section ]****************************/
/**********************************************************************/
body
   {
   font:                  11px/1.55em arial, helvetica, sans-serif;
   background:            rgb(239,239,239);
   color:                 rgb(68,68,68);
   text-align:            center
   }
/**********************************************************************/
/***************************[ hiperlinks ]*****************************/
/**********************************************************************/
a
   {
   color:                 rgb(4,126,137);
   text-decoration:       none
   }
a:hover
   {
   color:                 rgb(4,126,137);
   text-decoration:       underline
   }
a img
   {
   border:                0
   }
:focus
   {
   outline:               0
   }
/**********************************************************************/
/****************************[ cleaning ]******************************/
/**********************************************************************/
.clear
   {
   clear:                 both
   }
/**********************************************************************/
/****************************[ heading ]*******************************/
/**********************************************************************/
h1
   {
   line-height:           1.17em;
   font-size:             2em
   }
h2
   {
   line-height:           1.2em;
   font-size:             1.5em;
   margin-bottom:         .4em
   }
h3
   {
   font-size:             1.35em;
   line-height:           1.2em;
   margin-bottom:         .4em
   }
h4
   {
   line-height:           1.35em;
   font-size:             1.05em;
   margin-bottom:         .4em
   }
h5
   {
   line-height:           1.35em;
   font-size:             1.05em;
   margin-bottom:         .4em
   }
h6
   {
   line-height:           1.35em;
   margin-bottom:         .1em;
   font-size:             1em
   }
/**********************************************************************/
/*****************************[ table ]********************************/
/**********************************************************************/
th
   {
   font-weight:           normal;
   text-align:            left;
   vertical-align:        top
   }
td
   {
   vertical-align:        top
   }
/**********************************************************************/
/***************************[ paragraph ]******************************/
/**********************************************************************/
p
   {
   margin-bottom:         .9em
   }
address
   {
   font-style:            normal;
   line-height:           1.4em;
   margin-bottom:         .4em
   }
cite
   {
   font-style:            normal;
   font-size:             10px
   }
q:before, 
q:after
   {
   content:               ''
   }
/**********************************************************************/
/******************************[ form ]********************************/
/**********************************************************************/
form
   {
   display:               inline
   }
fieldset
   {
   border:                none
   }
legend
   {
   display:               none
   }
label
   {
   color:                 rgb(85,85,85);
   font-weight:           bold
   }
input, 
select, 
button
   {
   vertical-align:        middle
   }
/**********************************************************************/
/****************************[ listings ]******************************/
/**********************************************************************/
dt
   {
   display:               block;
   font-weight:           bold
   }
ul,
ol
   {
   list-style:            none
   }
/**********************************************************************/
/**************************[ dimensions ]******************************/
/**********************************************************************/
small
   {
   font-size:             .85em
   }
big
   {
   font-size:             1.15em
   }
hr
   {
   visibility:            hidden;
   overflow:              hidden;
   margin:                8px 0;
   height:                0
   }