/* This file should be included both front and back end so that tinyMCE styles match up */
body.mceContentBody {
}

#content
{
    margin:0 25px;
    padding:10px 25px 15px 25px;
    text-align:left;
    font-family: 'Lucida Sans Unicode',Arial,sans-serif, Geneva;
    font-size: 11px; color:#EEEEEE;
    color:#666;
}

a
{
    color:#666;    
}

a:hover
{
    color:#ccc;
    text-decoration:underline;
}

h1
{
   color:#666;
   font-size:14px;
   font-weight:bold;
   margin: 5px 0px;
}

h2
{
   color:#666;
   font-size:12px;
   font-weight:bold;
}

h3
{
   color:#666;
   font-size:10px;
   font-weight:bold;
}

h4
{
   color:#666;
   font-size:10px;
}

h5
{
   color:#666;
   font-size:8px;
   font-weight:bold;
}

h6
{
   color:#666;
   font-size:8px;
}

p
{
    margin: 10px 0;
    text-align: justify;
}