@charset "UTF-8";
body {
	background-color: #aaaaaa;
	background-image: url(../images/design/bg2.gif);
	background-repeat: repeat;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
.prod_name {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
.pagetext {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
}
.pagetext a:link {
	color: #091F37;
	text-decoration: none;
	font-weight: bold;
}
.pagetext a:visited {
	color: #204779;
	text-decoration: none;
	font-weight: bold;
}
.pagetext a:hover {
	color: #204779;
	text-decoration: none;
	font-weight: bold;
	background-color: #CCCCCC;
}
a:link {
	color: #091F37;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #091F37;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #091F37;
	text-decoration: none;
	font-weight: bold;
}#content {
	overflow: hidden;
	position: relative;
	visibility: visible;
	height: 495px;
	width: 520px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -450px;
	height: 600px;
	width: 900px;
}
.line-bg {
	background-image: url(../images/design/line-bg.jpg);
	background-repeat: repeat-y;
}
.right-bg {
	background-image: url(../images/design/right-bg.jpg);
	background-repeat: repeat-y;
}
.left-bg {
	background-image: url(../images/design/left-bg.jpg);
	background-repeat: repeat-y;
}
