html,a,div,h1,h2,h3,span,table,tr,td,p
{
  font-family:	Arial;
  font-size:		10pt;
}
a
{
  text-decoration:	none;
  font-weight:	bold;
  color:		black;
}
a:hover
{
  text-decoration:	underline;
  color:		red;
  border:		0px;
}
a.inline
{
  font-family:	Arial;
}
a img
{
     border:      none;
}
a:focus
{
     outline:     none;
}
a:hover img
{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
h1
{
  font-size:		35pt;

}
h2
{
  font-size:		30pt;
  margin-top:		5pt;
  margin-bottom:	5pt;
}
h3
{
  font-size:		16pt;
  font-weight:	normal;
  margin-top:		5pt;
  margin-bottom:	5pt;
}
h4
{
  font-size:		12pt;
  font-weight:	normal;
  margin-top:		5pt;
  margin-bottom:	5pt;
}
span.h1
{
  font-size:		24pt;
  font-weight:	bold;
}
span.h1Red
{
  font-size:		24pt;
  font-weight:	bold;
  color:		red;
}
span.red
{
  color:		red;
}
span.small
{
  font-size:		8pt;
}
p
{
  margin-top: 	1px;
  margin-bottom: 	1px;
  border:            0px;
}
td
{
  vertical-align:	top;
}

