/* GLOBALS:                                      definitions  for pixel-sized fonts */
html body, table, div, span, td, tr {
     font-family: Helvetica, Arial, sans-serif;
     font-size: 15px;
     font-weight: bold;
     color: #000000;
     text-align: left;
     background: transparent;        /* font: background will be defined in body tag */

}
table a {  font-size: 13px; }

.blue {   color: #0000B0; }

.green {  color: #008000; }

.black {  color: #000000; }

.red {    color: #DC0000; }

.maroon { color: #98002E; }

.gray { color: #ECECEC; }

.white { color: #FFFFFF; }

.orange { color: #E6680B; }

.p8 { font-size: 8px; }

.p10 { font-size: 10px; }

.p12 { font-size: 12px; }

.p13 { font-size: 13px; }

.p14 { font-size: 14px; }

.p15 { font-size: 15px; }

.p16 { font-size: 16px; }

.p18 { font-size: 18px; }

.p20 { font-size: 20px; }

.p30 { font-size: 30px; }

.p34 { font-size: 34px; }

.p40 { font-size: 40px; }

.lt  { font-weight: normal; }

.bld   { font-weight: bold; }

.forminp {                               /* input boxes on forms */
     height: 18px !important;
     height: 20px;
     border-top: 2px solid #4A4A4A;
     border-left: 2px solid #4A4A4A;
     border-right: 1px solid #B6B6B6;
     border-bottom: 1px solid #B6B6B6;
     background-color: #FFFFFF;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px !important;
     font-size: 15px;
     font-weight: normal;
     color: #000000;
     letter-spacing: 0.05em;
}
.flist { font: normal 14px Helvetica, Arial, sans-serif; }

.menuitm a, .menuitm a:visited {
     text-align:left;
     text-decoration:none;
     font-size: 20px;
     font-weight: bold;
     color: #0000B0;
}
.menuitm {
     margin-top: 14px;
     padding-top: 2px;
     padding-bottom: 2px;
     border: 1px solid #0000B0;
     background-color: #EAEAEA;
     font-size: 20px;
     font-weight: normal;
     color: #000000;
}
.butnitm a, .butnitm a:visited {
     text-align:left;
     text-decoration:none;
     font-size: 14px !important;
     font-size: 15px;
     font-weight: normal;
     color: #000000;
}
.butnitm {
     padding:1px;
     border: 1px solid #0000B0;
     background-color: #EAEAEA;
     font-size: 14px !important;
     font-size: 15px;
     font-weight: normal;
     color: #000000;
}