body
{
   background-color: #000000
}

.myFont
{
  font-family: "Trebuchet", sans-serif;
  font-size  : 11pt;
  color      : #FFE599
}

.myFontSmall
{
  font-family: "Trebuchet", sans-serif;
  font-size  : 9pt;
  color      : #FFE599
}

.myErrorFont
{
  font-family: "Arial", sans-serif;
  font-size  : 11pt;
  color      : #5EC4C4
}

.myImg
{
  border-width: 4px;
  border-style: ridge;
  border-color: #FFCC33
}

.myFontLink
{
  font-family    : "Trebuchet", sans-serif;
  font-size      : 11pt;
  text-decoration: none;
  color          : #FFE599
}

.myFontSmallLink
{
  font-family    : "Trebuchet", sans-serif;
  font-size      : 9pt;
  text-decoration: none;
  color          : #FFE599
}

.myLink
{
  font-family    : "Trebuchet", sans-serif;
  font-size      : 11pt;
  text-decoration: none;
  color          : #F7F7F7
}

.myLinkSmall
{
  font-family    : "Trebuchet", sans-serif;
  font-size      : 9pt;
  text-decoration: none;
  color          : #F7F7F7
}

.myCountry
{
  font-family    : "Trebuchet", sans-serif;
  font-size      : 9pt;
  text-decoration: none;
  color          : #A7A7A7
}

.myBorder
{
  border-style: ridge; 
  border-color: #FFCC33;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px
}

.myOutput
{
  font-family     : "Trebuchet", sans-serif;
  font-size       : 11pt;
  background-color: #000000;
  color           : #C4C4C4
}

.myOutputMessage
{
  font-family     : "Trebuchet", sans-serif;
  font-size       : 11pt;
  background-color: #222222;
  color           : #F7F7F7
}

.myInput,select
{
  background-color          : #222222;
  border-width              : 2px;
  border-style              : ridge;
  border-color              : #FFCC33;
  font-family               : "Trebuchet", sans-serif;
  font-size                 : 11pt;
  scrollbar-face-color      : #7F6619; 
  scrollbar-shadow-color    : #7F6619; 
  scrollbar-highlight-color : #BE9925; 
  scrollbar-3dlight-color   : #222222; 
  scrollbar-darkshadow-color: #222222; 
  scrollbar-track-color     : #000000; 
  scrollbar-arrow-color     : #FFCC33; 
  color                     : #F7F7F7
}
