/*SCROLL BAR*/

 /* _______________ General  _______________ */

a:hover      { text-decoration: underline }
 
.RedBoldText { font-family: Tahoma; font-size: 10pt; text-decoration: none; font-weight: bold; color:#FF0000 }

body
{
scrollbar-face-color: #F2F5FC; 
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FF9A06; 
scrollbar-darkshadow-color: #FF9A06; 
scrollbar-track-color: #F2F5FC; 
scrollbar-arrow-color: #FF9A06;
}



/* Text */
.BlueText         { font-family: Tahoma; font-size: 9pt; color: #000099; text-decoration:none }
.LinkBlueText     { font-family: Tahoma; font-size: 9pt; color: #000099; text-decoration:underline }
.BlackText        { font-family: Tahoma; font-size: 9pt; color: #000000; text-decoration:none }
.WhiteText        { font-family: Tahoma; font-size: 9pt; color: #FFFFFF; text-decoration:none }
.WhiteTitle       { font-family: Tahoma; font-size: 14pt; color: #FFFFFF; text-decoration:none; font-weight:bold }
.BoldWhiteText    { font-family: Tahoma; font-size: 9pt; color: #FFFFFF; text-decoration:none; font-weight:bold }
.TitleBlueText    { font-family: Tahoma; font-size: 9pt; color: #000099; font-weight: bold; text-decoration:none }
.SubTitle         { font-family: Tahoma; font-size: 9pt; color: #0090FF; font-weight: bold }
.CopyrightText    { font-family: Tahoma; font-size: 8pt; color: #000099; text-decoration:none }

/* _______________ Buttons   _______________ */

.button       { border: 1px solid #000080; background-color: #FFFFFF }