@charset "utf-8";
/* CSS Document */
body {
	margin: 10px;
	background: url(images/popup_bg_01.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {margin-bottom:20px;}

#header {
	height: 60px;
	padding-top: 20px;
}

#content {
	color: #333;
	margin-top: 20px;
	font-size: 75%;
}

@media print {body {visibility:visible;}}

#content h1 {
	color: #cc3399;
	display: block;
	font-size: 160%;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

#content p strong {
	text-transform: uppercase;
	color: #cc3399;
	background: #FFC;
	display: block;
	padding: 4px;
	clear: both;
	margin-top: 15px;
}

#content p { clear: both; }
