﻿/***********************************************************************************************************************/
/******************* BASIC ELEMENTS ************************************************************************************/
/***********************************************************************************************************************/
body
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    background-repeat: repeat-x;
}

p
{
}



blockquote
{
    /*	width: 100%;*/
    padding: 0;
    margin: 0;
}

hr
{
    border: 0;
    border-top: 1px solid #505050;
    height: 1px;
}

a
{
    font-weight: bold;
    text-decoration: none;
    color: Black;
}

a:visited
{
    text-decoration: none;
    color: #000000;
}

a:hover
{
    text-decoration: underline;
    color: #000000;
}

a:active
{
    text-decoration: none;
    color: #000000;
}
img
{
    border-width: 0;
}

caption
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: black;
    background-color: #dce7dc;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}

h1
{
    font-size: 14px;
}

h2
{
    font-size: 13px;
}

h3
{
    font-size: 12px;
}

h4
{
    font-size: 11px;
}
h5
{
    font-size: 10px;
}
h6
{
    font-size: 19px;
}



dl
{
    /*border: 3px double #ccc;*/
    padding: 3px;
}
dt
{
    font-weight: bold;
    color: green;
}
dt:after
{
   /* content: ":";  */
}
dd
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}






fieldset
{
    padding-top:0px;
    margin-top: 5px;
    font-size: 1.1em;
    border: 1px solid green;
}


fieldset.Resume
{
    margin-top: 15px;
    font-size: 1.1em;
    border: 1px solid green;
    /*line-height: 8px;*/
}

legend
{
    padding: 0.2em 0.5em;
    border: 1px solid green;
    color: green;
    font-size: 90%;
    text-align: right;
}
