body{
	background-color : White;
	font-size : 10pt;
	color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
a{
	color: #808080;
	font-weight:bold;
	text-decoration: none;
}
a:link{
	color: #808080;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	font-weight:bold;
	text-decoration:none;
}
a:active {
	font-weight:bold;
	text-decoration: none;
}
A:Hover {
	text-decoration: underline;
}
h1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : 0px;
	color : #0070a2;
	margin-bottom:10px;
}
h2{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : 0px;
	color : #2080aa;
	margin-bottom:10px;
}
th{
    font-size:10pt;
	font-weight:bold;
}
td{
    font-size:10pt;
}

a.email{
   color : black;
   font-style : normal;
   font-weight: normal;
   font-variant : normal;
}
table{
   position:relative;
   top:10px;
}
