body {font-family: "Times New Roman"; background-image: url(img/background.jpg);}
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; text-align: right;}
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; }
td.td_text_small { font-size: 80%; }
span.addr { color: #f6f6b7; }
textarea.textarea_large { font-size: 120%; font-weight: bold; }
ul.ul_large { font-size: 120%; font-weight: bold; }
ul.ul_very_large { font-size: 200%; font-weight: bold; }

DIV {
  font-family : "Times New Roman", Tahoma, Helvetica;
}

/* cooljsmenu */
.clsCMOn {
  color: black;
  font-size : 16px;
  text-decoration : none;
  padding: 2px 4px;
}

.clsCMOver {
  color: black;
  font-size : 16px;
  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);
}

