.text		{font-size: 11px; font-family: Arial; color: #000000; font-weight: bold}
.texthead	{font-size: 15px; font-family: Arial; color: #0837AE; font-weight: bold; text-decoration: underline}
.textsubhead	{font-size: 10px; font-family: Arial; color: #0837AE; font-weight: bold; text-decoration: underline}

a:link 		{font-size: 10px; font-family: Arial; color: #000000; font-weight: bold}
a:visited	{font-size: 10px; font-family: Arial; color: #000000; font-weight: bold}
a:hover		{font-size: 10px; font-family: Arial; color: #0837AE; font-weight: bold}
a:active	{font-size: 10px; font-family: Arial; color: #0837AE; font-weight: bold}

body {
    scrollbar-base-color: default;
    scrollbar-face-color: D8D8D8;
    scrollbar-track-color: EFEFEF;
    scrollbar-arrow-color: 0837AE;
    scrollbar-3dlight-color: 000000;
    scrollbar-darkshadow-color: D8D8D8;
    scrollbar-highlight-color: D8D8D8
    scrollbar-shadow-color: D8D8D8;
     }
