/* 
LAST MODIFIED 02/17/00 - phaedrus

A:XXXX		define the link styles
BODY		overall body style declarations
TD,P,.std	standard font declaration
.cpy        copyright font declaration
.shr        standing header text declaration
.cntB		content body style declarations
.lnB		leftnav body style declarations
.repB		report body style declarations
.rep		report style declaration
.ts			time stamp style
.frmLbl		form label
.hdr		header
.frmField	form fields
.tblHd		table header (inverse bold)
.ftnt		footnote
.strong		strong text

The following link colors commented out by Randy on 5/30 per user request
A:LINK		{	color: #cc0033;	} 
A:ACTIVE	{	color: #000066;	}
A:VISITED	{	color: #999999;	}

*/

BODY		{	margin: 0px;	}
TD			{	font-size: 12px;
				font-family: Times New Roman, Times, serif;	}
P			{	font-size: 12px;
				font-family: Times New Roman, Times, serif;	}
.std		{	font-size: 12px;
				font-family: Times New Roman, Times, serif;	}
.cpy		{	font-size: 12px;
				font-family: Times New Roman, Times, serif;	}
.shr		{	font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #006666;	}
.cntB		{	background: #ffffcc;
				margin: 0;
				padding: 0;		}
.lnB		{	background: #ffffff;
				margin: 0;
				padding: 0;		}
.repB		{	background: #ffffff;	
				margin: 0;
				padding: 0;	}
.rep		{	font-family: monospace;
				font-size: 12px;	}
.ts			{	font-size: 12px;
				font-family: Times, serif;
				text-decoration: none;
				font-weight: normal;
				color: #000000;
				background: #ffffcc;	}
.frmLbl		{	font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;	
				font-weight: bold;
				color: #000000;	}
.hdr		{	font-size: 18px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #006666;	}
.frmField	{	font-size: 12px;
				font-family: monospace;	
				color: #000000;	}
.tblHd		{	font-size: 14px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #ffffcc;	}
.ftnt		{	font-size: 11px;
				font-family: Times New Roman, Times, serif;	}
.strong		{	font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;	
				font-weight: bold;
				color: #000000;	}
UL
.bodybull   {	font-size: 12px;
				font-family: Times New Roman, Times, serif;	}
LI
.stepbull   { margin: 12px;  
              line-height: 12px;
              font-size: 12px;
				  font-family: Times New Roman, Times, serif; }
OL
.stepnum    {	font-size: 12px;
				font-family: Times New Roman, Times, serif;	}


