/* general text properties*/
body  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 10pt;
	color : #000000;
}

table  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 10pt;
	color : #000000;
}

a:link  {
	text-decoration : none;
	color : Blue;
}

a:active  {
	text-decoration : none;
	color : Red;
}

a:visited  {
	text-decoration : none;
	color : purple;
}

/* needed so netscape doesn't barf and print std. fonts in tables */
td  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 10pt;
	color : #000000;
}

/* predefined attributes for standard tables */
table.showdata  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 10pt;
	color : #000000; 
	background : lightsteelblue;
	background-color : lightsteelblue;
}

td.title  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 10pt;
	color : #ffffff; 
	background : darkblue;
	background-color : darkblue;
}

tr.heading  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 10pt;
	color : #000000; 
	background : lightsteelblue;
	background-color : lightsteelblue;
}

tr.showdata  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 10pt;
	color : #000000; 
	background : lavender;
	background-color : lavender;
}

/* headings*/
h1  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 16pt;
	font-weight : bold;
	color : #000000;
}

h2  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 12pt;
	font-weight : bold;
	color : #000000;
}

h3  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 10pt;
	font-weight : bold;
	color : #000000;
}

/* specials */ 

/* actually, only IE shows the hr tag as a nice black line*/
hr  {
	color : #000000;
}

.smallberries  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 8pt;
	color : #000000;
}

/* main table cell text */
.maincell { font-family : tahoma, arial, helvetica, geneva,  sans serif;
	text-indent: 40em; }

.warnsm  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 8pt;
	color : red;
}

.warnbg  {
	font-family : tahoma, arial, helvetica, geneva,  sans serif;
	font-size : 10pt;
	color : red;
}