/* index */
body {
background-color:black;
margin:0px;
}
a {
text-decoration:none;
}
span.in {
font-size:8pt;
font-family:arial;
color:white;
}
span.inb {
font-size:4pt;
font-family:arial;
color:black;
}
img {
border-width:0px;
}

body.w {
font-weight:bold;
font-size:10pt;
padding-top:100px;
padding-right:80px;
padding-left:50px;
padding-bottom:80px;
background-image:url(img/sfh.jpg);
background-repeat:no-repeat;
font-family:courier;
}
body.l {
background-image:url(img/sf01.jpg);
background-repeat:no-repeat;
}
/* l 1st level */
#c {
position:absolute;
left:60px;
top:150px;
z-index:1;
}
a.c {
width:85px;
height:20px;
background-image:url(img/c1.gif);
background-repeat:no-repeat;
}
a.c:hover {
background-image:url(img/c2.gif);
}
#m {
position:absolute;
left:70px;
top:170px;
z-index:1;
}
a.m {
width:65px;
height:20px;
background-image: url(img/m1.gif);
background-repeat:no-repeat;
}
a.m:hover {
background-image: url(img/m2.gif);
}
#f {
position:absolute;
left:63px;
top:190px;
z-index:1;
}
a.f {
width:75px;
height:20px;
background-image: url(img/f1.gif);
background-repeat:no-repeat;
}
a.f:hover {
background-image: url(img/f2.gif);
}
#l {
position:absolute;
left:80px;
top:213px;
z-index:1;
}
a.l {
width:45px;
height:20px;
background-image: url(img/l1.gif);
background-repeat:no-repeat;
}
a.l:hover {
background-image: url(img/l2.gif);
}
#e {
position:absolute;
left:71px;
top:235px;
z-index:1;
}
a.e {
width:55px;
height:20px;
background-image: url(img/e1.gif);
background-repeat:no-repeat;
}
a.e:hover {
background-image: url(img/e2.gif);
}

a.cx {
width:85px;
height:20px;
background-image: url(img/c2.gif);
background-repeat:no-repeat;
cursor:normal;
}
a.mx {
width:65px;
height:20px;
background-image: url(img/m2.gif);
background-repeat:no-repeat;
cursor:normal;
}
a.fx {
width:75px;
height:20px;
background-image: url(img/f2.gif);
background-repeat:no-repeat;
cursor:normal;
}
a.lx {
width:45px;
height:20px;
background-image: url(img/l2.gif);
background-repeat:no-repeat;
cursor:normal;
}
a.ex {
width:55px;
height:20px;
background-image: url(img/e2.gif);
background-repeat:no-repeat;
cursor:normal;
}
/*v*/
#v1 {
position:absolute;
left:86px;
top:158px;
z-index:2;
}
#v2 {
position:absolute;
left:78px;
top:179px;
z-index:2;
}
#v3 {
position:absolute;
left:66px;
top:190px;
z-index:2;
}
#v4 {
position:absolute;
left:88px;
top:223px;
z-index:2;
}
#v5 {
position:absolute;
left:110px;
top:242px;
z-index:2;
}
a.link {
color:#97130E;
border:solid 0px;
padding-right:4px;
padding-left:4px;
}
a.link:hover {
color:black;
border:solid #97130E 1px;
}
span.link {
padding-right:4px;
padding-left:4px;
}
/*****/
#i {
width:170px;
height:40px;
position:absolute;
right: 0%;
bottom: 0%;
margin-top:-85px;
margin-right:0px;
margin-bottom:0px;
margin-left:-400px;
}
#i2 {
width:170px;
height:40px;
position:absolute;
right:0px;
bottom:0px;
z-index:1;
}
#cl {
position:absolute;
right:3px;
top:3px;
z-index:1;
}
a.cl {
background-color:black;
}
a.cl:hover {
background-color:red;
}