<!-- Stylesheet definition -->
<STYLE type="text/css" media=screen>
/* BODY background color is always white */
body             {background-color: #FFFFFF}

/* Define order of font to be used (if 1. doesn't exist, use 2., etc.), size is 11pt, color is black */
p, th, td, button, input, select {font-family: Comic Sans MS,Arial,Helvetica,Sans-Serif; font-size: 11pt; color: #000000; line-height: 14pt}

/* Define default cursor for this elements */
p,th,td  { cursor: default; }

/* Define Link appearance: default is dark grey, on mouseover it's bold, underlined and black */
a:link          {color: #333333; text-decoration: none;}
a:visited       {color: #333333; text-decoration: none;}
a:active        {color: #333333; font-weight: bold; text-decoration: none;}
a:hover         {color: black; text-decoration: underline; font-weight: bold;}

/* Style of thin link */
a.thin:link     {color: #999999; text-decoration: none;}
a.thin:visited  {color: #999999; text-decoration: none;}
a.thin:active   {color: #999999; font-weight: bold; text-decoration: none;}
a.thin:hover    {color: #666666; text-decoration: none; font-weight: bold;}

/* Style of medium link */
a.medium:link     {color: #666666; text-decoration: none;}
a.medium:visited  {color: #666666; text-decoration: none;}
a.medium:active   {color: #666666; font-weight: bold; text-decoration: none;}
a.medium:hover    {color: #444444; text-decoration: none; font-weight: bold;}

/* Style for citation text */
td.citation      {color: #999999; font-style: italic; line-height: 12pt}
p.citation       {color: #999999; font-style: italic; line-height: 12pt}
</STYLE>
