/***********************************************/
/* Default style sheet - (c) David McKay, 2006 */
/***********************************************/

a:link		{ background-color: inherit;	color: #666666; text-decoration: none; }
a:visited	{ background-color: inherit;	color: #666666; text-decoration: none; }
a:hover		{ background-color: inherit;	color: #000000; text-decoration: none; }
a:active	{ background-color: inherit;	color: #666666; text-decoration: none; }

a.downloadPage:link, a.downloadPage:visited	{ width: 400px;	  height: 23px;
  display: block;	background: url(footer.download_link.gif)  no-repeat; }
a.downloadPage:link:hover, a.downloadPage:visited:hover
{ display: block;	background: url(footer.download_hover.gif) no-repeat; }

b		{ background-color: inherit;	color: #ffffff; }
body		{ margin: 0px 0px 0px 0px;	padding: 0px;
background: url(back_cc_solid.gif); }



img		{ text-align: center;		border: 0px;	}



table
{ text-align:		left;
  background-color:	#ffffff;
  color: inherit;
}

.footer
{ text-align:		center;
  padding-top:		5px;
  height:		30px;
  background-color:	#eeeeee;
  color:		#333333;

  border-style:		solid;
  border-width:		1px 0px 0px 0px;
  border-color:		#cccccc;


  font-family:		arial, sans-serif;
  font-size:		8pt;
}







.footnote
{
vertical-align:super;
color: #333333;
background-color: #f5f5f5;

line-height:0; /* Delete this line ALSO to put the reference mark on the text baseline */
margin-right: 0.1em;
margin-left: 0.1em;
padding: 0.1em 0.3em 0.1em 0.3em;

font-size: 11px;
text-decoration: none;
border: 1px solid #cccccc;
}

.footnote_link
{
vertical-align:super;
color: #333333;
background-color: #ffffff;
line-height: 0;
margin-right: 2px;
margin-left: 2px;

font-size: 11px;
text-decoration: none;
}

p.indent1
{
 text-indent: 15px;
}

p.quote
{
  padding-left: 25px; 
  color: #7f7f7f;
  font-size: 12pt;
/* some sort of indent, italics, lighter text?  smaller font*/
}

p.section
{ font-weight: bold;
  text-align: center;
  padding: 15px 0px 10px 0px;
}











b { color: #333333; }
p { line-height: 1.75;
    font-size: 9pt;
    font-family: georgia;
    text-align: justify; }





div
{ background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;

  margin: auto;
  width: 570px;

  font-family: arial, Garamond;
  font-size: 12pt;
  color: #666666;

  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #cccccc;
}


.div2
{ padding: 0px 0px 0px 10px;
  width: 570px;
}

.div3
{ padding: 0px 0px 0px 10px;
  width: 570px;
}


p.initialcap:first-letter {
color: #333333;
font-size: 250%;
line-height: 1.0;
font-family: Garamond, "Times New Roman", Georgia, Times;
float: left;
padding-right: 0.1em;
font-weight: bold;
}


table.maintable
{
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  width: 620px;
  color: #666666;
}


table.maintableIndex
{
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  width: 730px;
  color: #666666;
}














   .sitetable
   { background-color: #333333;
     width: 100%;
     height: 100%;
     text-align: center;
     vertical-align: middle;
   }

   input
   { color: #cccccc;
     font-size: 8pt;
     font-family: arial;
     background: #111111;
   }

   input[type="text"]		{ border: 1px solid #333333; margin-bottom: 5px; }
   input[type="text"]:link	{ border: 1px solid #333333; background-color: #111111; color: #cccccc; }
   input[type="text"]:visited	{ border: 1px solid #333333; background-color: #111111; color: #cccccc; }
   input[type="text"]:hover	{ border: 1px solid #555555; background-color: #333333; color: #cccccc; }
   input[type="text"]:active	{ border: 1px solid #555555; background-color: #333333; color: #cccccc; }

   select
   { border-style: solid;
     border-color: #555555;
     border-width: 1px;
     margin: 5px;
     font-size: 7pt;
     font-family: verdana;
     background-color: #111111;
     color: #cccccc;
   }
