/* CSS Document */
.span {
	color:#000099;
	font-size:20px;
}
.headline {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-align:center;
	font-size:20px;
}
.list {
	font-family:"Times New Roman", Times, serif;
	color:#000099;
	font-size:16px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000099;
}
#mainTable {
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#000099;
	border-left-style:solid;
	border-left-width:thin;
	border-left-color:#000099;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#000099;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#000099;
}