/* CSS Document */
/*Removing demo borders from sections*/
/*As this style sheet is applied _after_ the
 *frameSimulate.css, rules which are re-applied
 *here will take precedence over the ones in
 *the first one*/
H2 
{
font-family: arial,helvetica,sans-serif; 
font-size: 10pt; 
color: black;
}

body
{ 
background: url('images/basic-1noslices.gif') no-repeat fixed center top; 
}

.sidemenu {
font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}

.sidemenu a,.sidemenu a:link,.sidemenu a:active,.sidemenu a:visited {
display: block;
color: #ffffff;
font: 11pt Arial, Helvetica, sans-serif; 
height: 11pt;
text-decoration: none;
}

.sidemenu a:hover {
display: block;
background: #B78190;
color: #ffffff;
font: 11pt Arial, Helvetica, sans-serif;
cursor: pointer;
height: 11pt;
text-decoration: none;
}

.sc{width:640px; height:340px; overflow:auto; overflow-y: scroll; overflow-x:hidden;}
.sd{width:600px; height:420px; overflow:auto; overflow-x: hidden; overflow-y:scroll;}
.se{width:500px; height:400px; overflow:auto; overflow-y: scroll; overflow-x:hidden;}
.sf{width:400px; height:400px; overflow:auto; overflow-y: scroll; overflow-x:hidden;}
.sg{width:100px; height:200px; overflow:auto; overflow-y: scroll; overflow-x:hidden;}
