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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.summary_icon {
	float:left;
	width:110px;
	padding-right:10px;
}
.summary_item_name {
	font-weight:normal;
	font-size:11px;
}
.summary_item {
	overflow:hidden !important;
}
.outer_table {
	width:870px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
}
.summary_grid_link {
	font-size:10px !important;
	text-decoration:none;
}
.image_border {
	border:1px solid #AAA;
}
.shadow {
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
}
.round {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}