/* Sections */
#content {	
	float: none;
	margin:0em;
	padding:0em;
	border:0em;
	background:transparent;
	}

/*#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }

#content a[href^="/"]:after {
   content: " (http://www.infometrix.com" attr(href) ") ";
   }*/
      		
#header, #menu, #nav, #left {
	display: none;
	}
	
#special {
	border: 1px dotted #666;
	padding: 1em;
	}

#footer {
	text-align: center;
	font-size: 8pt;
	}
Body	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*font-family: Georgia, Palatino, Times New Roman, serif; */
	font-size: 10pt;
	margin: 0em;
	background: white;
	color:black;
}

H1	{font-size: large;}

H2	{font-size: medium;}

H3	{font-size: small;}

H4	{font-size: x-small;}

a:link, a:visited {
   color: #520;
   background: transparent;
  /* font-weight: bold;
   font-size:smaller;*/
   text-decoration: none;
   }
   
#infotable table, #apptable table {
	color: #333;
	border-collapse: separate;
	width: =100%;
}

#infotable th, #apptable th {font-weight:bold;}

#infotable th, #infotable td   {
	padding: 2px 5px 3px;
	border-top: 1px dotted #ccc;
	text-align: center;
	font-size: 12px;
	vertical-align: top;
}
	
#apptable th, #apptable td {
	padding:2px 5px 3px;
	border-top:1px dotted #ccc;
	text-align:left;
	font-size:12px;}

#infotable .rowheader {
	font-style:italic;
	text-align:left;}
	
#infotable .alt, #apptable .alt { background:#eeeee4;}

