/*
  DJO-Andy Template : Common/Default Text Styles
  ----------------------------------------------
*/

a
{  
    color: #235d85;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{
    font-size: 14px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif; 
    color: #21311B;
}

hr
{
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

h1
{
    /* font-size: 25px; */
    font-size: 1.2em;
}

h2
{
    /* font-size: 23px; */
    font-size: 1.2em;    
}

h3
{
    /* font-size: 21px; */
    font-size: 1.2em;
}

h4
{
    /* font-size: 19px; */
    font-size: 1.2em;
}

h5
{
    /* font-size: 17px; */
    font-size: 1.2em;
}

h6
{
    /* font-size: 15px; */
    font-size: 1.2em;
}

ol
{
    list-style: decimal;
}

ul
{
    list-style: disc;
}

li
{
    margin-left: 30px;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset
{
    margin-bottom: 20px;
}

button
{
    font: 1em/1.0 "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #21311B;
}