/***************************************
 * CVS block
 *  $Author: jrubio $
 *  $Date: 2002/07/26 23:39:07 $
 *  $Revision: 1.0 $
 ***************************************
 * W3C CSS -- Style Sheet
 * Rules: http://www.w3.org/TR/REC-CSS2/
 ***************************************
 */
BODY	{
	margin-left:  0.10in;
	margin-right: 0.10in;
	margin-top:   0.10in;
	font-size:    12pt;
	font-family:  sans-serif;
	font-weight:  400;
	color: #000000;
	background: #ffcccc;
	}

A:link	{font-family: sans-serif, serif;text-decoration: underline ;color: #ff6600;}
A:visited	{font-family: sans-serif, serif;text-decoration: underline ;color: #ff9966;}
A:active	{font-family: sans-serif, serif;text-decoration: underline ;color: #ff6666;}
A:hover	{font-family: sans-serif, serif;text-decoration: underline ;color: #ff0033;}

H1	{
	font-size: 12pt;
	font-family: sans-serif;
	color: #cc1111;
	}
H1.Title	{
	font-size: 16pt;
	font-weight: 800;
	}
H1.Subtitle	{
	font-size: 14pt;
	font-weight: 600;
	}
H1.Location	{
	font-size: 13pt;
	font-weight: 600;
	}
UL.L1	{
	list-style: disc;
	}
UL.L2	{
	list-style: square;
	}
FONT	{
	font-size: 12pt;
	font-family: sans-serif;
	font-weight: 400;
	color: #000000;
	}
TR	{
	vertical-align: top;
	}
.Section	{
	font-size: 12pt;
	font-family: sans-serif;
	font-weight: 800;
	color: #cc1111;
	}
.Paragraph	{
	text-align: justify;
	}
.hide	{
	background: #ffffcc;
	color: #ffffcc;
	}
/* Definitions of the table grid */
TABLE.grid	{
	/* padding: 0; */
	border-spacing: 0;
	border: 1px solid #eeee77;
	}
/*
TR.grid:first-child	{
	border-top: none;
	}
*/
TR.grid	{
	border-top: 1px solid #eeee77;
	}
TH.grid	{
	border-bottom: 1px solid #eeee77;
	/* padding: 0; */
	background: #ffffaa;
	text-align: left;
	}
TR.rowhigh	{
	color: #000000;
	background: #ffffcc;
	}
TR.rowlow	{
	color: #000000;
	background: #ffffaa;
	}
