body {	color: #000000;	background-color: rgb(210,180,134);	/* #D2B486 */	font-family: Verdana, Arial, Helvetica, sans-serif;}	a:link {color: #333333}	a:visited {color: #6C6C6C}	a:hover,active {color: #FFFF66}span.header{	font-style: italic;	font-weight: bold;	font-size: x-large;}span.heading{	font-style: normal;	font-weight: bold;	font-size: large;}table.imgTable{	text-align: left; }td.imgCell{	vertical-align: bottom;	text-align: right;}td.imgCaption{	vertical-align: top;	text-align: left;}.dropshadow{	float:left;	clear:left;	background: url(shadow.png) no-repeat bottom right !important;	/* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line	background: none;	disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='shadow.png'); /* the MS alpha filter */	margin: 0px 0px 0px 0px;	/* Position of image in div  - top, right, bottom, left*/}.dropshadow img{	position:relative;	bottom:10px;		/* Position of image from shadow */	right: 12px;	border: 0px solid #eee;	/*border-color: #eee #888 #666 #ddd; */	border-color: #aaa #bbb #ccc #ddd;	background:#fff;	/* Image border color */	padding:8px 6px 8px 6px; /* gives us the white area - but not in IE5 + IE5.5 */	margin: 0px;}