/*
   AMC Style Sheet
   Author: Tina Pescheta
   Date:  April 22, 2012

   Filename:         amctables.css
   Supporting Files: amclogo.png, ndalogo.png

*/

/* Section styles */


section h1 {
	margin: 0px 0px 0px 0px;
	}
	
section h2 {
   font-size: 1.1em;
   line-height: 1.2em;
   font-family: Verdana, Geneva, sans-serif;
   font-weight: bold;
   color: black;
   letter-spacing: 1px;
   margin-left: 5px;
    background-color: rgba(55, 125, 70, 0.7);
    width: 98%;
    text-align: center;
	}
		

 /* styles for the clients table */
 
  table.clients {
 	border: 10px;
 	border-collapse: collapse;
 	font-family: Verdana, Geneva, sans-serif;
 	font-size: 1em;
 	width: 98%;
 	margin-left: 5px;
 	background: url(bgcream.GIF);
 }
 
 
table.clients th { 
 background-color: rgba(108, 72, 0, 0.3);
 }
 
  table.clients th, table.clients td {
 	border: 1px solid gray;
 	}
 	
 	
 	
/* Table body styles */

	
	table.clients tbody td {
		padding: 15px;
		vertical-align: top;
		font-size: 0.85em;
		line-height: 1.6em;

	}
	
	
/* Styles for the table caption */

	table.clients caption {
		caption-side: bottom;
		text-align: right;
		font-size: 0.85em;
		font-style: italic;
	}