@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0;
	margin-left: 10px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size:12px;
}

table td {
    color: #000000;
    font-size:13px;
    font-weight: normal;
}
p {
    color: #000000;
    font-size:13px;
    font-weight: normal;
}
table td.title {
 	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	font-weight: bold;
	font-size: 20px;
    text-align: center;
}
table td.description {
 	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
table td.notes {
 	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
table td.label {
	text-align: right;
	vertical-align: top;
}
strong.keyword { font-weight: normal; }
li { margin-bottom: 5px; margin-top: 3px; }
p.small { font-size: 92%; }
a.subtle {
	text-decoration: none;
	color: black;
}
table td.mayors { border: 1px solid #dddddd; width: 500px; padding-left: 10px; }
h2 { color:#333333; }
