body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.bordo {
	border: 1px solid #F78F36;
}

.bordoFun {
	border: 1px groove #333;
	width: 80pt;
	text-align: center;
	font-size: 8pt;
}

.bordoDx {
	border-right: 1px solid #737577;
}

.textSmall {
	font-size: 7pt;
	text-align: center;
}

.textMedium {
	font-size: 8pt;
}

.title {
	font-size: 12pt;
	font-weight: 600;
	text-align: center;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #6A82B9;
	text-decoration: underline;
}