h1 { 
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #AD4200;
	font-style: italic;
	font-weight: normal;
	font-size: 36px;
	text-align: center;
}
p, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {font-weight:bold; color:#660A00;text-decoration:none;}
a:visited {font-weight:bold; color:#660A00;text-decoration:none;}
a:hover {font-weight:bold; color:#AD4200;text-decoration:underline;}

strong {
	color: #660A00;
	font-weight:bolder;
}
.item {
	font-size: 12px;
}
.leader {
	font-weight: bold;
	color: #AD4200;
}
.special {
	font-weight: bold;
	text-align: center;
	color: #AD4200;
	padding-left: 10px;
	padding-right: 10px;
}
li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top:5px;
}

