
/*

  Kandu Software Stylesheet
  stylesheet.css

*/

A { 
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff; 
  text-decoration: none; 
//  font-weight : bold;
}

A.smallText { 
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff; 
  text-decoration: none; 
//  font-weight : bold;
}

A:hover { 
//  color: #AABBDD; 
  text-decoration: underline; 
//  font-weight : bold;
}

A:visited { 
  color: #ffffff; 
}

BODY {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
//  font-weight : bold;
}

SPAN.smallText {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
//  font-weight : bold;
}

SPAN.smallBlueText {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 11px;
  color: #9999FF;
//  font-weight : bold;
}

SPAN.yellowText, UL.yellowText {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 13px;
  color: #FFD700;
//  font-weight : bold;
}

SPAN.largeYellowText {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 20px;
  color: #FFD700;
//  font-weight : bold;
}

SPAN.smallYellowText {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 11px;
  color: #FFD700;
//  font-weight : bold;
}

TD {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
//  font-weight : bold;
}

TD.smallText {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
//  font-weight : bold;
}

.buttons {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 10px;
//  BACKGROUND-COLOR: #f9f9f9;
//  BORDER-BOTTOM: #888888 2px solid;
//  BORDER-LEFT: #cccccc 2px solid;
//  BORDER-RIGHT: #888888 2px solid;
//  BORDER-TOP: #cccccc 2px solid
}
