/* CSS Document */

@import url("layout.css");
@import url("typography.css");

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
	line-height: 1.4em;
  text-decoration: none;
}

a.newWin	{
	padding-right:13px;
}
a.pdf	{
	padding-right:15px;
	background:url(../images/icon-pdf.gif) no-repeat 100% 50%;
}
a.currentPage	{
	font-weight:bold;
}
a.define	{
	cursor:help;
	/*padding-right:6px;
	background:url(../images/icon-define.gif) no-repeat 100% 50%;*/
	text-decoration:underline;
}

.form-chars	{
	float:left;
	display:block;
	clear:left;
	margin-left:12px;
	font-size:11px;
	color:#999;
}