body{
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 75%;
}
.banner {
	border-bottom: #DEDEDE;
	border-width: 0 0 0px 0;
	border-style: none none none none;
	text-align: center;
	background: url(../public_images/bg_banner_popup.jpg) repeat-x left top;
}



h1 {
	font-weight: bold; 
	color: #8A9F15; 
	clear: both; 
	font-size: 16px;
	padding:0px 20px 0px 20px;
	margin-top: 20px;
}
h2 {
	font-weight: bold; 
	color: #000000; 
	clear: both; 
	font-size: 13px;
	padding:0px 20px 0px 20px;
}
h3 {
	font-size: 90%;
	color: #8B8C8F;
	font-weight: bold;
	padding:0px 20px 0px 20px;
}
p {
	font-size: 11px;
	padding:0px 20px 0px 20px;
}

a {
	color: #C86128;
	font-weight: bold;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}