body
{
  background-color:white;
  margin:0px;
}

h2,h3,h4,h5,h6,div,p,body,html,input,button 
{ 
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-weight:normal;
}

h1 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:white;
}

table,td,tr
{
	padding:0px;
	margin:0px;
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}

span
{
	padding:0px;
	margin:0px;
	border:0px;
}
/* global anchor definition */

a
{
    font-family:sans-serif;
    font-size:10pt;
    font-weight:bold;
    font-style:normal;
    color:rgb(0, 0, 0);
    text-transform:none;
    text-decoration:none;
}

a:visited { text-decoration:none;  }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }
a:focus { text-decoration:none; }

