html {
overflow: hidden;
}

body {
margin: 0px;
padding: 0px;
background: #000;
width: 100%;
height: 100%;
font-family:verdana; 
color:#FFFFFF;
font-size:10px;
}

td {
font-family:verdana; 
color:#FFFFFF;
font-size:10px;
}

strong {
font-size:10px;
font-weight:bold;
}

.large {
font-size:12px;
}

h1 {
font-size:14px;
font-weight:bold;
}


#imageFlow {
position: absolute;
width: 100%;
height: 100%;
left: 0%;
top: 0%;
overflow: hidden;
background: #000;
}

#imageFlow .diapo {
position: absolute;
left: -4000px;
cursor: pointer;
-ms-interpolation-mode: nearest-neighbor;
}

#imageFlow .link {
border: dotted #fff 1px;
margin-left: -1px;
margin-bottom: -1px;
}

#imageFlow .text {
position: absolute;
left: 0px;
width: 100%;
bottom: 16%;
text-align: center;
color: #FFF;
font-family: verdana, arial, Helvetica, sans-serif;
z-index: 1000;
}

#imageFlow .title {
font-size: 0.9em;
font-weight: bold;
visibility:hidden;
}

#imageFlow .legend {
font-size: 0.8em;
visibility:hidden;
}

#imageFlow .scrollbar {
position: absolute;
left: 10%;
bottom: 10%;
width: 80%;
height: 16px;
z-index: 1000;
}

#imageFlow .track {
position: absolute;
left: 1%;
width: 98%;
height: 16px;
filter: alpha(opacity=30);
opacity: 0.3;
}

#imageFlow .arrow-left {
position: absolute;
}

#imageFlow .arrow-right {
position: absolute;
right: 0px;
}

#imageFlow .bar {
position: absolute;
height: 16px;
left: 25px;
}

a {
text-decoration: underline;
color: #FFFFFF;
}

a:hover {

text-decoration: none;
color: #ffffff;
}

a:visited {
text-decoration: underline;
color: #FFFFFF;
}

a:visited:hover {
text-decoration: none;
color: #ffffff;
}
            
.menudiv{ 
text-align: center;
position:absolute;
top:50%;
margin-top:-300px;
left:50%;
margin-left:-400px;
Z-INDEX:3;
}



.textdiv{ 
text-align: left;
position:absolute;
top:50%;
left:50%;
z-index:7;
filter:alpha(opacity=98);
-moz-opacity:.98;
opacity:.98;
}

.bright {
font-family:tahoma;
font-size:24px;
color:#E2002B;
font-weight:bold;
}

.normal {
font-family:tahoma;
font-size:18px;
color:#FFFFFF;
font-weight:bold;
}
	
.small {
font-family:tahoma;
font-size:12px;
color:#fff;
font-weight:bold;
}	
