table#principal {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	width: 90%;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
}

table#principal td {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	width: 90px;
	text-align: center;
	vertical-align: middle;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	text-decoration: none;
}
table#principal td a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	width: 90px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
}
table#principal td a:link, #principal td a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	width: 90px;
	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: 25px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	color: #FFCC00;
	text-decoration: none;
}
.texto {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: middle;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
.texto2 {

	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.unfocus {
	background-image: url(../images/upperShadowWhite.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #333333;
	background-position: left top;
	padding-left: 4px;
	padding-right: 4px;
}

.focus {
	background-image: url(../images/upperShadowWhite.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC00;
	background-position: left top;
	padding-left: 4px;
	padding-right: 4px;
}

.button {
	color: #1D3145;
	background-image: url(../images/lowerBlueGrad.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #3399CC;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #3399CC;
}

