table tr:nth-child(even) {
	/*background: #CDCDC1;*/
}
table tr:nth-child(odd) {
	/*background: #EEEEE0;*/
}

.header_large_size
{
	height:35px;
}

.header_normal_size
{
	height:25px;
}

.header_small_size
{
	height:15px;
}

.linha_large_size
{
	height:30px;
}

.linha_normal_size
{
	height:20px;
}

.linha_small_size
{
	height:10px;
}

.font_enormous_size
{
	font-size:30px;
}

.font_giant_size
{
	font-size:20px;
}

.font_large_size
{
	font-size:16px;
}

.font_normal_size
{
	font-size:12px;
}

.font_medium_size
{
	font-size:10.5px;
}

.font_small_size
{
	font-size:9px;
}

.tabela_simples
{
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	padding-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1B75BC;
	max-width:900px;
	width:100%;
}

.tabela_simples_sem_borda
{
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1B75BC;
	max-width:900px;
	width:100%;
	border-collapse:collapse;
	border:none;
}

.tabela_sombra
{
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	box-shadow: 5px 10px 10px #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1B75BC;
	max-width:900px;
	width:100%;
}

.tabela_sombra_sem_borda
{
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	box-shadow: 5px 10px 10px #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1B75BC;
	max-width:900px;
	width:100%;
	border-collapse:collapse;
	border:none;
}

.header_sombra_left{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1B75BC;
	text-align:left
}
.header_sombra_center{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1B75BC;
	text-align:center
}
.header_sombra_right{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1B75BC;
	text-align:right
}


.titulo_tabela
{
	text-align: left;
	text-indent: 5px;
	background-color: #1B75BC;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	max-width:900px;
	border-bottom:1px solid #fff;
	height:30px;
}

.label_sombra {
	text-align: right;
	background: #CCCCCC;
	font-size:12px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000
}

.label_zebra {
	text-align: right;
	font-size:12px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000
}




