/*STANDARD BAMP STYLES - THESE STYLES ARE LINKED TO COMMON CONTENT BOXES
GLOBAL STYLES*/
BODY
{
	margin: 0;
	padding: 0; /*[e]:0*/
	background-color: #B9BAB9;
	background-image: url(images/bkg_main.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#sponsor_bkg
{
	background-color: #E0E0E0;
	background-image: url(images/bkg_sponsor-panel.jpg);
	background-repeat: no-repeat;
}
.sponsor_artistpic
{
	display: block;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
A
{
	color: #605D5E;
	font-weight: bold;
	font-size: 14px;
}
.smalltext
{
	font-size: 10px;
}
.sponsorlevel_icon
{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sponsorlevel_text
{
	padding-right: 30px;
}
.content_bkg
{
	background-color: #F7F7F7;
}
.articles_body, .articles_in_body
{
	padding-bottom: 8px;
}
.articles_date, .articles__in_date
{
	font-size: 11px;
}
.articles_headline, .articles_in_headline
{
	font-weight: bold;
	color: #c71e23;
}
.footer, A
{
	font-size: 12px;
	color: #999;
}

