a {
	text-decoration: none;
	color: #445566;
}
a:hover {
	color: #999999;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FE6867;
}
.int {
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	background-color: #FFB6B7;
	border-width: 1px;
	border-color: #FF6766;
}

.inb {
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	background-color: #FF6766;
	border-width: 2px;
	border-color: #FFB6B7;
}

.titlu {
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
}
.titlu2 {
	font-size: 12pt;
	color: #FF0103;
	font-weight: bold;
}
.redbrd {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #FF7473;
	border-right-color: #FF7473;
	border-bottom-color: #FF7473;
	border-left-color: #FF7473;
}

