/*
*******************************************************
* 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 : 11px;
        color:#666666;
}

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

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

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

/*GENERAL TEXT*/
h1, .h1, H1 {
        font-size:175%;
        color:#745a32;
        padding:0px;
        margin:0px;
        letter-spacing: 1px;
}
h2, .h2, .H2 {
        font-size:130%;
        color:#745a32;
        padding:0px;
        margin:0px;
        letter-spacing: 1px;
}
h3, .h3, .H3 {
        font-size:120%;
        color:#666666;
        padding:0px;
        margin:0px;
}

p {
padding:0px;
margin: 0px;
}

a {
color: orange;
}


/*END GENERAL TEXT*/
