p A:link {color: #ff0000}
p A:visited {color: #ff0000}
p A:hover {background-color: #e5e5e5}
dd A:link {color: #ff0000}
dd A:visited {color: #ff0000}
dd A:hover {background-color: #e5e5e5}

A {
	text-decoration:none;
	color:#aa0000;
}

A:hover {
	text-decoration:underline;
	color:#990000;
}

body {
  font-family: arial;
  font-size: 10pt;
  color: #333;
}

.subtitle {
  font-size: 11pt;
  color: #FE8543;
  font-weight: bold;
}

DIV {
   font-size: 10pt;
}

IMG.fright {
   float: right;
}

IMG.left {
   float: left;
}

IMG {
   border: 0;
}



