Listing A
/* Default CSS Stylesheet for a new Web Application project */
 
 
BODY
{
       font-weight: normal;
       font-size: 0.8em;
       word-spacing: normal;
       text-transform: none;
       font-family: Arial, Helvetica, sans-serif;
       letter-spacing: normal;
       background-color: whitesmoke;
}
 
 
.DG_SELECTED
{
       font-weight: bold;
       font-size: 12px;
       color: #000099;
       font-family: Arial;
       background-color: #ffccff;
       text-decoration: none;
}
 
 
.DG_NORMAL
{
       border-right: lightgrey thin solid;
       border-top: lightgrey thin solid;
       font-size: 10pt;
       border-left: lightgrey thin solid;
       border-bottom: lightgrey thin solid;
       font-family: Arial;
       background-color: white;
}
 
 
.DG_HEADER
{
       font-weight: bold;
       font-size: 12px;
       color: #ffffff;
       font-family: Arial;
       background-color: #990033;
       text-decoration: none;
}
 
 
.BUTTON
{
       font-weight: bold;
       font-size: 10pt;
       color: #ffcccc;
       font-family: Arial;
       background-color: #990033;
       text-decoration: none;
}
 
 
.ASP_TEXT
{
       font-size: 9pt;
       color: black;
       font-family: Arial;
}
 
 
.ASP_TEXT_RED_BOLD
{
       font-weight: bold;
       font-size: 14pt;
       color: brown;
       font-family: Arial;
}
 
 
.ASP_LABEL
{
       font-weight: bold;
       font-size: 11pt;
       font-family: Arial;
       text-decoration: none;
}
 
 
.TITLE
{
       font-weight: bold;
       font-size: 12pt;
       color: #990033;
       font-family: Arial;
}
 
 
.FORM_CONTAINER
{
       BORDER-TOP-STYLE: outset;
       BORDER-RIGHT-STYLE: outset;
       BORDER-LEFT-STYLE: outset;
       POSITION: absolute;
       BACKGROUND-COLOR: #f5f5f5;
       BORDER-BOTTOM-STYLE: outset;
}