/*
	base.css - sample stylesheet 
	Miklos Quartus <qmi@libren.hu> (C) 2005 Libren Informatika -
	HUNGARY
*/

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:    sans-serif;
	font-size:	11pt;
	color:		#4e4e4e;
	background:	white;
} 

PRE, CODE, TT	{
 	font-family:	Utopia;
	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: 	90%;
	color:		#036;
	background:	white;
}

BIGEM {
	font-style:	normal;
	font-weight:	bold;
	font-size: 	140%;
	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;
	font-weight:     bold;
	font-size:	  9pt;
	letter-spacing: .0em;
	text-align:     center;
}

EMAIL {
	font-style:      normal;
	font-weight:     bold;
	font-size:	  9pt;
}

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

.colophon	{
	display:	none;
}

TH {
	text-align: left;
}

COL, COLGROUP, TBODY, TD, TR	{
	font-family:	Lucida;
	font-size:	10pt;
	text-decoration:	none;
	border-color:	black;
	vertical-align: top;
	background:	white;
}

TD.disabled {
	background:	lightgray;
}

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


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

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