/* ================================================================
    CSS layout definition for an XSLies presentation.

    Copyright 2000 Sami Lempinen (lempinen@iki.fi)
    See the file LICENSE for copyright information.

    $Id: default.css,v 1.6 2001/04/21 09:05:44 ssl Exp $
   ================================================================ */

/* ---------------------------------------------------------------- */
/* General settings */

BODY, TD
{
	font-family: 	verdana, arial, helvetica, sans-serif;
	background:	#ffffff;
}

P
{
	font-family: 	verdana, arial, helvetica, sans-serif;
}

A:link, A:visited, A:active
{
	color:		#77771d;
	text-decoration:none;
}

/* ---------------------------------------------------------------- */
/* Headings */

H1
{
	margin-top:	0pt;
	margin-bottom:	0pt;
	font-size:	xx-large;
}

H2
{
	margin-top:	0pt;
	margin-bottom:	0pt;
	font-size:	x-large;
}

/* ---------------------------------------------------------------- */
/* Page header */
	
TD.header-first, TD.header
{
	background:	white;
}

TD.cell-logo, TD.cell-heading
{
	background:	white;
	color:		#5e775e;
	font-size:	x-large;
}	

TD.cell-heading
{
	text-align: 	right;
}

/* ---------------------------------------------------------------- */
/* Page body */
	
DIV.body
{
	text-align:	left;
	margin-left:	3em;
	margin-right:	3em;
	font-size:	large;
}

/* ---------------------------------------------------------------- */
/* Page footer */

TD.footer
{
	text-align:	center;
}

TD.footer-info
{
	font-size:	small;
}

TD.footer-count
{
	font-size:	small;
	text-align:	right;
}

TD.footer-nav
{
	font-size:	normal;
	text-align:	center;
}

/* ---------------------------------------------------------------- */
/* Particular elements */

.note
{
	color:		#ff6600;
}

PRE, CODE
{
	font-family:	courier, monospaced;
}

SMALL
{
	font-size:	x-small;
}

/* Purple */

.hid {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: x-small;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #C8A8FF; /* light purple */
/*  color: #8700FF; */ /* dark purple */
}

.nid {
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: x-small;
  text-decoration: none;
  color: #C8A8FF;  /* light purple */
/*  color: #8700FF; */ /* dark purple */
}

