@charset "utf-8";
/* CSS Document */
body {
	margin-top: 25px;
	background-color: #000000;
	background-image: url(images/pagebkg.png);
	background-position: center top;
	vertical-align:top;
	background-repeat: no-repeat;
}

.productdescr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding-bottom:12px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top: 4px;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
}

.credits {
	font-size:11px;
	line-height:18px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #92d050;
	text-decoration: none;
	font-size: inherit;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #92d050;
	text-decoration: none;
	font-size: inherit;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: underline;
	font-size: inherit;
}

.intext { }

a:link.intext {
	color: #d94b14;
	text-decoration: none;
	font-weight:600;
	font-size: inherit;
}

a:visited.intext {
	color: #d94b14;
	text-decoration: none;
	font-weight:600;
	font-size: inherit;
}
a:hover.intext {
	color: #f06e27;
	text-decoration: underline;
	font-weight:600;
	font-size: inherit;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#92d050;
	font-size:24px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:18px;
	font-weight: 400;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:18px;
	font-weight: 300;
}

