.style1 {font-size: 16px}
.style2 {
	font-size: 10px;
	color: #006;
	font-weight: bold;
}
body {
	background-color: #000033;
	text-align: center;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000066;
	text-transform: uppercase;
}
.Highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.redhighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
	text-transform: uppercase;
}
.minitext {
	color: #006;
	font-size: 10px;
	font-weight: bold;
}
