body
{
	background: #000 url(/gfx/logo-glow.png) 50% 0 no-repeat;

	color: #fff;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
        padding-bottom: 100px;
}

a
{
	color: #ea2126;
	cursor: pointer;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

h1 a		{ color: #fff; }
h1 a:hover	{ text-decoration: none; }

sup			{ font-size: 65%; }

img			{ color: #000; }

* { outline: none; }

.b		{ font-weight: bold; }
.i		{ font-style: italic; }
.u		{ text-decoration: underline; }

.red	{ color: #ea2126; }
.white	{ color: #fff; }

.first
{
    margin-left: 0 !important;
    margin-top: 0 !important;
}
.last
{
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.center
{
	text-align: center;
}

.large
{
	font-size: 130%;
}

.hidden { display: none; }

.top-frame-button, .top-frame-button a
{
	background: transparent url(/gfx/top-frame-buttons.png) no-repeat;
	display: block;
	height: 26px;
	overflow: hidden;
	text-indent: -9999px;
	width: 90px;
}

span.gap-25
{
	display: inline-block;
	width: 25px;
}

#frame-top h1
{
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	padding: 2px 18px 0 18px;
}

#newsfeed
{
	background: transparent url(/gfx/newsfeed-backg.png) no-repeat;
	height: 27px;
	margin-left: 8px;
	margin-top: 8px;
	position: relative;
	width: 793px;
}

#news-btn
{
    display: block;
    float: left;
    height: 27px;
    text-indent: -9999px;
    width: 100px;
}
#news-btn:hover
{
	background: transparent url(/gfx/newsfeed-hover.png) no-repeat;
}

#flashticker
{
    font-size: 11px;
    font-weight: bold;
    left: 108px;
    line-height: 24px;
    position: absolute;
    top: 2px;
    text-align: center;
    width: 650px;
}

#rss-icon
{
	display: block;
	position: absolute;
	right: 3px;
	top: 3px;
}



















#debug
{
	display: none;

	background: #000;
	border: 1px solid #0f0;
	color: #0f0;
	font-family: 'andale mono';
	font-size: 10px;
	height: 600px;
	left: 10px;
	overflow: auto;
	padding: 5px;
	position: absolute;
	top: 10px;
	width: 400px;
}