
.innerLinks
{
    font-size: 10pt;
}
.innerLinks A:link
{
    font-size: 10pt;
    color: Blue;
    text-decoration: none;}
.innerLinks A:hover
{
    font-size: 10pt;
    color: Blue;
    text-decoration: none;}
.innerLinks A:active
{
    font-size: 10pt;
    color: Blue;
    text-decoration: none;}
.innerLinks A:visited
{
    font-size: 10pt;
    color: Blue;
    text-decoration: none;}
.EvenstSep
{
	BACKGROUND-IMAGE: url(../images/sepBg.gif);
	BACKGROUND-REPEAT: repeat-x;
}
.EventsTbl
{
	background: ghostwhite;
	color: gray;
	direction: rtl;
	text-align: right;
}
.CalendarEventDate 
{
    border-right: lightslategray 1px solid;
    border-top: lightslategray 1px solid;
    font-weight: bold;
    font-size: 10pt;
    border-left: lightslategray 1px solid;
    border-bottom: lightslategray 1px solid;
    background-color: lightgrey;
}
.CalendarEventDate A:active
{
    text-decoration: none;
}
.CalendarEventDate A:link
{
    text-decoration: none;
}
.CalendarEventDate A:hover
{
    text-decoration: none;
}
.EventTitle A:active
{
    font-weight: bold;
    color: #143D8D;
    text-decoration: none;
}
.EventTitle
{
    font-weight: bold;
    color: #143D8D;
    text-decoration: none;
}
.EventTitle A:link
{
    font-weight: bold;
    color: #143D8D;
    text-decoration: none;
}
.EventTitle A:hover
{
    font-weight: bold;
    color: #143D8D;
    text-decoration: none;
}
.EventTitle A:visited
{
    font-weight: bold;
    color: #143D8D;
    text-decoration: none;
}
.EventDesc
{
    color: silver;
    text-decoration: none;
}

