td.contenthead span.head {
	 color: #990000;
	 font: Verdana, Arial, Helvetica, sans-serif; 
	 font-weight: bold;
	 text-transform: uppercase;
	 font-size:11px; 
	 letter-spacing: 2px; 
	 padding: 2px;  
}
.cornerTopRight
{
	background-image:url(topright.gif);
	background-repeat:no-repeat;
	padding: 0px;
	height:11px;
	width:11px;
	background-position:right top;
}

.cornerTopLeft
{
	background-image:url(topleft.gif);
	background-repeat:no-repeat;
	padding: 0px;
	height:11px;
	width:11px;
	background-position:left top;
}
.cornerBottomRight
{
	background-image:url(bottomright.gif);
	background-repeat:no-repeat;
	padding: 0px;
	height:11px;
	width:11px;
	background-position:right bottom;
}

.cornerBottomLeft
{
	background-image:url(bottomleft.gif);
	background-repeat:no-repeat;
	padding: 0px;
	height:11px;
	width:11px;
	background-position:left bottom;
}

.ContentText
{
	color:#666666;
	font:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	letter-spacing:1px; 
	vertical-align:text-top;
	line-height:20px;
	text-align:justify;
}


.BackImage
{
	background-image:url(GreenLeaves.gif);
	background-repeat:no-repeat;
	background-color:#EBEBD6;
	padding: 0px;
	background-position:right bottom;
}
