            body {
                margin:0px;
                font-family:lucida grande,verdana,arial,sans;
                font-size:small;
                background-color:#eeeeee;
            }

            #outbl {
                width:800px;
                border-left:1px solid black;
                border-right:1px solid black;
                background-color:white;
            }
    
            .stripe_common {
                width:57px;
                background-color:black;
            }

            #stripe_solid {
                width:57px;
/*
blue:#00255c
yellow:#ffec00
red:#9f1b24
green:#45a12b
*/
                background-image:url('/imgs/fabri_blk.gif');
                background-repeat:no-repeat;
                background-position:50% 30px;
            }

            #stripe_space {
                width:5px;
            }

            a {
                color:black;
                text-decoration:none;
            }

            a:hover {
                color:#444444;
            }

            .mnc {
                width:490px;
                padding-bottom:15px;
            }

            .mnc a:hover {
                text-decoration:underline;
            }


            #nav {
                border-left:1px solid black;
                width:70px;
            }

            #nav ul {
                list-style:none;
                padding:0px;
                margin:0px;
                margin-top:25px;
            }

            #nav ul li a {
                text-decoration:none;
                color:black;
                padding-left:5px;
                font-size:12px;
/*                 display:block; */
                line-height:18px;
            }
        
            #nav ul li a:hover {
                color:#444444;
            }

            #content {
                padding-top:25px;
                padding-left:25px;
/*                 border-right:1px solid black; */
            }

            #content p {
                font-size:11px;
            } 

            #footer {
                font-size:9px;
                text-align:center;
                border-left:1px solid black;
            }

            h1 {
                font-size:medium;
            }

            .gallery_thumbs td {
                text-align:center;
                padding:4px;
            }

            .gallery_thumbs img {
                border:0px;
            }

            .gallery_thumbs .selected img {
                border:2px solid black;
            }

            .gallery_thumbs .selected {
                padding:2px;
            }