@charset "utf-8";
/* CSS Document */

.main_text,
a.main_text,
.content,
.ultimate_collector,
h3,
h4 {
	color			: #68686A;
	font-size		: 12px;
	font-family		: verdana, arial, helvetica, sans-serif;

}

.content {
	clear			: left;
	position		: relative;
	top				: 20px;
	left			: 10px;
	width			: 515px;
}

ul#top_links li a {
	color			: #ffffff;
	font-size		: 12px;
	font-family		: verdana, arial, helvetica, sans-serif;
	text-decoration	: none;
}

#content h1 {
	background		: url(/img/header_bg.jpg) repeat-x top;
	float			: left;
	padding			: 4px 50px 0 10px;
	margin			: 0;
	color			: #ffffff;
	font-weight		: bold;
	font-size		: 20px;
	width			: 370px;
	height			: 32px;
}

#content h1.extra {
	width			: 600px;
}

.ultimate_collector {
	position		: relative;
	background		: url(/img/bullet_icon.jpg) no-repeat 0 2px;
	padding			: 0 0 5px 20px;
	margin-left		: 140px;
	height			: 19px;
}

#content h2 {
	background		: url(/img/bullet.jpg) no-repeat left;
	padding-left	: 25px;
	margin			: 0;
	color			: #68686A;
	font-weight		: bold;
	font-size		: 14px;
}

.orange_h2 {
	color			: #f3a317;
	font-size		: 14px;
}

h3 {
	margin			: 0;
	font-weight		: bold;
}

h4 {
	margin			: 0;
	font-weight		: 100;
	text-decoration	: underline;
}

p {
	margin			: 0;
	padding-bottom	: 15px;
}

#footer .footer_text {
	position		: relative;
	top				: -20px;
	text-align		: center;
	color			: #010e52;
	font-size		: 12px;
	font-family		: verdana, arial, helvetica, sans-serif;
}

#footer .footer_text a {
	color			: #010e52;
	font-size		: 12px;
	font-family		: verdana, arial, helvetica, sans-serif;
}

.red,
a.red {
	color			: #ff0000;
}

.blue,
a.blue {
	color			: #5784c9;
}

.orange,
a.orange {
	color			: #f3a317;
}

.small,
a.small {
	font-size		: 10px;
}

