d img {display: block;}
/*In order to keep this simple for Contribute users, there are TWO css files, one for default, ask, act, and learn, and one for the content pages that fall inside an iFrame*/
td img {
	display: block;
	color: #FFF;
}body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #544B42;
	background-repeat:repeat-x;
}
.headlineBlueBold {
	font-weight:bold;
	letter-spacing:0.1em;
	color:#182E55;
}
.bodyBlue {
	text-decoration:none;
	color:#182E55;
	font-size: 11px;
}
.bodyBlue a{
	text-decoration:none;
	color:#B33D25;
}
.bodyBlue a:hover{
	text-decoration:underline;
	color:#B33D25;
}
.bodyBlue a:visited{
	color:#B33D25;
}
.bodyBlueBold {
	font-weight:bold;
	color:#182E55;
}
.bodyLightBlue {
	color:#3f6383;
}
.bodyLightBlue a{
	text-decoration:none;
	font-weight:bold;
	color:#182E55;
}
.bodyLightBlue a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#182E55;
}
.bodyLightBlue a:visited{
	font-weight:bold;
	color:#182E55;
}
.bodyOrangeBold {
	text-decoration:none;
	font-weight:bold;
	color:#B33D25;
}
.bodyOrangeBold a{
	font-weight:bold;
	text-decoration:none;
	color:#B33D25;
}
.bodyOrangeBold a:hover{
	text-decoration:underline;	
	font-weight:bold;
	color:#B33D25;

}
.bodyOrangeBold a:visited{
	font-weight:bold;
	color:#B33D25;
}

/*.bodyGreyList {
	color:#666666;
}
.bodyGreyList a{
	text-decoration:none;
	font-weight:normal;
	color:#b0b0b0;
}
.bodyGreyList a:hover{
	text-decoration:underline;
	font-weight:normal;
	color:#B33D25;
}
.bodyGreyList a:visited{
	font-weight:normal;
	color:#b0b0b0;
}*/
.bodyGrey {
	font-weight:normal;
	color:#b0b0b0;
}
.bodyGrey a{
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}
.bodyGrey a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#B33D25;
}
.bodyGrey a:visited{
	font-weight:bold;
	color:#666666;
}
.overallPadding {
	padding: 10px;
}
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: #FFFFFF;
	visibility: hidden;
	text-align: center;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

