.TitleCell
{
	border-right: darkgray thin groove;
	border-top: darkgray thin groove;
	font-weight: bold;
	font-size: x-small;
	background-image: url(images/RedStrips.jpg);
	border-left: darkgray thin groove;
	color: whitesmoke;
	border-bottom: darkgray thin groove;
	font-family: Arial;
	height: 25px;
	text-align: center;
}

.EmptyCell
{
	border-right: darkgray thin groove;
	border-top: darkgray thin groove;
	background-image: url(images/Stripes.gif);
	border-left: darkgray thin groove;
	border-bottom: darkgray thin groove;
	height: 20px;
}

.LeftCell
{
	background-image: url(images/Stripes.gif);
	width: 150px;
}

.SideCells
{
	width: 10%;
}

.ShadeText
{
	padding-left: 3px;
	font-weight: normal;
	font-size: medium;
	color: dimgray;
	background-color: gainsboro;
}

.EmailsLink
{
	font-size: medium;
	color: dimgray;
	direction: ltr;
	font-family: Tahoma;
	text-decoration: none;
}

.EmailsLink:hover
{
	font-size: medium;
	color: blue;
	direction: ltr;
	font-family: Tahoma;
	text-decoration: underline;
}

