body
{
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-family: Comic Sans MS, Arial;
font-size: large;
color:#555555;
/*background-image: url('images\background.jpg');*/
background-image: url('images\background.gif');
background-color: #FCEEEC;
background-repeat: no-repeat;
background-position: top%20right;
scrollbar-arrow-color: #FCEEEC;
scrollbar-3dlight-color: #FCEEEC;
scrollbar-highlight-color: #FCEEEC;
scrollbar-face-color: #AAAAAA;
scrollbar-shadow-color: #7D7B30;
scrollbar-darkshadow-color: #7D7B30;
scrollbar-track-color: #AAAAAA;
}


div.cascadeFrame
{
position:relative;
top:0;
overflow:hidden;
}

div.cascadeNear
{
position: absolute;
z-index: 3;
}

div.cascadeFar
{
position:absolute;
z-index:0;
}

img.transparent
{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

td
{
font-size: large;
}
td.menudivideH
{
background-image: url('images/menudivideh.gif');
background-repeat: repeat-x;
}
td.menudivideV
{
background-image: url('images/menudividev.gif');
background-repeat: repeat-y;
}

td.menu_hi
{
/*background: url('images\button.gif') no-repeat center #FCEEEC;*/
background-repeat: no-repeat;
background-position: center;
background-color: #FCEEEC;
text-align: center;
width: 20%;
height: 40;
font-size:11;
color:#FFFF00;
}
td.menu_lo
{
/*background: url('images\button_lo.gif') no-repeat center #FCEEEC;*/
background-repeat: no-repeat;
background-position: center;
background-color: #FCEEEC;
text-align: center;
width: 20%;
height: 40;
font-size:11;
color:#000088;
}

td.heading
{
/*background: #FCEEEC url('images\header_backing.jpg') no-repeat left; */
background: transparent url('images\header_backing.gif') no-repeat left;
font-weight:bold;
height: 40;
text-align:left;
}

ul
{
list-style-image: url(images\bullet.gif);
}


a.menu_hi
{
font-size:11;
color:#FFFF00;
text-decoration: none;
}

a.menu_lo
{
font-size:11;
color:#000088;
text-decoration: none;
}

span.menu_hi
{
font-size:11;
color:#555555;
text-decoration: none;
font-weight:bold
}

span.menu_lo
{
font-size:11;
color:#555555;
text-decoration: none;
}

td.menudivide
{
background-color:#555555;
width: 1px;
}



