/*style sheet for containers */
.Head
{
	color: #3771d3; 
	font-family: arial; 
	font-size: 10pt; 
	font-weight: bold; 
}
.bodyCopy .Normal
{
	color: #555555;
	font-family: arial;
	font-size: 9pt;
}

.bodyCopy ul li
{
	color: #555555;
	font-family: arial;
	font-size: 9pt;
}

.bodyCopy .Normal a
{
	color: #3D8078;
	text-decoration: underline;
}

.bodyCopy .Normal a:hover
{
	color: #3771D3;
	text-decoration: underline;
}

.divLastUpdated
{
	display: none;	
}

.btnEmailAFriend
{
	display: none;	
}
.divPrinterFriendly
{
	height: 100%;
	position: relative;
	float: left;
	clear: both;
}
.imgPrintIcon
{
	width: 14px;
	height: 20px;
	background-image: url(print.gif);
	padding-right: 7px;
	background-repeat: no-repeat;
	border: solid 0px black;
	vertical-align: middle;
}

/* category listing */

.Normal .itemTitle
{
	color: #3771d3;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}
.Normal .itemTitle a
{
	color: #3771d3;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.Normal .itemDescription
{
	color: #555555;
	font-family: arial;
	font-size: 9pt;
}
