/*
*******************************************************
* 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:#2e3600;
}

* 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:#2e3600;
}

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

/*GENERAL TEXT*/
h1, .h1, H1 {
        font-size:130%;
        color:#d2232a;
        margin:0px;
        padding:0px;
        margin-bottom:0px;
}
h2, .h2, .H2 {
        font-size:120%;
        color:#444444;
        margin:0px;
        padding:0px;
        margin-bottom:0px;
        font-weight: normal;
}
h3, .h3, .H3 {
        font-size:100%;
        color:#d2232a;
        margin:0px;
        padding:0px;
        margin-bottom:0px;
        text-transform: uppercase
}
/*END GENERAL TEXT*/

hr {
height: 1px;
border-top: 1px;
color: #f7f5ea;
background-color: #f7f5ea;
margin-top: 1px;
margin-bottom: 1px;

}

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

}

a {
 color:#d2232a;
}