h1 {
	font-size: 14pt;        /* was 120%  */
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
h2 {
	font-size: 12pt;         /* was 100%;*/
	font-weight: bold;
	color: #0000FF;
}
h3 {
	font-size: 10pt;        /*  was  80%;  */
	font-weight: bold;
	color: #0000FF;
}
a:link{
	color:navy;
}
a:visited{
	color:navy;
}
.leftblack{
	font-size: 10pt;       /*  was   80%;   */
	color:black;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
}
.centeredblue{
	font-size: 20pt;    /*   was    160%;   */
	color:blue;
	text-align:center;
	font-weight: bold;
}
.BannerH1{
	font-size: 14pt;     /*   was    120%;   */
	color:red;
	text-align:center;
}
.BannerP1{
	font-size: 12pt;    
	color:red;
	text-align:left;
	padding-left: 10px;
}
.linkwhite{
	font-size: 12pt;      /*  was   100%;  */
	color: white;
	font-weight: bold;
	text-align:center;
}
.MyBasic {
	font-size: 10pt;      /*  was    80%;   */
	text-align: left;
}
.mymain {
	font-family: "Tahoma", "Geneva", "sans-serif";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
	text-align: justify;
}
.maintable{
	border-style:solid;
	border-width:1px;
	font:inherit;
}
.LastUpdated {
	font-size: 9pt;                /*   was    75%;  */
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.MyLeftAllign {
	text-align: left;
	float: left;
}
.MyRightAllign {
	text-align: right;
	float: right;
}
.MyCenterAllign {
	text-align: center;
}
.TextBox {
	font-size: 10pt;         /*  was   80%;   */
	margin: 10px;
}

/* LinkTD is the style information for the "TD" of the links */
/* it is the "sum" of .maintable and .linkwhite */
.LinkTD {
	border-style:solid;
	border-width:1px;
	font-size: 12pt;         /*  was    100%;   */
	color: white;
	font-weight: bold;
	text-align:left;
}


/* CalendarTD is the style information for the "TD" of the calendar */
/* it is the "sum" of .maintable and .leftblack */
.CalendarTD {
	border-style:solid;
	border-width:1px;
	font-size: 10pt;           /*    was   80%;   */
	color:black;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
}