/* 
    Document   : scroller
    Created on : 24/02/2009, 11:05:57 ص
    Author     : user
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{
        scrollbar-face-color:rgb(245,193,122);
        scrollbar-base-color:brown;
        scrollbar-track-color:rgb(245,193,122);
        scrollbar-highlight-color: #674028;
        scrollbar-3dlight-color: white;
        scrollbar-darkshadow-color: #663300;
        scrollbar-shadow-color:brown;
        scrollbar-arrow-color:brown;
}

body.scroller
{
    
        scrollbar-face-color:rgb(245,193,122);
        scrollbar-base-color:brown;
        scrollbar-track-color:rgb(245,193,122);
        scrollbar-highlight-color: #674028;
        scrollbar-3dlight-color: white;
        scrollbar-darkshadow-color: #663300;
        scrollbar-shadow-color:brown;
        scrollbar-arrow-color:brown;

}

.s1 
{
    FONT-SIZE: 14px;
    font-weight :700;
    color:#673F1A;
    font-family:Arial;
}

A.s2:link
{
    FONT-SIZE: 12px;
    margin-left: 70px;
    font-family:Arial;
    color:#673F1A;
    font-weight:bold;
}

A.s2:hover
{
    FONT-SIZE: 12px;
    margin-left: 70px;
    font-family:Arial;
    color:#673F1A;
    font-weight:bold;
}

A{color:#673F1A;text-decoration : none;font-weight:bold;font-size:12px;font-family:Arial;}
A:visited {text-decoration : none}
A:hover { color:#DC7729;text-decoration : none;font-weight:bold;font-size:12px;font-family:Arial;}


