#C1 {visibility:visible;}
#C2, #C3, #C9 {visibility:hidden;}
#NS {color:Black;}
body
{
background-color:LightGoldenRodYellow;
font-family:Tahoma,Arial,Sans-serif;
cursor:default;
}
.pagehead
{
position:fixed;
top:5px;
left:5px;
right:5px;
height:101px;
border:1px solid black;
background-color:#669933;
}
.pagefoot
{
position:fixed;
bottom:5px;
left:5px;
right:5px;
text-align:center;
font-size:x-small;
}
.menuleft
{
position:fixed;
top:114px;
bottom:30px;
left:5px;
border:1px solid black;
width:110px;
background-color:#99CC66;
}
.contents
{
position:fixed;
top:129px;
bottom:60px;
left:160px;
right:15px;
font-size:small;
padding-right:46px;
overflow:auto;
}
.menulist
{
position:relative;
top:17px;
left:6px;
list-style-type:none;
margin:0px;
padding:0px;
}
.menuitem
{
width:84px;
border-left:1px solid #99CC66;
border-top:1px solid #99CC66;
border-bottom:1px solid #99CC66;
color:Black;
font-weight:bold;
padding-left:16px;
padding-top:5px;
padding-bottom:5px;
text-align:left;
}
.mnact
{
border-left:1px solid Black;
border-top:1px solid Black;
border-bottom:1px solid Black;
background-color:LightGoldenRodYellow;
color:Black;
font-weight:bold;
text-align:center;
padding:5px;
margin-left:6px;
margin-right:6px;
}
a.mnpas:link, a.mnpas:visited
{
display:block;
color:Black;
font-weight:bold;
text-align:center;
padding:5px;
margin-left:6px;
margin-right:6px;
text-decoration:none;
}
a.mnpas:hover
{
color:LightGoldenRodYellow;
}
a.mnpas:active
{
background-color:#99CC66;
color:Black;
}
