		/* BODY is the parent to all other styles */
BODY	{ font-family:  Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; line-height:17px; font-weight: normal; color: #000000; margin: 2px 2px 10px 2px; } 
P		{ margin-top: 0px; margin-bottom: 10px; }
B		{ font-weight: bolder }  /* relative to the parent */
LI		{ margin-top: 8px;}

:link      {font-weight:bold;  color:black; text-decoration: underline;}
:visited   {font-weight:bold; color:black; text-decoration: underline;}
:link:hover	{font-weight:bold; color:black; text-decoration: underline;}
:visited:hover   {font-weight:bold; color:black; text-decoration: underline;}
:link:active  {font-weight:bold; color:black; text-decoration: underline;}
:visited:active  {font-weight:bold; color:black; text-decoration: underline;}

SPAN { display: inline }


PRE { display: block;
      font-family: monospace;
      white-space: pre }

ADDRESS { display: block;
          margin-left: 3em;
          font-style: italic }
          
BLOCKQUOTE { display: block;
             font-style: normal;
             margin-left: 3em;
             margin-right: 3em }
              
HR 
{
	border-top: solid ;
	color:Gray;
}       


.cciTitle
{
	font-size:15px;
	font-weight: bold;
	vertical-align: top;
}

.cciSubTitle
{
	font-weight: bold;
	color: #000066;
	font-size:13px;
}

.cciSuper
{
	font-size: 6px;
	vertical-align: super;
}