/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: '"';}
blockquote, q {quotes: '"' '"';}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;}
	
*/

#blockbottomright {
		width: 470px;
		padding: 10px; 
		min-height: 390px;
		height: auto !important;
		height: 390px;
		}
	

.column {
		width: 450px;
		float: right;
		margin: 0 5px;
		margin-bottom: 20px;
		padding: 0;
		color: #666;
		font-size: 12px;
		position: relative;
		display: inline; /* Fix IE6 double margin issue */
		min-height: 390px;
		height: auto !important;
		height: 390px;
}

.column h2 {
	width: 450px;
	font: 20px Arial;
	font-weight: bold;
	color: #ff6600;
	padding: 0 0 10px 5px;
}

.column p {
	padding: 5px;
	padding-top: 3px;
	}
	
.column img.rpt-img {
	padding: 5px 25px 10px 0;
	float: left;
	display: inline;
	}
	
.column img.graph {
	padding: 0 0px 10px 25px;
	float: right;

	}		
	
.column p.calltoactionbr {
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 14px;
	width: 380px;
	text-align: right;
	}

.column p.calltoactionbr a {
	font-weight: bold;
	}	


