body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #4f2683;
	}
.text1 {font-size: 10pt; padding: 4px; text-align:left}
.text2 {font-size: 14pt; color: #4f2683; }
.text3 {
	font-size: 18pt;
	color: #4f2683;
	text-align:left;
	}
.text4 {
	font-size: 10pt;
	color: #4f2683;
	font-weight: bold;
}
.text5 {font-size: 14pt;}
.text6 {font-size: 12pt}
.text7 {color: #FFFFFF; }
.text8 {font-size: 11pt; text-align: center; line-height:15pt}
.text9 {font-size: 10pt; text-align: center}
.text10 {font-size: 8pt; text-align: left;}
.text11 {
	font-size: 11pt;
	color: #4f2683;
	font-weight: bold;
	}
table.table1 {
	width: 855px;
	background-color: #FFFFFF;
	padding: 2px 5px 2px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid #CCCCCC 3px;
	border-right: solid #CCCCCC 3px;
	border-top: solid #CCCCCC 2px;
	}
table.table2 {
	width: 855px;
	background-color: #FFFFFF;
	padding: 2px 5px 2px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid #CCCCCC 3px;
	border-right: solid #CCCCCC 3px;
	border-top: solid #CCCCCC 2px;
	border-bottom: solid #CCCCCC 3px;
	}
table.header {
	background-color: #FFFFFF;
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	border-top: solid #CCCCCC 3px;
	border-left: solid #CCCCCC 3px;
	border-right: solid #CCCCCC 3px;
	}
table.table3 {
	background-color: #FFFFFF;
	width: 820px;
	text-align: center;
	border-bottom: solid #CCCCCC 2px;
}
table.table4 {
	background-color: #FFFFFF;
	width: 812px;
	text-align: center;
	border: solid #000000 2px;
}
a.tests:link {color: #4f2683;}
a.tests:active {color: #4f2683;}
a.tests:visited {color: #4f2683;}
a.tests:hover {color: #4f2683;}
a:link {color: #4f2683}
a:active {color: #4f2683}
a:visited {color: #CCCCCC}
