@charset "ISO-8859-1";



body {background-color: #000000;

}

p#text1 {
    color: #ffcc33;
}

/*Three levels of headers */

csheader1 {

    color: #FFCC33;

    font-family: arial;

    font-size: 14pt;

    }



csheader2 {

    color: #FF9900;

    font-family: arial;

    font-size: 12pt;

    font-weight: bold;

    }



csheader3 {

    color: #FFCC33;

    font-family: arial;

    font-size: 12pt;

    font-weight: bold;

    }





/*Normal Text in 3 sizes*/

text1 {

    color: #FFCC33;

    font-family: arial;

    font-size: 12pt;

    }

cstext1 {

    color: #FFCC33;

    font-family: arial;

    font-size: 12pt;

    }

cstext2 {

    color: #FFCC33;

    font-family: arial;

    font-size: 10pt;

    }

cstext3 {

    color: #FFCC33;

    font-family: arial;

    font-size: 8pt;

    }



/*Link Font and Color Control*/

a:link {

        color: #FF9900;

        font-family: arial;

        font-size: 12pt;



        }

a:visited 	{

            color: #FF9900;

            font-family: arial;

            font-size: 12pt;

            }



/*Image Behavior Control*/

IMG.floatleft 	{ float: left;

                margin: .5em;

                }



IMG.floatright 	{ float: right;

                margin: .5em;

                }



/* lightbox stuff starts here */

#lightbox{

    background-color:#eee;

    padding: 10px;

    border-bottom: 2px solid #666;

    border-right: 2px solid #666;

    }

#lightboxDetails{

    font-size: 0.8em;

    padding-top: 0.4em;

    }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#closeButton{ top: 5px; right: 5px; }



#lightbox img{ border: none; clear: both;}

#overlay img{ border: none; }



#overlay{ background-image: url(images/overlay.png); }



* html #overlay{

    background-color: #333;

    back\ground-color: transparent;

    background-image: url(images/blank.gif);

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");

    }

