BODY, TD {
	color : Black;
	font-family : Verdana;
	font-size: 8px;
	text-align: justify;
	background-color : Black;
}
A:link { color: Navy;  font : normal bold;  }
A:visited { color: Blue; }
A:HOVER {color : Red;   }
A:active { color: Red; }

H1 {
	background : #006400;
	font-size : medium;
	color : ButtonHighlight;
	font : normal small-caps bold small;
	text-align : center;
}
H2 {
	font-size: 10pt;
	color: Navy;
	background-color : InfoBackground;
	text-decoration : none;
	}
H3 {
	font-size: 9pt;
	color: Blue;
	font : italic 9px Verdana;
}

H4 {
    font-size: 9px;
	font-variant: normal;
	font-weight: normal;
	color : Green;
	}
}
.ThRows { background-color: #013b8d; color: #FFFFFF;
          font-weight: bold; text-align: center;
       font-family: Arial;
       font-size: 9pt;
}
.TrRows { background-color: #FFFFFF; color: #000000;
       font-family: Arial;
       font-size: 9pt;
}
.TrOdd  { background-color: #FFFFCA; color: #000000;
       font-family: Arial;
       font-size: 9pt;
}
LI {
	font-weight : normal;
	font-style : normal;
}

HR {
	color: blue;
	height: 1pt;
}	
TABLE, TD, TR {
	background-color : transparent;
	border : 0px none ;
	border : 0px;
	border-style : outset;
	font-family : Verdana;
	}