@charset "utf-8";
/* CSS Document */

.pagebody {
	background-image: url(images/page-header-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.info-bg {
	background-color: #FFFF66;
	padding: 8px;
}

h1 {
	font-size: 18px;
	display: inline;
	color: #333333;
	font-weight: normal;
}
.hrline {
	background-image: url(images/hr-line.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 5px;
}


.page-header {
	background-image: url(images/page-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
}
.bg-vrline {
	background-image: url(images/bg-vrline.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.price {
	font-size: 24px;
	color: #A53202;
}
.copyright {
	font-size: 11px;
}
.frame-bg {
	background-image: url(images/frame-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 475px;
}
.heading {
	font-size: 24px;
	font-weight: bold;
	color: #006699;
}

