@charset "UTF-8";
/* CSS Document */
body {
	font-family			: Tahoma, Geneva, sans-serif;
}
div.legalContent {
	padding				: 0px;
	margin-top			: 0px;
	text-align			: justify;
	width				: 550px;
}
div.legalContainer {
	padding				: 0px;
	margin				: 0px 0px 10px;
	text-align			: justify;
	font-size			: 11px;
	clear				: left;
	width				: 550px;
	float				: left;
}
div.legalContainerRight {
	padding				: 0px;
	margin				: 0px 0px 10px;
	text-align			: center;
	font-size			: 11px;
	clear				: right;
	width				: 352px;
	float				: right;
}
h1.legal {
	color				: #FFFFFF;
	font-family			: Arial;
	font-size			: 22px;
	font-weight			: bold;
	margin				: 7px 0px 24px;
}
h2.legal {
	color				: #FFFFFF;
	font-size			: 14px;
	font-weight			: bold;
	padding				: 0px;
	margin				: 20px 0px 8px;
}
p {
	padding				: 0px;
	margin				: 12px 0px 2px;
}
a.white {
	color				: #FFF;
}
a.white12 {
	color				: #FFF;
	font-size: 12px;
}
a.white14 {
	color				: #FFF;
	font-size: 14px;
}
a.black14 {
	color				: #000;
	font-size: 14px;
}
a.black18 {
	color				: #000;
	font-size: 18px;
}
a.pink {
	color				: #FF00FF;
	font-size			: 13px;
	font-weight			: bold;
}
a.pink:hover {
	color				: #FFF;
	font-size			: 13px;
	font-weight			: bold;
	text-decoration		: none;
}
a.gold {
	color: #FBB117;
	font-size			: 13px;
	font-weight			: bold;
	font-family: "Copperplate Gothic Light";
}
a.gold:hover {
	color				: #f6fafa;
	text-decoration		: underline;
}
span.pink {
	color				: #FFFFFF;
	font-size			: 14px;
	font-weight			: bold;
	padding-left		: 25px;
	text-decoration		: none;
}
span.pink:hover {
	text-decoration		: underline;
}
a.pink10 {
	color				: #FF00FF;
	font-size			: 10px;
	font-weight			: normal;
}
a.pink10:hover {
	color				: #FFF;
	text-decoration		: none;
}
.navigation {
	height				: 65px;
}
ol li {
	list-style-type		: decimal;
}
.vip {
	font-family		: "Copperplate Gothic Bold";
	color: #FDD017;
	font-size		: 26px; 
	font-weight		: normal;
	text-shadow		: 2px 2px 2px #fff;
}
a.searchbar {
	color				: #FF00FF;
	font-size			: 12px;
	font-weight			: bold;
	text-decoration		: underline;
}
a.searchbar:hover {
	color				: #FFF;
	font-size			: 12px;
	font-weight			: bold;
	text-decoration		: none;
}