html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


a:link { color:#66650c;text-decoration: none;}
a:hover { color:#66650c;text-decoration: underline;}
a:visited { color:#66650c;text-decoration: none;}


fieldset {
	border: 1px solid black; padding: 8px; margin: 8px 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { margin: 0; padding: 0; font-size: small; color: #333 }
 
#main { padding: 1em; }
  
pre, code { white-space: pre; font-family: "Courier New"; }
 

strong { font-weight: bolder; }

em { font-style: italic; }


#tooltip.pretty {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	border: none;
	width: 280px;
	height:70px;
	padding-left:30px;
	padding-top:30px;
	opacity: 0.8;
	background: url('../dd-ent_img/tooltip.png');
	
}

#tooltip.pretty2 {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	border: none;
	width: 410px;
	height:140px;
	padding-left:30px;
	padding-top:30px;
	opacity: 0.8;
	background: url('../dd-ent_img/tooltip2.png');
	
}

#tooltip.pretty div { width: 300px; text-align: left; }

#tooltip.pretty2 div { width: 300px; text-align: left; }

