html, body {
	background-color:	#EEEAEA;
	height:				100%;
	max-height:			100%;
}

body, table, tr, td, div, input, textarea, form, select, a {
	font-family:		Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#C71F4D;
	line-height:		17px;
	margin:				0px;
	padding:			0px;
}

p {
	margin-top:			0px;
}

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

h1 {
	margin:				0px;
}

a {
	text-decoration:	underline;
}

a:hover {
	text-decoration:	none;
}