@CHARSET "ISO-8859-1";
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, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:verdana, sans-serif;
}
body {
	line-height: 1;
	background:#F6F6F6;
	padding:30px 50px;
	font-size:90%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p	{margin:10px 0;}

h1	{font-size:150%;text-align:center;margin:0 0 30px 0;}
h2	{font-size:130%;text-align:center;margin:10px 0 40px 0;}

p.home	{top:-20px;left:-40px;position:relative;}

#mainad	{text-align:center;}

div.foot	{margin:50px;border-top: 2px solid black;padding:20px;text-align:center;}

input, select	{width:25em;}
input.number	{width:3em;}
input.submit	{width:auto;}

label.error	{color:red;font-weight:bold;padding-left: .5em;}

table.results	{width:100%;background:#D0DAFD}
table.results thead	tr	{border-bottom:2px solid black;background:#B9C9FE;}
table.results thead {font-weight:bold;}
table.results td	{padding:5px;}
table.results td.shopfoot	{border-bottom:1px solid #B9C9FE;}
table.results td.totalprofit	{font-weight:bold;}

