/*==================================*/
 /* reset -css + utlility classes  */
/*================================*/

* { padding:0; margin:0; }

pre,form,fieldset,
input,textarea,blockquote,th,td,b
{ margin:0;padding:0; }

table {
  border-collapse:collapse;
  border-spacing:0;
}

address,caption,cite,code,dfn,th,var {
  font-style:normal;
  font-weight:normal;
}

strong,em
{
font-weight:bold;
}

h1,h2,h3
{
margin-top:10px;margin-bottom:5px;
}

h1,h2,h3,h4,h5,h6 {
  font-size:100%; 
  font-weight:normal;

}

A:hover
{
color:#0089bb;
font-weight:bold;
}
A:link
{
color:#0089bb;font-weight:bold;
}
A:visited
{
color:#0089bb;font-weight:bold;
}


h1 {font-size:1.9em;font-weight:normal;color:#0e387c;}
h2 {font-size:1.8em;font-weight:normal;color:#0e387c;}
h3 {font-size:1.5em;font-weight:normal;color:#0e387c;}
h4 {font-size:1.2em;color:#0e387c;}
h5 {font-size:1.1em;color:#0e387c;}
.subheading {font-size:0.9em;color:#0089bb;margin-left:10px;}
p
{ font-size:1.35em;margin-top:10px;margin-bottom:10px;}

img   {   border:0;   }
ol, ul      
{ list-style:bullet;
font-size:12px;
padding-left:20px;}

caption, th   { text-align:left;}
q:before, q:after { content:'';   }
abbr, acronym   {   border:0;   }
.clear {clear:both;}
.clear-left     { clear:left;   }
.clear-right    { clear:right;  }
.hide           { display:none; }
.show           { display:block;  }
.inline         { display:inline; }
.left           { float:left;   }
.right          { float:right;  }
.pointer        { cursor:pointer; }
.margin0      { margin:0;   }
.padding0       { padding:0;    }
.mceEditor    { width:100% !important; }

.center{ text-align:center;}

.feature_list
{
list-style:none;
padding-left:0px;
font-size:10px;
}

.feature_list LI
{
padding-bottom:5px;
}
