/***  * {margin: 0; padding: 0; border: 0;}  ***/

/**********  Text styles CSS  **********/

body {background: #fff;
	color: #000;
	min-width: 700px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:10pt;}

h1	{font-family:"Trebuchet MS", sans-serif; 
	font-size:18pt;
  color: #000000;
	font-weight:bold;
	text-align:center;
	margin: 0;}

h2 {font-family:"Trebuchet MS", sans-serif;
   font-size:16pt;
   color: #000000;
   font-weight:bold;
   margin: 1em 0 0;}

h3 {font-family:"Trebuchet MS", sans-serif;
   font-size:12pt;
   color: #000000;
   font-weight:bold;
   margin: 1.5em 0 0;
	 padding-top: .5em;
	 border-top: 3px solid #000000;}

h4 {font-family:"Trebuchet MS", sans-serif;
   font-size:10pt;
   color: #000000;
   font-weight:bold;
   margin: 1em 0 0;}	
	 
p {font-family:"Trebuchet MS", sans-serif; 
	font-size:8pt;
	margin: .5em 0 0;}
	
a:link {color:#000000;
  font-weight:bold;
	text-decoration:none;}
a:visited {color:#000000;
  font-weight:bold;
	text-decoration:none;}
a:hover {color:#000000;
  font-weight:bold;
	text-decoration:none;
	background:#cccccc;}
a:active {color:#000000;
  font-weight:bold;
	text-decoration:none;
	background:#cccccc;}
	
/*** Services definition list ***/
dl.services dt { font-weight:bold; 
	font-size:8pt;
  margin: 0 1em 0; }
dl.services dd { font-size:8pt;
  margin: -1.25em 3em .2em; }

dl.logos dt { margin: 0 20px 0; }
dl.logos dd { font-size:8pt;
  margin: -25px 100px 10px; }

dl.listing dt { font-weight: bold;
  font-size:10pt;
	border-top: 3px solid #000000;
	/* border-bottom: 1px solid #000000; */
	border-bottom: none;
	margin: 1em 0 0; }
dl.listing dt img { margin: 2px 5px 0; }
dl.listing dd {	font-size:8pt;
  margin: 0 2em 0; }
dl.listing dd.desc { font-style: italic; margin-top: .5em; }
	
/*** Tables ***/
table { border-collapse:collapse; }
td { margin: 0; 
  padding: 2px;
	font-size:8pt;
	text-align: center;
	border-bottom: 1px solid #000000; }
tr.legend td { font-style: italic; 
	text-align: center;
  border-bottom: 3px solid #000000; } 
tr.catlegend td { font-style: italic; 
	text-align: center;
	background-color: #cccccc;
	border-top: 1px solid #000000;
  border-bottom: 3px solid #000000; } 
td.category, tr.catlegend td.category { font-weight: bold;
  font-style: normal;
	font-size:10pt;
	text-align: left;
	background-color: #cccccc; }
td.orgname { padding: 2px 1.5em; 
  text-align:left; }