html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}





td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
h1 {
	font-size: 1.8em;
	color: #000000;
	line-height: 100%;
	font-weight: lighter;
}
h2 {
	font-size: 1.6em;
	color: #000000;
	line-height: 100%;
	font-weight: lighter;
}
h3 {
	font-size: 1.4em;
	color: #000000;
	line-height: 100%;
	font-weight: lighter;
}
h4 {
	font-size: 1.2em;
	color: #000000;
	line-height: 100%;
	font-weight: lighter;
}
h5 {
	font-size: 1em;
	color: #000000;
	line-height: 100%;
	font-weight: lighter;
}
h6 {
	font-size: 0.8em;
	line-height: 100%;
	font-weight: lighter;
}

/* Link Styles */

a:link, a:visited, a:active {
	color: #1E4EC5;
}
a:hover {
	color: #7c907d;
}

ul {
	margin-left: -20px;
	margin-top: 0px;
	margin-bottom: 0px;
	*margin-left: 20px;
	list-style-type: disc;
}

ol {
	margin-left: -20px;
	margin-top: 0px;
	margin-bottom: 0px;
	*margin-left: 25px;
}

