html, body {
	background-color:	#FFFFFF;
	background-image:	url('../images/bckgrnd.gif');
	background-repeat:	repeat;
}

body, table, tr, td, div, h1, h2, a {
	font-family:		Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:			12px;
	color:				#000000;
	line-height:		16px;
	margin:				0px;
	padding:			0px;
}

p {
	margin-top:			0px;
}

img {
	border:				0px;
	line-height:		0px;
	font-size:			0px;
	display:			block;
}

h1 {
	padding-left:		45px;
	padding-top:		10px;
}

/* LINK SETTINGS  */

a {
	text-decoration:	underline;
}

a:hover {
	text-decoration:	none;
}