@charset "utf-8";
table {
	font-family: "Trebuchet MS";
	background-color: #CCCCCC;
	border: 1px solid #333333;
}
td {
	border: 1px solid #999999;
	padding: 1px;
}
.horadia {
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

td.horadia{
	height: 30px;}

.noargsat {
	font-size: 11px;
	background-color: #6599FF;
	text-align: center;
	font-weight: bold;
	width: auto;
	color: #000099;
	text-transform: none;
}

td.noargsat{
	height: 30px;
	}

.argsat {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	background-color: #e0e0e0;
	color: #999999;
	width: auto;
	height: auto;
}

td.argsat{
	height: 30px;}

body {
	margin: 0px;
}
