font.label {
	font-size: 12px;
	color: #000000;
}

font.footer {
	font-size: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	size: 10px;
	
}

p.content {
	width: 90%;
	padding-right: 20px;
	padding-left: 30px;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}

p.large-content {
	width: 90%;
	padding-right: 20px;
	padding-left: 30px;
	font-size: 14px;
	text-align: center;
	color: #000000;
}

p.table {
	font-size: 12px;
	margin: 5px;
	color: #000000;
}

h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #000000;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	color: #000000;
	font-size: 190%;
	margin: 0.3em 0;
}
h3 {
	color: #000000;
	font-size: 165%;
}
h4 {
	color: #000000;
	font-weight: normal;
}

label {
	font-size: 10px;
	color: #000000;
}

div.message {
	text-align: center;
	clear: both;
	color: red;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

a {
	color: black;
}

th {
	font-size: 12px;
	color: black;
}

td {
	font-size: 12px;
	color: black;
}
