/* Default CSS Stylesheet for a new Web Application project */

BODY
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11;
}

TD
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11;
}

TD.required
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11;
  font-weight:bold;
  color: #CC0000;	
}

.error
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11;
  font-weight:bold;
  color: #CC0000;	
}

A
{
  text-decoration: underline;
  color: #775696;
}
A:hover
{
  color: #31155c;
}
A.header
{
  font-size: 14px;
  text-decoration: none;
  color: white;
}
A.header:hover
{
  color: #9933FF;
}
A.purpleA
{
  text-decoration: underline;
  color: #775696;
}
A.purpleA:hover
{
  color: black;
}
.purpleT
{
  color: #31155c;
}
.orangeT
{
  color: #fc8d04;
}
.bot
{
  color: black;
  font-weight: bold;
  text-decoration: none;
  font-size: 7pt;
  font-family: Verdana;
}
.tblheader
{
  color: White;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial;
}

INPUT.btn
{
  background-color: #EDEDFF;
  border: 1px solid black;
  cursor: hand;
}

