@import url("master.css");

.col2 {
	width: 29%;
	text-align: justify;
}

.col3 {
	width: 38%;
	text-align: center;
}

.red {
	background-color: red;
	font-weight: bolder;
	color: white;
}

.grey {
	background-color: #d3d3d3;
	border-bottom: thin solid black;
}

.white {
		border-bottom: thin solid black;
}

.blue {
	background-color: blue;
	color: white;
	font-weight: bolder;
}

.black {
	background-color: black;
	color: white;
	font-weight: bolder;
}

ul {
	text-align: left;
	list-style: disc outside;
}

li {
	text-align: left;
	width: 100%;
	background-color: #f5f5f5;
	padding: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
}

li.lihdr {
	font-weight: bolder;
	list-style: circle outside;
	background-color: #dcdcdc;
	width: 100%;
	color: black;
}

.nada {
	list-style: none outside;
}

strong {
	font-size: inherit;
	font-weight: bolder;
}

span.blue {
	padding: 2px 10px 2px 10px;
	border: medium groove blue;
	color: blue;
	background-color: white;
}

span.red {
	padding: 2px 10px 2px 10px;
}

a {
	font-size: inherit;
}