/* CSS Document */

div.rightBannerBox {
	background-color:#FFFFFF;
	text-align:center;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:120px;
	}

/* EVENT */
	div.rightBannerEvent {
		background-color:#FFFFFF;
		border:1px solid #CCCCCC;
		text-align:center;
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		width:120px;
		}
		
	div.rightBBoxEvent {
		background-image:url(/images/common/right/rBoxHeaderEvent.gif);
		height:15px;
		}
	
	div.rightBBoxEventText {
		background-color:#F3A2A2;
		}
	
	p.rightBBoxEventDescription {
		margin:0px 0px 0px 5px;
		padding:5px 0px 5px 0px;
		color:#841C1C;
		line-height:17px;
		text-align:left;
		}

/* LOCAL */
	div.rightBannerLocal {
		background-color:#FFFFFF;
		border:1px solid #CCCCCC;
		text-align:center;
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		width:120px;
		}
		
	div.rightBBoxLocal {
		background-image:url(/images/common/right/rBoxHeaderLocal.gif);
		height:15px;
		}
	
	div.rightBBoxLocalText {
		background-color:#D5DEE6;
		}
	
	p.rightBBoxLocalDescription {
		margin:0px 0px 0px 5px;
		padding:5px 0px 5px 0px;
		color:#333366;
		line-height:17px;
		text-align:left;
		}

/* SPONSERS */

	div.rightBannerSponsers {
		background-color:#FFFFFF;
		border:1px solid #CCCCCC;
		text-align:center;
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		width:120px;
		}
		
	div.rightBBoxSponsers {
		background-image:url(/images/common/right/rBoxHeaderSponsers.gif);
		height:15px;
		}
	
	div.rightBBoxSponsersText {
		background-color:#F4F2C0;
		padding:5px 0px 0px 0px;
		}
	
	p.rightBBoxSponsersDesc {
		margin:0px 0px 0px 5px;
		padding:5px 0px 5px 0px;
		color:#333366;
		line-height:17px;
		text-align:left;
		}

/* INTERNATIONAL */

	div.rightBannerInter {
		background-color:#FFFFFF;
		border:1px solid #CCCCCC;
		text-align:center;
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		width:120px;
		}
		
	div.rightBBoxInter {
		background-image:url(/images/common/right/rBoxHeaderInternational.gif);
		height:15px;
		}
	
	div.rightBBoxInterText {
		background-color:#FFFF99;
		}
	
	p.rightBBoxInterDesc {
		margin:0px 0px 0px 5px;
		padding:5px 0px 5px 0px;
		color:#666666;
		line-height:17px;
		text-align:left;
		}


img.rightBannerImg {
	margin:0px 0px 5px 0px;
	}


