html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

a{
	color: black;
}


h1, h2{
	color: #4457a6;	
}

h1, h2, h3 {
	font-family: "Times New Roman",Times,FreeSerif,serif;
}


hr {
	border-top: 1px solid black;
	border-bottom: 0px none;
	background-color: black;
	height: 0px;
}

table, tr {
	border: 0px none;
	border-collapse: collapse;
}

td {
	text-align: justify;
	padding: 6px 0px;
}

th {
	padding-right: 8px;
}