H3 {
	COLOR: #000000;
	FONT-FAMILY: Lucida Grande,Helvetica,Arial,sans-serif;
	FONT-SIZE: 18pt;	
}

P {
	COLOR: #000000;
	FONT-FAMILY: Lucida Grande,Helvetica,Arial,sans-serif;
	LINE-HEIGHT: 18pt;
	FONT-SIZE: 12pt;
}

P.small {
	FONT-SIZE: 9pt;
	text-align: left;	
}

P.thick {
	font-weight: bold;
    text-align: left;
}

P.plain {
    text-align: left;	
}

p.alert {
	background-color: #ff0000;
	color: white;
    text-align: center;	
}

table {
	width: 700px;
	border-collapse:collapse;
}

tr {
	line-height:30px;
}

td {
	font-size: 14px;
	text-align:center;
	padding: 10px;
}
td.pers_b {
	font-weight: bold;
	text-align:right;
	padding: 10px;
	width: 35%;	
}
td.pers_i {
	text-align:left;
	padding: 10px;	
}


th {
	font-size: 14px;
    text-align: center;
}

tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

tbody tr:nth-child(even) {
    background-color: #d9d9d9;
}


