* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	font-family: "Lucida Grande","Arial";
	background: url(/images/page_header_bg_banner.png) #9DCC2E repeat-x;
}

body.frontpage {
	background: url(/images/page_header_bg.png) #9DCC2E repeat-x !important;
}

iframe {
	width: 0px;
	height: 0px;
	border: 0px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}