.myClass {
background-color: #929A99;
scrollbar-face-color:#929a99;
scrollbar-arrow-color:#460000;
scrollbar-track-color:#929a99;
scrollbar-shadow-color:#13184a; 
scrollbar-highlight-color:#13184a;
scrollbar-3dlight-color:#FFffff;
scrollbar-darkshadow-Color:#ffffff;
}
TABLE{width:90%;}

.TextClassMedium {font-family:arial;font-size: 16px;font-weight: bold;}

/*
=face-color is the background of the scroll bar
= arrow color is little triangles
= track color is what the scroll bar slides over,
generally you will want it the same color as the face color.
= shadow color is the right side border of the scroll bar 
and top and bottom squares.
= highlight color is the left side os scroll bar
and top and bottom squares.

*/