<style type="text/css"> A:link  {
 	font-family : verdana, Arial, Helvetica;
 	text-decoration : underline;
 	color : #000066;
 }
 
 a:visited  {
 	font-family : verdana, Arial, Helvetica;
 	text-decoration : underline;
 	color : #000033;
 }
 
 A:hover  {
 	font-family : verdana, Arial, Helvetica;
 	text-decoration : underline;
 	color : #000066;
 }


 
 td  {
 	font-size : 8pt;
 	font-family : verdana, Arial, Helvetica, sans-serif;
 	color : Black;
 	font-weight : normal;
 }
 
 p  {
 	font-size : 8pt;
 	font-family : verdana, Arial, Helvetica, sans-serif;
 	color : Black;
 	font-weight : normal;
 }
 
 .green  {
 	font-family : verdana, Arial, Helvetica;
 	font-size : 20;
 	font-style : bold;
 	color : Green;
 }
 
 .die  {
 	font-size : 11pt;
 	font-family : verdana, Arial, Helvetica, sans-serif;
 	color : Maroon;
 	font-weight : bold;
 }
 
 .sml  {
 	font-size : 8pt;
 	font-family : verdana, Arial, Helvetica, sans-serif;
 	color : Black;
 	font-weight : normal;
 }
 
 .smll  {
 	font-size : 7pt;
 	font-family : verdana, Arial, Helvetica, sans-serif;
 	color : Black;
 	font-weight : normal;
 }
 
  .ring  {
 	font-size : 10pt;
 	font-family : verdana, Arial, Helvetica, sans-serif;
 	color : Maroon;
	background-color : #ff9900;
 	font-weight : bold;
 }

 
 .tyt  {
 	font-size : 14pt;
 	font-family : verdana, Arial, Helvetica, sans-serif;
 	color : Maroon;
 	font-weight : normal;
 }
 
 .art  {
 	font-size : large;
 	font-family : Arial;
 	font-style : normal;
 	color : Teal;
 	font-weight : bold;
 }
 
 .tyt2  {
 	font-family : verdana, Arial, Helvetica, sans-serif;
 	color : #4B4B4B;
 	font-size : 12pt;
 	font-weight : bold;
 }
 
 .tyt3  {
 	font-family : verdana, Arial, Helvetica, sans-serif;
 	font-size : 10pt;
 	color : #FF0000;
 	font-weight : bold;
 }
 
 div.color  {
 	padding : 0.5em;
 	border : none;
 	background-color : #ff9900;
 }
 
 div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
 </style>