.ContentTable
{
	border:dotted;
	border-color:#00B0B0;
	border-style:dotted;
	border-width:1px;
	text-align:left;
}
.ImageHead
{
	color:red;
	border-right:dotted;
	border-right-color:#00B0B0;
	border-right-style:dotted;
	border-right-width:1px;
	text-align:center;
}
.DateDisplay
{
	color:Gray;
	text-align:center;
}
.ContentCell
{
	border-top:dotted;
	border-top-color:#00B0B0;
	border-top-style:dotted;
	border-top-width:1px;
	margin:5px 5px 5px 5px;
	vertical-align:top;
	height:100px;
}
.AttachmentTable
{
	border:dotted;
	border-bottom:none;
	border-color:Gray;
	border-width:1px;
}
.AttachmentTable th
{
	color:#006FA4;
	height:25px;
}
.AttachmentTable a
{
	text-decoration:none;
}
.AttachmentIcon
{
	border-bottom:dotted;
	border-right:dotted;
	border-color:Gray;
	border-width:1px;
}
.AttachmentCell
{
	border-bottom:dotted;
	border-color:Gray;
	border-width:1px;
}

