BODY {background-color: #EBEDEC; margin: 10; 

scrollbar-face-color:#475658;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#EBEDEC;
scrollbar-shadow-color:#000000; 
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#EBEDEC;
scrollbar-darkshadow-Color:#000000;

/*
=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.

*/


 }
.txmed{ font-size: 10pt; font-family: arial; font-weight: bold; color:black; }
.txmed2{ font-size: 11pt; font-family: arial; font-weight: bold; color:black; }

HR {color: #052B77; width: 90%;}