html, body, table, tr, td, h1, h2, h3, h4 {
	margin:					0px;
	padding:				0px;
}

body {
	font-size:				12pt;
}

fieldset {
	margin-bottom:			10px;
}

td {
	vertical-align:			top;
	text-align:				left;
	border:					none;
}

h1 {
	margin:					20px 0px;
	padding:				0px;
	text-indent:			0px;
	font-weight:			100;
	font-size:				18pt;
}

h2 {
	margin:					10px 0px;
	padding:				0px;
	text-indent:			0px;
	font-weight:			100;
	font-size:				16pt;
}

h3 {
	margin:					5px 0px;
	padding:				0px;
	text-indent:			0px;
	font-weight:			100;
	font-size:				14pt;
}

a, a:hover {
	color:					#000000;
	text-decoration:		underline;
}

p {
	text-align:				left;
	vertical-align:			top;
	margin:					10px 0px;
}

img {
	border:					none;
}