/*************************************************************************************************************************
/**  GENERAL
/************************************************************************************************************************/

*
    {
    margin: 0;
    padding: 0;
    }

html
    {
    width: 100%;
    height: 100%;
    background-color: white;
    }

body
    {
    color: black;
    line-height: 1.4em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    }

/********************** LINKS **********************/

a
    {
    text-decoration: none;
    }

a:link, a:active
    {
    color: #003366;
    }

a:visited
    {
    color: #000000;
    }

a:hover
    {
    text-decoration: none;
    }

/********************** TABLES *********************/

table
    {
    font-family: inherit;
    font-size: 11px;
    }

th
    {
    background-color: #DDDDDD;
    text-align: center;
    }

/********************** FORMS *********************/

select
    {
    font-family: Arial;
    font-size: 11px;         
    color: #555;
    border: 1px solid #CCCCCC;
    }

input
    {
    font-family: inherit;
    font-size: 11px;
    }

fieldset
    {
    border: 1px dotted #DDDDDD;
    padding: 15px;
    background-color: #FDFDFD;
    }

label
    {
    font-weight: bold;
    }

legend
    {
    font-size: 14px;
    font-weight: bold;
    color: #A7A612;
    }
    
iframe
    {
    border: 1px solid #DDD;
    }

/*********************** ETC **********************/

img
    {
    border: 0px;
    }

li
    {
    margin-left: 30px;
    margin-right: 30px;
    }

/*************************************************************************************************************************
/**  MyPAGE
/************************************************************************************************************************/

#container
    {
    width: 100%
    margin: 0 auto;
    }

#page
    {
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: left;
    }

/*************************************************************************************************************************
/**  MyHEADER
/************************************************************************************************************************/

#indexHeader
    {
    width: 100%;
    height: 150px;
    margin: 0px;
    background-color: #3B4E77;
    }

#header
    {
    width: 100%;
    height: 25px;
    margin: 0px;
    background-color: #3B4E77;
    }

/*************************************************************************************************************************
/**  MyCONTENT
/************************************************************************************************************************/

#archiContent
    {
    margin-top: 0;
    margin: 10px auto;
    width: 100%;
    }

#archiContent p
    {
    margin: 0px;
    }

#archiContent a
    {
    color: #3071CA;
    }

#archiContent a:hover
    {
    font-weight: bold;
    text-decoration: underline;
    }

.titlePage
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #3B4E77;
    font-weight: bold;
    margin-top: 10px;
    }

.titleChapter
    {
    color: #858400;
    }

.titleFunctionality
    {
    font-weight: bold;
    color: #AA0000;
    }

.myStrong
    {
    font-weight: bold;
    }

.myStrongUnderlined
    {
    font-weight: bold;
    text-decoration: underline;
    }

.myLink
    {
    font-weight: bold;
    text-decoration: underline;
    }


