/* CSS Document */

a.gray:link { color: #666666; text-decoration: none; }
a.gray:visited { color: #666666; text-decoration: none; }
a.gray:hover { color: #CC0000; text-decoration: underline; }

.eventBody {
font: 10px/15pt Lucida Grande, Lucida Sans, Lucida; 
color: #666666;
}

.eventTitle {
font: 18px/20pt Lucida Grande, Lucida Sans, Lucida;
color: #666666;
}

.eventLocation {
font: 12px Lucida Grande, Lucida Sans, Lucida;
color: #cc0000;
}

.eventSubhead {
font: 11px/18pt bold Lucida Grande, Lucida Sans, Lucida;
text-transform: uppercase;
color: #666666;
}

.eventDetails td {
font: 11px/18pt Lucida Grande, Lucida Sans, Lucida;
color: #666666;
padding-right: 10px;
vertical-align:top;
text-align:left;
}