/*

  Green Grafix Stylesheet
  stylesheet.css

*/

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

A:visited {
//	color:#053aa5;
//	text-decoration:none
}

A:active {
//	color:#050505;
//	text-decoration:none
}

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

A:hover { 
  color: #000000; 
  text-decoration: underline; 
}

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

P.errorText {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
//  font-weight : bold;
  background: #ff0000;
}

P.successText {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
//  font-weight : bold;
  background: #00bb00;
}

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

TD.smallText, SPAN.smallText, P.smallText { 
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 10px;
  color: #333333; 
  text-decoration: none; 
//  font-weight : bold;
}

TD.mediumText, SPAN.mediumText, P.mediumText { 
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 14px;
  color: #333333; 
  text-decoration: none; 
  font-weight : bold;
//  font-style : italic;
}

TD.largeText, SPAN.largeText, P.largeText { 
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 16px;
  color: #81335D; 
  text-decoration: none; 
  font-weight : bold;
  font-style : italic;
}

.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
}
