body {
	color: #eeeeee;
	overflow:auto;
        font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        background-image:url(images/2to6_background.gif);
        background-attachment:fixed;
        background-repeat:no-repeat;

}

a:link {color: #999999 ; text-decoration: none;}
    a:visited {color: #999999 ; text-decoration: none; }
    a:hover {color: #dddddd ; text-decoration: underline;}


.recall{
	font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        color: #eeeeee;}

#flash {
	width: 500;
	height: 300;
	z-index: 1;
        position: absolute;
        top: 5;
        right: 5;

}

#flash2 {
	width: 583;
	height: 480;
	z-index: 1;
        position: absolute;
        top: 1;
        left: 1;

}

#html {
	width: 560;
	z-index: 2;
        overflow: auto;
        font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        color: #eeeeee;
        border: 0px;
        border-style: solid;
        position: absolute;
        top: 1;
        left: 1;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
}


div.transOFF {width: 100%; background-color: #000000; }
div.transON {width: 100%; background-color: #000000;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;}
div.trans25 {width: 100%; background-color: #000000;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;}
div.trans75 {width: 100%; background-color: #000000;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;}

