a.link
	 {
           font-size:11pt;
           color:blue;
           text-decoration:none;
         }
a.link:hover
         {
           font-size:11pt;
           color:blue;
           text-decoration:underline;
         }
a.link2  {
           font-size:11pt;
           color:#f0720c;
           text-decoration:none;
         }
a.link2:hover
         {
           font-size:11pt;
           color:#f0720c;
           text-decoration:underline;
         }
a.mail  {
	   font-weight:bold;
           font-size:10pt;
           color:#000099;
           text-decoration:none;
         }
a.mail:hover
         {
	   font-weight:bold;
           font-size:10pt;
           color:#000099;
           text-decoration:underline;
         }
td.b
	{
	font-weight:bold;
        font-size:10pt;
        color:#783b12;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        text-decoration:none;
        }
td
	{
	font-weight:normal;
        font-size:10pt;
        color:black;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        text-decoration:none;
        }
tr.odd
	{
	background-color:#eeeeee;
        }
tr.even
	{
	background-color:#ffffff;
        }
.subtitle
	{
	font-weight:bold;
        font-size:12pt;
        color:#f0720c;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        text-decoration:underline;
        }
pre
	{
	font-size: 10pt;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}
pre.b
	{
	font-weight:normal;
        font-size:9pt;
        color:black;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        text-decoration:none;
        }
