
BODY
{
  background-image: url("images/bg_main.gif");
  font-family:Verdana, sans-serif;
  font-style: normal;
  font-size:10pt;
  color:black;
}

P
{
  font-family:Verdana, sans-serif;
  font-size:10pt;
  color:black;
}

H1
{
  font-size:14pt;
}

H2
{
  font-size: 12pt;
  font-weight: bold;
  color: rgb(15%,25%,60%);
}


H3
{
  font-size: 10pt;
  font-weight: bold;
  color: rgb(15%,25%,60%);
}

input
{ 
  background-color: white; 
  padding: 0 1mm;
  font-family:Verdana, sans-serif;
  font-size:10pt;
  border: 1px solid rgb(55%,55%,55%);
}


/*
** This defines the look of the table within forms for prompts and input fields.
*/

Table
{
  font-family:Verdana, sans-serif;
  font-size:10pt;
  color: black; 
  font-style: normal;
}

/*
** This defines the general look of tables for multiple row listing.
*/

.clsTable
{
  font-family:Verdana, sans-serif;
  color: black; 
  font-size:10pt;
  font-style: normal;
  border-collapse: collapse;
}

/*
** This defines the look of table header for multiple row listing.
*/

.clsTableHeader TH
{
  font-weight: bold;
  background-color:rgb(80%,80%,80%);  
  text-align: left;
  border: 1px solid rgb(55%,55%,55%);
  padding: 1mm 1mm;
}


/*
** This defines the look of table data cells for multiple row listing.
*/

.clsTableRow TD
{
  background-color:white; 
  text-align:left;
  border: 1px solid rgb(55%,55%,55%);
  padding: 0 1mm ;
}


/*
The following classes are currently not used
------------------------------------
** This defines the attributes of the BODY portion of the title frame.
 

.TitleBody
{
  font-family:Verdana, sans-serif;
  color:white;
  font-size:17pt;
  font-weight: bold;
  background-color:#336699;
}

/*
*  This defines the attributes for the BODY portion of the contents frame.


.ContentsBody
{
  font-family:Verdana, sans-serif;
  color:white;
  font-size:10pt;
  font-weight: bold;
  background-color:#6699CC;
  link:#FFFFFF;
  alink:#666666;
  vlink:#336699
}
*/
