﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #FFF;
	text-align: center;
	background: #000000;
}

a:link { text-decoration:underline; color: #FFF;}
a:visited { text-decoration:underline; color: #FFF;}
a:active { text-decoration:underline; color: #FFF;}
a:hover { text-decoration:none; color: #FFF;}

#container {
	padding: 0px 0;
	width: 100%;
	text-align: center;
}

.ticker {
	margin: 0 auto;
	padding: 0px;
	width: 870px;
	text-align: left;
	border: #000 0px solid;
	position: relative;
	overflow: hidden;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}


/* =======================================
	ClearFixElements
======================================= */
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	overflow: hidden;
}

