/*
*******************************************************
* THIS STYLE SHEET IS ALSO USED IN BACKEND,           *
* TO REFLECT THE STYLES IN FRONTEND.                  *
*                                                     *
* PLEASE DO NOT USE THIS FILE TO ADD STYLES,          *
* YOU ARE ONLY ALLOWED TO CHANGE THE EXISTING STYLES. *
*******************************************************
*/

body {
        font-family:Arial, Verdana, Helvetica, sans-serif;
        font-size : 12px;
        color:#626264;
}

* html body {
        font-size:xx-small; /* for IE5/Win */
        font-size : 12px; /* for other IE versions */
}

td {
        font-family:Arial, Verdana, Helvetica, sans-serif;
        font-size : 12px;
        color:#626264;
}

* html td {
        font-size : 12px;; /* for IE5/Win */
        font-size : 12px; /* for other IE versions */
}

/*GENERAL TEXT*/
h1, .h1, H1 {
        font-size:160%;
        color:#6c5735;
        margin:0px;
        padding:0px;
        margin-bottom: 5px;
        font-weight: normal;
        letter-spacing: 1px;
}

h2, .h2, .H2 {
        font-size:102%;
        color:#6c5735;
        margin:0px;
        padding:0px;
        margin-bottom: 2px;
        letter-spacing: 1px;
}
h3, .h3, .H3 {
        font-size:120%;
        color:#6c5735;
        margin:0px;
        padding:0px;
        margin-bottom:3px;
}

p {
        font-size: 12px;
        margin:0px;
        padding:0px;
}

hr {
height: 1px;
border-top: 1px;
background-color: #666666;
}
/*END GENERAL TEXT*/
