* {
	margin:0px;
	padding:0px;
}
body {
	font-family: Verdana, sans-serif; 
	font-size: 12px;
}

.pn_top {
	background-color:rgb(226,0,26);
	color:white;
	margin-right: 150px;
	margin-left: 150px;
	padding: 5px;
}
.pn_top img {
	float:left;
}

.pn_top h1 {
	padding-top: 20px;
	font-size: 28px;
}
.pn_top h2 {
	font-size: 12px;
}

.pn_top h3 {
	font-variant: small-caps;
	font-size: 24px;
	color: rgb(251,154,0);
}

.pn_menu_top {
	margin-right: 150px;
	margin-left: 150px;
	background-color: rgb(216,188,141);
	padding: 6px;
	color: rgb(226,0,26);
	font-weight: bold;
}

.pn_menu_top a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 6px;
}

.pn_menu_top a:hover {
	text-decoration: underline;
}

.pn_main {
	background-color: rgb(240,229,212);
	margin-right: 150px;
	margin-left: 150px;
	padding: 6px;
}
.pn_main p {
	padding: 6px;
}
.pn_agenda {
	float:left;
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	padding-right: 3px;
}
.pn_agenda h1 {
	background-color: rgb(251,154,0);
	color: white;
	display:inline;
	padding: 3px;
}
.pn_agenda_elem {
	background-color:rgb(226,0,26);
	padding: 6px;
}

.pn_agenda_elem h2 {
	background-color:rgb(251,154,0);
	color:white;
	padding-left: 25px;
	

}
.pn_agenda_elem a {
	color: white;
	font-weight: bold;
	text-decoration:none;
	padding-left: 10px;
	display:block;
	border-width:1px;
	border-style: dotted;
	border-color: transparent;
}
.pn_agenda_elem a:hover {
	background-color: rgb(251,154,0);
	border-color: white;
}

.pn_foot {
	background-color: rgb(226,0,26);
	color: rgb(251,154,0);
	text-align: right;
	margin-right: 150px;
	margin-left: 150px;
	padding: 5px;
}

.pn_foot a {
	font-weight: bold;
	color:white;
	text-decoration: none;
}

li {
	margin-left: 20px;
}

div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0;
	padding:0;
}

div.autocomplete ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.autocomplete ul li.selected {
	 background-color: #ffb;
}

div.autocomplete ul li {
	 list-style-type:none;
	 display:block;
	 margin:0;
	 padding:2px;
	 /*height:20px;*/
	 cursor:pointer;
}

.informal {
	font-size: smaller;
}

