@charset "utf-8";



.text_heading_bold {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	font-variant: normal;
	text-decoration: underline;
}
.text_body_bold {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
}
.text_body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.text_body_und {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.text_copyright {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.text_links {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	color: #CC0000;
	text-decoration: underline;
}
.text_blank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	visibility: hidden;
}
.layer_location {
	position: absolute;
	margin-left: -500px;
	top: 296px;
	background-position: center;
	left: 50%;
}
.gifts_main_text {
	width: 968px;
}
.gifts_sm {
	width: 968px;
}

.border {
	border: 4px solid #333333;
	padding: 0px;
	margin: 0px;
}

.banner {
	position: fixed;
	height: 0px;
	width: 100%;
	bottom: 15px;
	z-index: 1;
	left: 0px;
	right: 0px;
	background-color: #cc0000;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
}
.copyright {
	position: fixed;
	height: 10px;
	width: 100%;
	z-index: 5;
	left: 0px;
	right: 0px;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
	bottom: 7px;
}
.other_logo {
	position: fixed;
	z-index: 5;
	left: 15%;
	top: 20px;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
	
}
