.style1 {
	color: #ffffff;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	padding-left:10px;
}

.menuLink {
	color: #ffffff;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration:none;
}
a.menuLink:hover {
	color: #ffffff;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
      font-weight: bold;
	text-decoration:underline;
}

h1 {
	color: #030089;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #030089;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
h3 {
	color: #030089;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
}body, td, p {
	font-size: 16px;
	font-family: times;
}
.highlight1 {
      background-color: rgb(255,255,0)
}
.highlight2 {
      background-color: rgb(0,255,0)
}
.highlight3 {
      background-color: rgb(0,255,255)
}
.highlight4 {
      background-color: rgb(255,175,255)
}
.highlight5 {
      background-color: rgb(255,150,150)
}
.highlight6 {
      background-color: rgb(150,150,255)
}

.notes {
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}