A:link{
	text-decoration: underline;
	color: Silver;
	font-size: 13;
}
A:visited{ 
	text-decoration: underline;
	color: Silver;
	font-size: 13;
}
A:hover{
	text-decoration: none;
	color: Silver;
	font-size: 13;
}
body {
	scrollbar-arrow-color: WHITE;
	scrollbar-base-color: #787878;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: gray;
	scrollbar-3dlight-color:  silver;
	scrollbar-dark-shadow-color: #787878;
	scrollbar-track-color: #cccccc
}
.CellTitle {
	BACKGROUND-COLOR: black;
	font-family: Arial;
	font-weight: bold;
	color: silver;
	font-size: 16;
	text-align: center;
}
.CellSubTitle {
	BACKGROUND-COLOR: #787878;
	font-family: Arial;
	font-weight: bold;
	color: white;
	font-size: 15;
	text-align: center;
}
.msgTitle {
	BACKGROUND-COLOR: #3E3E3E;
	font-family: Arial;
	font-weight: bold;
	color: Gray;
	font-size: 14;
	text-align: center;
}
.DataItem1{
	BACKGROUND-COLOR: #242424;
	color: Silver;
	font-family: Arial;
	font-size: 12;
}
.DataItem2{
	BACKGROUND-COLOR: #2C2C2C;
	color: Silver;
	font-family: Arial;
	font-size: 12;
}
.Title{
	color: white;
	font-family: Arial;
	font-size: 12;
}
.Headings{
	color: Silver;
	font-weight: bold;
	font-family: Arial;
	font-size: 12;
}
.Dates{
	color: Orange;
	font-weight: bold;
	font-family: Arial;
	font-size: 12;
}
.Note{
	color: Silver;
	font-weight: bold;
	font-family: Arial;
	font-size: 16;
}