html, body {
	background-color:	#FFFFFF;
}

body, table, tr, td, div, h1, h2, h3, h4, input, textarea, select, a {
	font-family:		Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:			12px;
	color:				#FFFFFF;
	line-height:		18px;
	margin:				0px;
	padding:			0px;
}

input, textarea, select {
	color:				#000000;
}

p {
	margin-top:			0px;
}

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

h1 {
	font-size:			27px;
	line-height:		31px;
	margin-bottom:		10px;
}

h2 {
	color:				#C4DF9B;
	font-size:			14px;
	line-height:		18px;
	margin-bottom:		5px;
}

h3 {
	color:				#B7D595;
	font-size:			18px;
	line-height:		22px;
	margin-bottom:		10px;
}

h4 {
	color:				#B7D595;
	font-size:			20px;
	line-height:		24px;
	margin-bottom:		10px;
}

#clear {
	clear:				both;
}

/* LINK SETTINGS  */

a {
	color:				#E1FFDB;
	text-decoration:	underline;
}

a:hover {
	text-decoration:	none;
}