BODY {
	FONT-FAMILY: 'Trebuchet MS';
	FONT-SIZE: 10pt;
	FONT-WEIGHT:normal;
	LINE-HEIGHT: 100%;
	COLOR : #35354D;
}

A:link {
	COLOR: #232377;

}
A:unknown {
	COLOR: #232377;

}
A:hover {
	COLOR: #6464FE;
	text-decoration:none;
}
A:visited{
	COLOR: #232377;

}

H1
{
    font-family: 'Trebuchet MS';
    color: #000066;
    margin-top: 18pt;
    margin-bottom: 20pt;
    font-size: 24pt
}
H2 {
	font-family: 'Trebuchet MS'; 
	COLOR: #585880;
	margin-top: 15pt;
	margin-bottom: 15pt;
	font-size:18pt
    }
H3 {
	font-family: 'Trebuchet MS';
	COLOR: #585880;
	margin-top: 10pt;
	margin-bottom: 10pt;
	font-size:12pt
	}
H4 {
	font-family: 'Trebuchet MS'; 
	COLOR: #585880;
	font-size:10pt;
	margin-top:5px;
	margin-bottom: 5px
	}
H5 {
	font-family: 'Trebuchet MS'; 
	COLOR: #585880;
    }
H6 {
	font-family: 'Trebuchet MS';
	COLOR: #585880;
    }
    
.SHOWNAME {
	font-family: 'Trebuchet MS'; 
	COLOR: #585880;
	margin-top: 10pt;
	margin-bottom: 10pt;
	font-size:24pt
    }

TABLE
{
}
TD
{
    FONT-FAMILY: 'Trebuchet MS';
	FONT-SIZE: 10pt;
	FONT-WEIGHT:normal;
	LINE-HEIGHT: 100%;
	COLOR : #35354D;
}

.Commentary
{
    font-size: 10pt;
    vertical-align: middle;
    color: #000066;
    text-align: center;
    border-right: dodgerblue thin groove;
    border-top: dodgerblue thin groove;
    border-left: dodgerblue thin groove;
    line-height: 12pt;
    border-bottom: dodgerblue thin groove;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.CommentaryHeading
{
    font-weight: bold;
    font-size: large;
    text-decoration: none;
}

.Admin
{
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    font-weight: normal;
    line-height: 125%;
    color: #35354D;
}

.Highlight
{
    font-size: larger;
    background-color: yellow;
}

.SubscriptionStatus
{
    background-color: yellow;
    font-weight: bold;
}

.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #FFCCFF;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}