/* text */
a.white:link, a.white:visited {text-decoration: none; color: #ffffff; font-size: 11px;font-weight: bold; }
a.white:hover, a.white:active {text-decoration: underline; color: #000000; font-size: 11px;font-weight: bold; }

.title {font-family: Verdana; color: #D3202B;}
.blacktxt {font: 11px Verdana; color: #000000; font-weight: bold; }

/* layout */
.wrapper
	{
	width: 548px;
	height: 136px;
	}

.left_col{
	float: left;
}
.right_col{
	width: 153px;
	margin-left: 372px;
	height: 100%;
	background: #D3202B url(/gsxr20th/boxbot.gif) left bottom no-repeat;
}

.right_col P{
	margin-left: 10px;
	/*margin-left: 1em;*/
	font: 11px Verdana;
}

