/* constancy CSS1 type sheet by Bryan Wong 3/10/01  */
/* <link href="constancy.css" rel="stylesheet" type="text/css" title="constancy"> */

BODY {
	background: #dfffcd;
	font-family: Arial,Helvetica;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	width: 800px;
	margin-left: 7px;  
	/* margin-right: 30; */
	margin-up: 0px;
}

TABLE.out {
	background: #ffff00
}

TD	{
	font-family: Arial,Helvetica;
	font-size: 8pt;
	color: #000000;
}


TD.inTitle	{
	font-family: Arial,Helvetica;
	font-size: 8pt;
	color: #000000;
	background: #BCCBD0;
}

TD.inBody	{
	font-family: Arial,Helvetica;
	font-size: 8pt;
	color: #000000;
	background: #E9F1F3;
}


TD.aux	{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	background: #FAF3DF;
}



IMG	{
	BORDER: 0;
}





A:link {
	TEXT-DECORATION: none;
	COLOR: #5544ff;
}
A:active {
	TEXT-DECORATION: none;
	COLOR: #888899;
}
A:visited {
	TEXT-DECORATION: none;
	COLOR: #888899;
}
A:hover {
	COLOR: #bb85555;
}



/* EXTRAS */



SPAN.16 {
	font-size:18pt;
}
SPAN.12 {
	font-size:14pt;
}
SPAN.8 {
	font-size:10pt;
}	




