﻿@charset "utf-8";
/* CSS Document */
body {
	background-color: #575f67;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
A:link {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
A:hover {
	color: #50DD02;
	text-decoration: none;
}
.current {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	text-align: center;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.headline {
	text-align: center;
	font-size: xx-large;
	font-family: "Chello Playah";
	font-style: normal;
	font-variant: normal;
	color: #ee0001;
}
.subheadline {
	text-align: center;
	font-size: x-large;
	font-family: "Chello Playah";
	color: #aa0000;
}
.listing {
	text-align: left;
}
.title {
	font-weight: bold;
	text-align: left;
}
.price {
	text-align: center;
	font-style: oblique;
}
.info {
	font-style: oblique;
}
.text {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: small;
	text-align: justify;
	vertical-align: top;
}
img.default {
	border-style: none;
}
img.cover {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
ol.track {
	list-style-type: decimal;
	list-style-position: outside;
}
table.page-menu {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	margin: 0 auto;
	padding: 10px;
	width: 670px;
	text-align: center;
	z-index: 0;
	top: auto;
}
table.normal {
	border-style: none;
	vertical-align: top;
	margin: 3px;
	padding: 3px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
td {
	border-style: none;
	margin: 3px;
	padding: 3px;
}
