A {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #00FA9A;
}
A:HOVER{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FF6347;
}
.MainMenu{
	background-color: Blue;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
.MainMenu:HOVER{
	background-color: Blue;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #F4A460;
	text-decoration: none;
}
.LeftMenu{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: Maroon;
	height: 20px;
	width: 100%;
}
.LeftMenu:HOVER{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	background-color: Silver;
	border: 1px outset Gray;
	color: Black;
	height: 20px;
	width: 100%;
}
.button1{
	border: 1px outset Silver;
	background-color: #FFFAFA;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 1px;
}
.button1:HOVER{
	border: 1px outset Silver;
	background-color: Gray;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 1px;
}
.TextDate{
	font-family: Arial;
	font-size: 11px;
	color: White;
}