/* CSS Document */

body {
	background-color: #FFCCFF;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.body_header {font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px}
.title_box {
	background-color:#FFDDFF;
	width: 100%; 
	height: 50px; 
	text-align: center; 
	margin: 5 15 5 15; 
	border-bottom: 1px solid #555555; 
	border-right: 1px solid #555555; 
	border-top: 1px solid #999999; 
	border-left: 1px solid #999999; 
}
.title_box h1 {
	margin: 15 15 15 15;
}
.retail_header {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}
