<!--
/* --------------------------------------------------------------------*/
/* This CSS is the main stylesheet used from the generated WebSite.    */
/* --------------------------------------------------------------------*/
/* All images from "Images Templ" could be used in this css.           */
/* EXAMPLE: background-image:url('../images_templ/image.gif');         */
/* --------------------------------------------------------------------*/

/* --- styles for BODY ------------------------------------------------*/
body {
    SCROLLBAR-FACE-COLOR: #FFFFFF;
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-SHADOW-COLOR: #000000;
    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-ARROW-COLOR: #000000;
    SCROLLBAR-TRACK-COLOR: #FFFFFF;
    SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
    font-family: Verdana, Tahoma, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* --- styles for some common HTML TAGS -------------------------------*/
p, td, li, h1, h2, h3, h4, h5, h6 {
    color: #2e332e;
    font-family: Verdana, Tahoma, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

hr { height: 1px; }

.pbody { line-height: 18px; }

/* --- styles for form fields -----------------------------------------*/
input, textarea, select {
    color: #2e332e;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	background-color: #ffffff; 
	border: solid 1px #898c89;
         background-image:url('upload/images_templ/formbg.gif');
}




/* --- styles for THE REST of the links -------------------------------*/
a:LINK {
    color: #996633;
    text-decoration: none;
    font-size : 11px;
}
a:VISITED {
    color: #996633;
    text-decoration: none;
    font-size : 11px;
}
a:HOVER {
    color: #996633;
    text-decoration: underline;
    font-size : 11px;

}


/* --- styles for the site map ----------------------------------------*/
.site_map_body {
    background: rgb(250,246,235);
}


!{  }
