a {
	text-decoration : underline;
	line-height: 12pt;
	color : blue;
}

a:Visited  {
	text-decoration : underline;
	line-height: 12pt;
	color : blue;
}

a:Hover {
	text-decoration : none;
	line-height: 12pt;
	color: blue;
}

body  {
	font-family: verdana, tahoma, arial, geneva;
	font-size:12pt;
	color:black;
	background-color:#FFFFCC;
}

.print  {
	font-family: verdana, tahoma, arial, geneva;
	font-size:12pt;
	color:black;
	background-color: white;
}

.text {
  font-family: verdana, tahoma, arial, geneva;
  font-size: 12pt;
  color: black
}

.medtext {
  font-family: verdana, tahoma, arial, geneva;
  font-size: 10pt;
  color: black
}

.smtext {
  font-family: verdana, tahoma, arial, geneva;
  font-size: 8pt;
  color: black
}

h2 {
	padding-top: 10px;	
	padding-bottom: 0px;
}
