body {
	font-family: "Franklin Gothic Medium", "Trebuchet MS", Arial, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
table#principal {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	width: 95%;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}

table#principal td {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
table#principal td a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
table#principal td a:link, #principal td a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
}
table#principal a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	color: #FFCC00;
}

.copy {
	font-family: "Trebuchet MS";
	font-size: xx-small;
	color: #FF6600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;


