/* CSS Document */

body{margin:0px; background-color:#eef3ca}
.BG_lime{background-color:#f7f9e5}
.BG_lime2{background-color:#eef3ca}
.homemidback{background-image:url(../images/home_middleback.jpg)}
.pageback{background-image:url(../images/pageback.jpg); background-repeat:repeat-x}

.transOFF { background-color: silver; cursor:pointer; }
.transON  { background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; cursor:pointer; }

/*FOR Rollover Bullet*/
.fontRed{font-size:10px; color:#FFFFFF}

.rollover a {
display:block;
width:9px;
height:9px;
background: url("../images/bullet.jpg") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
display:block;
width:9px;
height:9px;
background: url("../images/bullet1.jpg") 0 0 no-repeat;
text-decoration: none
}
.rollover a:active {
display:block;
width:9px;
height:9px;
background: url("../images/bullet.jpg") 0 0 no-repeat;
text-decoration: none;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 480px;
height: 200px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fbfee4;
margin: 0.3em auto;
padding-rihgt:0px;
color:#3a3913;
font-size:11px;
font-family:Arial;
font-weight:normal;
}
/*----------END------------------*/