/* bia.css                          */
/* by Jon White (Jon.White@sas.com) */

A             { color: blue;
                text-decoration: none; }
A:hover       { text-decoration: underline; }
HTML,
BODY          { height: 100%; }
BODY          { background-color: #e6eff9;
                margin: 0; }
DIV,
P,
TH,
TD            { font-family: verdana;
                font-size: 9pt; }
TD            { vertical-align: top; }
FIELDSET      { margin-bottom: 16px; }
INPUT,
SELECT        { font-family: verdana;
                font-size: 10pt; }
SELECT        { width: 250px; }

#body         { background-color: white;
                border-color: #e6eff9;
                border-style: solid;
                border-width: 16px 64px;
                padding: 24px 32px;
                padding-bottom: 8px;
                vertical-align: top; }
#other        { margin-left:32px; }

.a            { background-color: #f9eaed; }
.head         { border-bottom: #dddddd 1px solid;
                padding-bottom: 4px; }
.button       { color: #21619c;
                font-size: 8pt;
                font-weight: bold; }
.label        { color: #21619c;
                font-size: 9pt;
                font-weight: bold;
                margin-bottom: 4px; }
.legend       { color: #21619c;
                font-size: 9pt; }
.score        { color: #cc3333;
                font-weight: bold; }
.summary      { font-size: 9pt;
                margin-bottom: 4px; }
.title        { padding-bottom: 4px;
                padding-top: 4px;
                vertical-align: baseline;
                width: 100%; }
.total        { color: #cc3333;
                font-size: 16pt;
                font-weight: bold; }
 
@media print {
   FIELDSET   { border-width: 0; }

   #body      { border-width: 0;
                padding: 0; }
   #language,
   #print,  
   #reset,  
   .title     { display: none; }
}
