/* CSS Document */

p {}
	#content p {font-size:12px; color:#555; margin:0; padding:0;}

a {}
	#bcomp_i a.rm, #gcomp_i a.rm, #rcomp_i a.rm {font-size:11px; font-weight:bold; text-align:right; display:block;}
	#bcomp_i a.rm {color:#07739E;}
	#gcomp_i a.rm {color:#6FAF15;}
	#rcomp_i a.rm {color:#E36D02;}
	a.rm span {font-size:14px;}
	
/* tile ads */
#tile_ads {height:93px;}
	#tile_ads div {float:left;}
	
/*content region*/
#content {padding:12px 15px 12px 20px;}

	#bcomp_o {width:480px; background:#E5EFF3 url(../images/splash/comp_blue_bottom.gif) no-repeat bottom; margin-bottom:10px;}
	#bcomp_i {background:url(../images/splash/comp_blue_top.gif) no-repeat top; padding:18px 15px;}
	
	#gcomp_o {width:480px; background:#EEF5E5 url(../images/splash/comp_green_bottom.gif) no-repeat bottom; margin-bottom:10px;}
	#gcomp_i {background:url(../images/splash/comp_green_top.gif) no-repeat top; padding:18px 15px;}
	
	#rcomp_o {width:480px; background:#FCF1E5 url(../images/splash/comp_red_bottom.gif) no-repeat bottom; margin-bottom:10px;}
	#rcomp_i {background:url(../images/splash/comp_red_top.gif) no-repeat top; padding:18px 15px;}
	
	
