body {font-family: "Times New Roman";}
a { color: navy; }
a:hover, a:active { color: red; }
a:visited { color: maroon; }
h1 { font-size: 130%; margin: 0; font-family: "Times New Roman"; }
p { text-align: justify; }
p.dgmc { font-size: 80%; color: blue; }
p.p_center { text-align: center; }
p.p_large { font-size: 120%; font-weight: bold; }
p.p_large_center { font-size: 120%; font-weight: bold; text-align: center; }
p.p_small { font-size: 80%; }
p.p_very_large { font-size: 200%; font-weight: bold; }
p.p_very_large_center { font-size: 200%; font-weight: bold; text-align: center; }
span.span_very_large_color { font-size: 200%; font-family: "Comic Sans MS"; font-weight: bold; color: "#000099";}
span.span_large_color { font-size: 120%; font-family: "Comic Sans MS"; font-weight: bold; color: "#000099";}
span.span_heading { font-size: 200%; font-family: "Comic Sans MS"; font-weight: bold; color: "#000099";}
span.addr { color: #f6f6b7; }
ul.ul_large { font-size: 200%; font-weight: bold; }
td.td_text { font-size: 100%; }
td.td_text_bold { font-size: 100%; font-weight: bold; }
td.td_text_center { font-size: 100%; text-align: center; }
td.td_text_large { font-size: 120%; font-weight: bold; }
td.td_text_large_center { font-size: 120%; font-weight: bold; text-align: center; }
td.td_text_large_center_color { font-size: 120%; font-family: "Comic Sans MS": font-weight: bold; text-align: center; color: blue;}
td.td_text_very_large_center_color { font-size: 200%; font-family: "Comic Sans MS": font-weight: bold; text-align: center; color: blue;}
td.td_text_very_large_center { font-size: 200%; font-weight: bold; text-align: center; }
th.th_bgcolor { font-size: 120%; font-weight: bold; text-align: center; background=silver;}
ul.ul_very_large { font-size: 200%; font-weight: bold; }

DIV {
  font-family : "Times New Roman", Tahoma, Helvetica;
}

/* cooljsmenu */
.clsCMOn {
  color: white;
  font-size : 20px;
  text-decoration : none;
  padding: 2px 4px;
}

.clsCMOver {
  color: white;
  font-size : 20px;
  text-decoration : none;
  padding: 2px 4px;
}

/* dhtmltooltip */
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

