body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
lv_head { font-family: helvetica, sans-serif;
}
.lv1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.shockshock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.pic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.lv2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

#container {
	position: relative;
	top: 10px; 
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	height: auto;
	min-height: 450px;
} 