.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 002666;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 002666;
	text-indent: 0pt;

}
.headertitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bolder;
	color: 002666;
	padding: 0px;

}
.headertext a:link {
	text-decoration: none;
}
.headertext a:visited {
	text-decoration: none;
}
.headertext a:hover {
	text-decoration: none;
}
.headertext a:active {
	text-decoration: none;
}
.pubs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 002666;
	text-indent: 20pt;
}

#slideshow {
  width : 900px;
  height : 500px;
  padding : 10px;
}

@counter-style paren-decimal{
	system: extends decimal;
	suffix: ") ";
}
[type="1"]{
	list-style: paren-decimal;
}
