body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	background-color: white;
}

td {
	font-size: 12px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	margin-bottom: 0px;
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #0F3463;
	text-decoration: underline;
}

a:hover, a:active {
	color: #307ADE;
	text-decoration: underline;
}

hr {
	border: 0;
	height: 1px;
	color: #999999;
	background-color: #999999;
}

textarea {
	font-size: 12px;
}

#section_header {
	font-weight: bold;
	font-size: 16px;
}

.light_text {
	color: gray;
}

.small_text {
	font-size: 10px;
}

.tinytext {
	color: gray;
	font-size: 11px;
}

td.child_sku {
	color: gray;
	font-size: 11px;
}

#footer_text {
	color: #999999;
}

#footer_text a {
	color: #999999;
	text-decoration: underline;
}

#footer_text a:hover, a:active {
	color: gray;
	text-decoration: underline;
}

table.product_table td {
	padding: 5px;
	border-bottom: 1px solid #E5E5E5;
}

table.product_table tr:hover {
	background-color: #edf3fe;
}

table.product_table td#totals_row {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
}

table.product_table td#totals_row:hover {
	background-color: white;
}