* {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

p {
	margin: 0 0 1.4em 0;
}

table {
	width: 100%;
	border-width: 0;
	margin: 0 0 1.4em 0;
	border-collapse: collapse;
	empty-cells: hide;
}

table.table-list-borders {
	width: 100%;
	border: 1px solid #d6cfcb;
}

table.table-list-borders th {
	font-weight: bold;
	background-color: #e0dcd7;
	text-transform: uppercase;
	padding: 5px 5px;
	border: 1px solid #d6cfcb;
}

table.table-list-borders td {
	font-weight: normal;
	vertical-align: top;
	background-color: #edeae6;
	border: 1px solid #d6cfcb;
	padding: 5px 5px;
}

table.table-list-lines {
	width: 100%;
	border: 1px solid #d6cfcb;
	border-width: 2px 0;
}

table.table-list-lines th {
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 5px;
	border: 2px solid #d6cfcb;
	border-width: 2px 0;
}

table.table-list-lines td {
	font-weight: normal;
	vertical-align: top;
	border: 1px solid #d6cfcb;
	padding: 5px 5px;
	border-width: 1px 0;
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.block-color { color: #f59d33 !important; }
.block-big { font-size: 118.18% !important; }

span.text-color { color: #f59d33 !important; }
span.text-big { font-size: 118.18% !important; font-weight: bold !important; }
