/* cosmetic settings for the stuff that works inside the little frame */

body { font-family:Arial,Helvetica,sans-serif; font-size:10pt;
       margin:0px 0px 0px 10px;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       background-color:#859E81; color:#003366;
       font-size: 11px;
     }


table  { border-collapse:collapse; }
td,th  { font-family:Arial,Helvetica,sans-serif; font-size:10pt;
	 text-align:left; vertical-align:top;
       }
.cell1 { background-color:#F0F0F0; }
.cell2 { background-color:#E0E0E0; }


input[type="text"],input[type="password"],textarea,select { width:4in; border:1px solid #366022; font-size:10pt; background-color:#CFC1B4; }
select { width:1in; }
textarea       { height:2in; font-size:10pt; }
input[type="checkbox"] { width:0.15in; border:1px solid #366022; background-color:#CFC1B4; }
input.date     { width:1in; }


.nopad    { margin:0px 0px 0px 0px; }
.title    { width:100%; font-size:10pt; font-weight:bold; background-color:#CFC1B4; color:#366022; margin-left:-10px; margin-bottom:5px; }
.subtitle { font-size:10pt; font-weight:bold; }
.small    { font-size:9pt; }
span.small    { font-size:8pt; }

a {
        color:#366022;
        text-decoration:none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
}
a:visited {
        color:#39582A;
        text-decoration:none;
        font-family: Arial, Helvetica, sans-serif;
}
a:hover   {
        color:#D3DDCA;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: underline;
}


