/*
Dynamic Style 'bold'
*/

a.reactive {
	color: #000000;
	display: block;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	background-color: #CCCC00;
	border-bottom: #000044 solid 2px;
	border-left: #DDDDFF solid 2px;
	border-top: #DDDDFF solid 2px;
	border-right: #000044 solid 2px;
	padding: 4px;
	margin: 8px 1px 8px 10px;
	width: 125px;
	height: 18px;
	border-radius: 9px;
	}

a.reactive:hover {
	color: #FF0000;
	background-color: #666600;
}

