@charset "UTF-8";
/* CSS Document */

<style>
.exampletable {
border-style: solid;
border-color: #000000;
background-color:#000000;
}
.exampleheadercell {
	background-color: #333333;
	color: #FFF;
	font-face: arial, helvetica;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.exampledarkopencell {
	background-color: #975A00;
	color: #FFFFFF;
	font-face: arial, helvetica;
	font-size: 11px;
	border-color: #975A00;
}
.examplelightcell {
	background-color: #CACACA;
	color: #000000;
	font-face: arial, helvetica;
	font-size: 11px;
	text-align: center;
	border-style: none;
	border-color: #FFC67B;
}
.exampledarkcell {
	background-color: #DEDEDE;
	font-face: arial, helvetica;
	font-size: 11px;
	text-align: center;
	color: #000;
	border-color: #DEDEDE;
}

.exampleamarillocell {
	background-color: #FFFD9C;
	font-face: arial, helvetica;
	font-size: 1em;
	text-align: center;
	color: #000;
	border-color: #FFFD9C;
}

.exampleamarillo2cell {
	background-color: #FAF433;
	font-face: arial, helvetica;
	font-size: 1em;
	text-align: center;
	color: #000;
	border-color: #FAF433;
}

.exampleazulmarcell {
	background-color: #24CDFE;
	font-face: arial, helvetica;
	font-size: 1em;
	text-align: center;
	color: #000;
	border-color: #24CDFE;
}

.exampleverdeccell {
	background-color: #18B82A;
	font-face: arial, helvetica;
	font-size: 1em;
	text-align: center;
	color: #000;
	border-color: #18B82A;
}

.examplenaranjaocell {
	background-color: #FDCC28;
	font-face: arial, helvetica;
	font-size: 1em;
	text-align: center;
	color: #000;
	border-color: #FDCC28;
}


.examplevioletacell {
	font-face: arial, helvetica;
	font-size: 1em;
	text-align: center;
	color: #90F;
}



.exampleverdecell {
	font-face: arial, helvetica;
	font-size: 1em;
	text-align: center;
	color: #063;
}



.examplecyancell {
	font-face: arial, helvetica;
	font-size: 1em;
	text-align: center;
	color: #00F;
}



.examplenaranjacell {
	font-face: arial, helvetica;
	font-size: 1em;
	text-align: center;
	color: #A6471E;
}



.exampleyellowcell {
	font-face: arial, helvetica;
	font-size: 1em;
	text-align: center;
	color: #FC0;
}

.exampleazulcell {
	font-face: arial, helvetica;
	font-size: 1em;
	text-align: center;
	color: #243884;
}

.notes {
	font-size: 10px;
	font-weight: bold;
}
</style>