/* ------------- External Style Sheet Sample ------------------- */ 
/* ------------ Code for coloring a scrollbar ------------------ */

/* -------------------- Instructions --------------------------- */
/*    Use the ending ".css" for your external sheet */
/*    such as "stylesheet.css"  */

/* 1. Use the code below for your external style sheet, */
/*    changing the colors for your particular needs. */

/* 2. Save your stylesheet (with a ".css" ending). */

/* 3. Link FROM your HTML page TO your external style sheet: */
/*    On your HTML page, add the link between your <head></head> tags */
/*    <link rel="stylesheet" type="text/css" href="stylesheet.css"> */
/* ----------------- End of Instructions ----------------------- */


/* code for the browser scrollbar */

body {scrollbar-3dlight-color:#000099; 
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#5D4E8F;
	scrollbar-darkshadow-color:#c9e9f9;
	scrollbar-face-color:#c9e9f9;
	scrollbar-highlight-color:#c9e9f9;
	scrollbar-shadow-color:000099 ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}



/* code for the forms scrollbar */

.FSB {scrollbar-3dlight-color:#000099;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#5D4E8F;
	scrollbar-darkshadow-color:#c9e9f9;
	scrollbar-face-color:#c9e9f9;
	scrollbar-highlight-color:#c9e9f9;
	scrollbar-shadow-color:#000099; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; list-style-position: outside; list-style-type: disc}

/* ------------------------------------------------------------- */
/* code courtesy of WebsiteTips.com */
/* from http://www.websitetips.com/info/css/scrollbars.html */
/* written by Shirley Kaiser, SKDesigns http://www.skdesigns.com/ */
/* ------------------------------------------------------------- */.fontgreie {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000; line-height: normal; width: 600px; float: left; height: auto}
