body {
	background-color: #FFFFFF;
	padding : 0px;
	margin : 0px;
}

#BRCContent {
	margin-top : 5px;
	width  :400px;
	font-family: arial,helvetica,sans-serif;
    font-weight: normal;
}

#BRCContent h3 {
	width:300px;
    font-size: 14px;
    font-weight: bold;
	margin :0 0 0 50px;
}

#BRCContent h2 {
	width:250px;
    font-size: 14px;
    font-weight: bold;
	margin :0 0 0 0;
}


#BRCContent a.imglink {
	float : left;
	display : inline;
	margin : 5px 0 0 0;
}

#BRCContent p {
	width:300px;
	color : #333333;
	font-size : 11px;
	margin : 0 0 0 0;
	line-height : 14px;
	float: right;
}

#BRCContent p.player {
	width:250px;
	color : #333333;
	font-size : 11px;
	margin : 0 0 0 0;
	line-height : 14px;
	float: right;
}

#BRCContent a.learnmore {
	font-size : 11px;
	margin : 0 0 0 0;
	padding : 0;
	color : #003366;
	text-decoration : underline;
	width:300px;
	float:right;
}

