body {
	background-image: url(../images/pop-bg.gif);
	background-repeat: repeat-x;
	background-color: #466803;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b2300;
}

a:link, a:visited {
	color: #e8911f;
	text-decoration: none;
}

a:hover, a:active {
	color: #e8911f;
	text-decoration: underline;
}

img {
	border: none;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.popall {
	width: 454px;
	margin-left: auto;
	margin-right: auto;
}

.poptop {
	width: 454px;
	height: 122px;
}

.popfoot {
	width: 454px;
	height: 6px;
	background-image: url(../images/pop-foot.gif);
	background-repeat: no-repeat;
}

.popmain {
	width: 442px;
	background-image: url(../images/pop-boxbg.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

