/*
	base.css - sample stylesheet for the Affix website                           
	Miklos Quartus © 2001 Nokia Research Center, Helsinki                                   
*/

BODY {
	margin-top:	1.58em;
	margin-left:	1.58em;
	margin-right:	1ex;
	margin-bottom:	1.58em;
	padding-top:	0;
	padding-left:	0;
	padding-right:	0;
	padding-bottom:	0;
	border-top:	0;
	border-left:	0;
	border-bottom:	0;
	border-right:	0;
	width:	auto;

	font-family: 	Verdana;
	font-size:	11pt;
	color:		black;
	background:	white;
} 

PRE, CODE, TT	{
 	font-family:	serif;
	font-size:	+10pt;
	font-weight:	bold;
	color:		black;
}

H1, H2, H3, H4, H5, H6 {
	font-family:	Tahoma;
	font-weight:	bold;
	color:		#036;
}

EM	{
	font-style:	normal;
	font-weight:	bold;
	font-size: 	80%;
	color:		#036;
	background:	white;
}

STRONG	{
	background:	white;
	font-weight:	bold;
	color:		black;
}

.warning	{
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	yellow;
	color:		#4e4e4e;
}

DEL	{
	text-decoration:	line-through;
	background:	#F66;
}

INS	{
	text-decoration:	none;
	background:	yellow;
}

ADDRESS	{
	font-style:	normal;
	letter-spacing:	.1em;
	text-align:	center;
}

LEGEND, THEAD, TFOOT 
	{
	font-weight: bold;
	background:	white;
	color:	#036;
}

.colophon	{
	display:	none;
}

COL, COLGROUP, TBODY, TD, TR	{
	color:	black;
	text-decoration:	none;
	border-color:	black;
	background:	white;
	vertical-align: top;
}

TABLE {
	padding-left:	1.58;
	font-family:	Lucida;
	font-size:	10pt;
}

TH {
	text-align: left;
}

CAPTION {
	font-size: 9pt;
	color: indigo;
	font-weight: bold;
}

A {font-size : 90%; font-weight: bold; background: white; text-decoration: none; }
A:link	{ color: #F40; }
A:visited { color: lightslategray; }
A:active { color: #F40; }
A:hover	{ color: darkgreen; }
A.offsite { font-weight: normal; color:	#C30; }
