BODY, CAPTION, H1, H2, H3, P, BLOCKQUOTE, .nav, .nav_off, .navheader, .small, .normal, .trigger
	{
	font-family: sans-serif;
	}

CODE
	{
	font-family: monospace;
	}

H1, H2, H3
	{
	margin-bottom: 0.5em;
	}

table.tab
	{
	border-top: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-color: #99ffff;	// same as background color
	}

table.image
	{
	margin-left: 1em;
	border: solid 1px #000000;
	}

.trigger
	{
	color: #66cccc;
	padding-left: 5px;
	text-transform: lowercase;
	text-decoration: none;
	line-height: 1em;
	font-size: 0.7em;
	}

.nav, .nav_off, .navheader
	{
	font-size: 0.7em;
	line-height: 0.9em;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	text-transform: lowercase;
	}

.nav_off
	{
	color: #999999;
	}

.navheader
	{
	text-align: left;
	font-weight: bold;
	color: #999999;
	font-style: italic;
	border: 1px;
	border-bottom-color: #000000;
	}

CAPTION
	{
	font-size: 0.6em;
	color: #000000;
	text-decoration: none;
	}

.small 
	{
	font-size: 0.6em;
	line-height: 2em;
	color: #000000;
	text-decoration: none;
	}

.normal 
	{
	font-size: .em;
	line-height: 2em;
	color: #000000;
	text-decoration: none;
	}


A:hover.nav
	{
	text-decoration: underline;
	}

P.column
	{
	width: 300px;
	}

P,P.column
	{
	font-size: 0.7em;
	margin-top: 0.5em; 
	margin-bottom: 0.5em;
	margin-left: 1em;
	clear: none;
	}

BLOCKQUOTE
	{
	margin-left: 1em;
	margin-right: 0;
	font-size: 0.8em;
	line-height: 1.2em;
	border-width: 1px;
	border: solid #000000;
	padding: 1em;
	background-color: #FFFFCC;
	width: 360px;
	}
