@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(i/_bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.header {
	background-image: url(i/_header.jpg);
	background-repeat: no-repeat;
}
.bg-top {
	background-image: url(i/_bg-top.jpg);
	background-repeat: no-repeat;
}
.footer {
	background-image: url(i/_footer.jpg);
	background-repeat: no-repeat;
}
.nav {
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.nav a {
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	cursor: w-resize;
}
.nav a:visited {
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	cursor: w-resize;
}
.nav a:hover {
	color: #f6ff0d;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	cursor: w-resize;
}
.nav-bottom {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.nav-bottom a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	cursor: w-resize;
}
.nav-bottom a:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	cursor: w-resize;
}
.nav-bottom a:hover {
	color: #7b57da;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	cursor: w-resize;
}
a {
	font-size: 13px;
	color: #f4ff41;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	cursor: w-resize;
}
a:visited {
	font-size: 13px;
	color: #f4ff41;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	cursor: w-resize;
}
a:hover {
	color: #e559fd;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: w-resize;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #67eaf9;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ff0974;
}
.sub-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff0974;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #f6ff6b;
}
.iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.faq {
	color: #a43fd8;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

