body { font-family: Arial, Helvetica, sans-serif; }

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #333333;
	padding: 10px;
	line-height: 25px;


}
.www {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;

}
.piede {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: italic;
	font-weight: bold;

}
a.menu{
	color: #FFFFFF;
	text-decoration: none;
}
.project {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

h2 
{
	font-size: 1.5em;
	color: #666666;
	margin: 0;
	padding: 0;
}

.cell {

	vertical-align:top;
	padding: 15px 10px 0 20px;

}

#tableLogin {
	width: 50%;
}

#tableLogin th {
	background-color: #666666;
	color: #FFFFFF;
	text-align:left;
}

#tableLogin td {
}

#tableData {
	width: 100%;
}

#tableData th {
	background-color: #666666;
	color: #FFFFFF;
	text-align:left;
	/*text-transform:uppercase;*/
}

#tableData td {
	/*vertical-align: top;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}