@charset "utf-8";
/* CSS Document */

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;
}
body {
	line-height: 1;
}
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;
}
			
body {
	background-color: #fff;
	font: .95em/1.1em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	margin:0px;
	padding:0px;
}

a:link, a:hover, a:visited {
	color:#0069D5;
	text-decoration:underline;
}

#autocenter {
	width:750px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position:relative;
}

#SumTotalTest {
	width:760px;
	height:585px;
	position:absolute;
}

#contentwide {
	width:100%;
	height:28px;
	margin-top: 10px;
	border-bottom:#999 solid 2px;
}

#contentleft {
	float:left;
	width:449px;
	border-right:#999 dotted 1px;
	padding:0px 9px 10px 10px;
	margin-top:10px;
}

#contentright {
	padding:0px 10px 10px 10px;
	float:right;
	width:260px;
	margin-top:10px;
}

h1 {
	font-size:1.3em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding:10px 0 6px 0;
}

p {
	text-align:left;
	font-size:.8em;
	line-height:1.3em;
	padding:0 0 10px 0;
}

ol {
	margin:-5px 0 10px 0;
	font-weight:bold;
}

ol span {
	font-weight:normal;
}


ul {
	margin:-5px 0 10px 0;
}

li {
	font-size:0.8em;
	text-align:left;
	list-style:disc;
	line-height:1.2em;
	margin-left:30px;
}

li.numbers {
	list-style:decimal;
	font-weight:bold;

}

table {
	width:449px;
	font-size:.8em;
}

th {
	background-color:#7fad49;
	text-align:center;
	padding:2px 0;
	text-transform:uppercase;
}

th.video {
	text-align:left;
	padding-left:5px;
}

td {
	text-align:center;
	border-bottom:1px dotted #999;
	padding:6px 0 6px 0;
	line-height:1.3em;
}


td.video {
	text-align:left;
	padding-left:5px;
}


tr:hover {
	background-color:#CCC;
}