.PrnD1 {
	font-size: 10px;
	font-weight: bold;
}

select.PrnSelect {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.button_red_bigger {
	font-size: 10px;
	font-weight: bold;
}

.button_red_bigger a:link, .button_red_bigger a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background: #cc0000;
	border-left: solid 1px #ff3333;
	border-top: solid 1px #ff3333;
	border-right: solid 1px #660000;
	border-bottom: solid 1px #660000;
	padding: 4px;
	text-decoration: none;
}

.button_red_bigger a:hover, .button_red_bigger a:active {
	font-size: 10px;
	font-weight: bold;
	color: #ffcc00;
	background: #cc0000;
	border-left: solid 1px #ff3333;
	border-top: solid 1px #ff3333;
	border-right: solid 1px #660000;
	border-bottom: solid 1px #660000;
	padding: 4px;
	text-decoration: none;
}