a:link
{
  color: #0000ff; 
  text-decoration: none; 
  font-weight: normal;
}
a:visited
{ 
  color: #0000ff; 
  text-decoration: none; 
  font-weight: normal;
}
a:hover
{ 
  color: #FF9900; 
  text-decoration: none;
  font-weight: normal;
  TEXT-DECORATION: underline
}
body
{
	font-family: Verdana, Times New Roman, Times;
	font-size: large;
	background-color: #E5E5E5;
	color: black
}
table
{
	font-family: Verdana, Times New Roman, Times;
	font-size: 9pt;
    	color: black;
}
table.thinbordered
{
        border: thin solid black
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Times New Roman, Times;
}
h1
{
	color: #858585
}
h2
{
	color: #858585; 
}
h3
{
	color: #858585;
}
h4
{
	color: #858585
}
h5
{
	color: #858585
}
h6
{
	color: #858585
}
td.MainDataCell
{
	font-family: Tahoma, Times New Roman, Times;
	font-size: x-small;
      padding-top: 5pt;
	padding-left: 10pt;
}
/* Footer */

    .footer
    {color: #000066;
    background-color: #ffffff;
    font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
    font-size: x-small;}