body {
   font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
   background-color: #ffffff;
   }
h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	}
h2 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	
	}
p {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	text-align:justify;
	}
  
a:link {
  color:#000000;
  text-decoration:none;
  font-weight: bold;
  }
a:visited {
  color:#000000;
  text-decoration:none;
  font-weight: bold;
  }
a:hover {
  color:#000000;
  text-decoration:underline;
  }

table.sample {
	border-width: 0px;
	border-spacing: 8px;
	border-style: dotted;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	}
table.sample th {
	border-width: 1px;
	vertical-align:top;
	padding: 1px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	
}
table.sample td {
vertical-align:top;
	font-size: 12px;
	border-width: 1px;
	padding: 8px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	
}

