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: #FFFFFF;
	}
.text1 {font-size: 10pt; padding: 4px;}
.text2 {font-size: 14pt; color: #4f2683; }
.text3 {
	font-size: 18pt;
	color: #4f2683;
}
.text4 {
	font-size: 10pt;
	color: #4f2683;
	font-weight: bold;
}
.text5 {font-size: 14pt;}
.text6 {font-size: 12pt}
.text7 {color: #FFFFFF; }
table.table1 {
	width: 850px;
	border: solid #CCCCCC 3px;
	background-color: #FFFFFF;
	padding: 2px 5px 2px;
	margin-left: auto;
	margin-right: auto;
	}
table.table2 {
	width: 850px;
	background-color: #FFFFFF;
	padding: 2px 5px 2px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid #CCCCCC 3px;
	border-right: solid #CCCCCC 3px;
	}
table.table3 {
	width: 850px;
	background-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	border-left: solid #CCCCCC 3px;
	border-right: solid #CCCCCC 3px;
	}
table.table4 {
	width: 850px;
	background-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	border: none;
	}
table.table5 {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	}
table.table6 {
	width: 850px;
	background-color: #4f2683;
	margin-left: auto;
	margin-right: auto;
	}
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}