span, div, p, pre, table, tr, th, td, ul, li, .form, form,
 input, select, textarea {
    font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
}

body {
  background-color: #14285f;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
}
/*---   bgcolor="#14285f" ---*/

.style1 {font-size: 16px}
.style2 {font-family: Georgia, "Times New Roman", Times, serif}
.style3 {font-size: 14px}


/*----------------------
   Basic Report
------------------------*/
table.enpRpt, table.enpRptSmall {
   border-width:1px; border-color:#000;
   border-style:solid;
   border-collapse:collapse;
   border-spacing:0;
}

td.enpRptTitle    {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13pt;
   color: #000;
   border-width:1px;
   border-color:#000;
   border-style:solid;
   background-color: #e43d2d;
   color: #000;
   padding:2px;
}

td.enpRptLabel {
   font-family: Georgia, "Times New Roman", Times, serif;
   background-color: #ccc;
   color: #000;
   font-weight: bold;
   font-size: 10pt;
   border-width:1px;
   border-color:#000;
   border-style:solid;
}

td.enpRpt    {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 9pt;
   color: #000;
   border-width:1px;
   border-color:#000;
   border-style:solid;
   background-color: #fff;
   padding:2px;
}
   
td.enpRptTitleSmall    {
   font-family: arial, helvetica, geneva, sans-serif;
   font-size: 10pt;
   color: #000;
   border-width:1px;
   border-color:#000;
   border-style:solid;
   background-color: #e95;
   color: #000;
   padding:2px;
}

td.enpRptSmall    {
   font-family: arial, helvetica, geneva, sans-serif;
   font-size: 8pt;
   color: #000;
   border-width:1px;
   border-color:#000;
   border-style:solid;
   background-color: #fff;
   padding:2px;
}

td.enpRptLabelSmall {
   background-color: #ccc;
   font-weight: bold;
   font-size: 8pt;
   border-width:1px;
   border-color:#000;
   border-style:solid;
}

td.enpRptNoBDR    {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 9pt;
   color: #000;
   border-width:1px;
   background-color: #fff;
   padding:1px;
}

/*----------------------
   buttons
------------------------*/
input.btn{
   color:               #005;
   font-family:         Arial, Helvetica, sans-serif;
   font-size:           10pt;
   font-weight:         bold;
   background-color:    #d23524;
   border:              2px solid;
   border-top-color:    #000;
   border-left-color:   #000;
   border-right-color:  #740d02;
   border-bottom-color: #740d02;
}

input.btnhov{
   border-top-color:    #740d02;
   border-left-color:   #740d02;
   border-right-color:  #000;
   border-bottom-color: #000;
   background-color:    #e5766b;
}

input.btnDelete{
   color:               #fd0;
   font-family:         Arial, Helvetica, sans-serif;
   font-size:           10pt;
   font-weight:         bold;
   background-color:    #c00;
   border:              2px solid;
   border-top-color:    #696;
   border-left-color:   #696;
   border-right-color:  #336;
   border-bottom-color: #336;
}

input.btnhovDelete{
   color:               #fff;
   border-top-color:    #336;
   border-left-color:   #336;
   border-right-color:  #696;
   border-bottom-color: #696;
   background-color:    #f00;
}


