/* CSS Document */
a:link       { font-weight: regular; text-decoration: none; color: #000000 }
a:visited    { font-weight: regular; text-decoration: none; color: #000000 }
a:hover      { color: #000000; text-decoration: none; font-weight: bolder }

.style11 {
  color: black;
	font-weight: normal;
	font-size: 12pt;
	text-align: center;
  font-family: Arial;
}
.style11 a {
color: #800000;
  font-style: oblique;	
}
