/* MAIN STYLE */
html { height: 100%; }
body { font-family: 'Tahoma','Verdana','Arial'; background-color: #FFFFFF; color: #333333; margin: 0px 0px 0px 0px; height: 100%; }
td { font-size: 14px; }
table { border-collapse: collapse; }

.lcol { font-size: 11px; }
.lcolb { font-size: 11px; font-weight: bold; }
.pagetitle { font-size: 14px; font-weight: bold; }
.ptitle { color: #006699; font-weight: bold; }
.eventtitle { padding-top: 5px; padding-bottom:5px; padding-left: 5px; background-color: #006699; color: #FFFFFF; font-weight: bold; }
.eventbody { padding-left: 12px; }

/* FORM ELEMENTS */
select { font-size: 11px; }
input { font-size: 11px; }

/* LINK STYLES */
A:link { text-decoration: none; color: #006699; }
A:visited { text-decoration: none; color: #006699; }
A:hover { text-decoration: none; color: #003366; }
A:active { text-decoration: none; color: #006699; }