/*

  Makin' Trax Stylesheet
  stylesheet.css

*/

A { 
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #0066ff; 
  text-decoration: none; 
/*  font-weight : bold;	*/
}

A:active { 
  color: #0066ff; 
}

A:visited { 
  color: #0066ff; 
}

A:hover { 
  text-decoration: underline; 
}

A.smallText:hover { 
  text-decoration: underline; 
}

A.largeText:hover { 
  text-decoration: underline; 
}

A.smallText { 
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 11px;
  text-decoration: none; 
  color: #999999;
}

A.largeText { 
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 18px;
  color: #ffffff; 
  text-decoration: none; 
  font-weight : bold;
  font-style : italic;
}

A.menuText { 
  font-size: 13px;
  color: white; 
  text-decoration: none; 
}

BODY {
  font-family:  Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #999999;
  background-color:#000000;
}

P.errorText, DIV.errorText, SPAN.errorText {
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 13px;
  color: #ffffff;
//  font-weight : bold;
  background: #ff0000;
}

P.successText, DIV.successText, SPAN.successText {
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 13px;
  color: #ffffff;
//  font-weight : bold;
  background: #00bb00;
}

SPAN.blueText	{
  color: #0066ff;
}

TD, TD.blueText {
/*  font-family:  Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 13px;
  color: #999999;
}

TD.blueText {
/*  font-family:  Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 13px;
  color: #0066ff;
}

TD.smallText, SPAN.smallText, P.smallText { 
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 11px;
  text-decoration: none; 
  color: 999999; 
}

TD.mediumText, SPAN.mediumText, P.mediumText { 
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 16px;
  color: #0066ff; 
  text-decoration: none; 
  font-weight : bold;
}

TD.largeText, SPAN.largeText, P.largeText { 
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 18px;
  color: #ffffff; 
  text-decoration: none; 
  font-weight : bold;
}