/* Created 2007/6/4 by Johnna Malici */

body {
  font-family: Tahoma, Verdana, Arial;
  font-size: 9pt;
  color: #FFFFFF;
}

H1 {
  color: #FFFFFF;
  font-weight: bolder;
  font-size: 14pt;
}

H2 {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 12pt;
}

H3 {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bolder;
  font-size: 10pt;
}


UL {
	list-style-type: square;
	}

A:link {
	color: #CCFFFF;
	text-decoration: underline;
	font-weight: bolder;
}
A:visited {
	color: #CCFFFF;
	text-decoration: underline;
	font-weight: bolder;
}
A:active {
	color: #CCFFFF;
	text-decoration: underline;
	font-weight: bolder
}
H4 {
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
}
LI {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}
