body {
	color: #000000;
	overflow:auto;
        font-family: Verdana;
        font-size: 12px;
        font-weight: normal;


}

	a:link { color: #555555 ; text-decoration: none;}
	a:visited {color: #555555 ; text-decoration: none; }
	a:hover { color: #CCCCCC ;  text-decoration: none; }
      

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

#flash {
	width: 1000;
	height: 500;
	z-index: 1;
	position: relative;


}

#flash2 {
	width: 1000;
	height: 500;
	z-index: 1;
        position: fixed;
        top: 0;
        left: 0;

}

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



#disco {
	width: 310;
        font-size: 11px;
        font-weight: normal;
        color: #222222;

}


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


