.ColorBox {
	background: #999999;
	display: block;
	margin: 0 0 60px -10px;
	padding: 15px 10px;
	height: 155px;
	color: white;
	position: relative;
}

.Grey {
	color: #8B8D8E;
}

.Link {
	font-weight: bold;
	color: black;
	background: url(../gfx/bul.arrow_right_blue.png) no-repeat 0 3px;
	padding: 0 0 0 13px;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.BackLink {
	font-weight: bold;
	color: black;
	background: url(../gfx/bul.arrow_left_blue.png) no-repeat 0 3px;
	padding: 0 0 0 13px;
	text-decoration: none;
}

.DashedUnderline {
	background: url(../gfx/bgr.line.png) repeat-x bottom;
	line-height: 17px;
	padding: 0 0 5px 0;
	color: black;
	display: block;
}