/* master CSS file for all biometrics files */
/* created by ASP July 18 2003 */

/* heading stuff */

h1.papertitle
	{
	font-family: helvetica, sans-serif;
	font-size: 180%;
	color: #000099;
	text-align:center;
	}

h1.sectiontitle, h2
	{
	font-family: helvetica, sans-serif;
	color: #000099;
	font-size:110%;
	}

h1.subsectiontitle, h3
	{
	font-family: helvetica, sans-serif;
	color: #000099;
	font-size:100%;
	padding-left: 1em;
	}

h1.sectionheader
	{
	font-family: helvetica, sans-serif;
	color:#000099;
	font-size:120%;
	}

h1.rowheader
	{
	font-family: helvetica, sans-serif;
	color: #000099;
	font-size:100%; /* used to be 85% */
	}

h1.colheader
	{
	font-family: helvetica, sans-serif;
	color: #000099;
	}
	


/* table stuff */


table.basic
	{
	width = 100%;
	padding: 1.0cm;
	border: thin solid;
	}

td.columntitle
	{
	width = 20%;
	cell-padding: 5px;
	border: thin solid;
	font-family: helvetica, sans-serif;
	font-size: small;
	}

td.rowtitle
	{
	width = 10%;
	cell-padding: 5px;
	border: thin solid;
	font-family : helvetica, sans-serif;
	font-size: small;
	}

td.spacer
	{
	width = 10%
	border: thin solid;
	}


table.inner
	{
	padding: 50px;
	}

td.header
	{
	width= 15%;
	cell-padding: 5px;
	border: thin solid;
	vertical-align:top;
	}

td.content
	{
	width = 85%;
	cell-padding: 5px;
	border: thin solid;
	}

td.layout,td
	{
	font-family: helvetica, sans-serif;
	vertical-align: middle;
	padding: 0.5em;
	}	


/* paragraph stuff */

p.authors
	{
	font-family: helvetica, sans-serif;
	text-align: center;
	}
	
	
p.regular,ol.regular,ul.regular,p,ul,ol
	{	
	font-family: helvetica, sans-serif;
	text-align:left;
	font-size: 100%; /* used to be 100% */
	}
	
p.notes
	{
	font-family: helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
	font-style: italic;
	/* background-color:rgb(0,0,255); */  /* yuck */
	}
	
/* list items */
li
	{
	margin-bottom: 1.0em;
	}
	
	
/* misc */

pre
	{
	font-family: helvetica, sans-serif;
	font-size:xsmall;
	}





