/* Styles for simple pages without the bottle graphic etc. */


body {
	max-width:55em;
	background-color:#FFF;
	padding:15px;
	}
body, td, p {
	font-family:Arial, Helvetica, sans serif;
	font-size:small;
	color:#363636;
	}
H1,H2,H3,H4,H5,H6 {
	color:#000088; 
	font-family:Georgia, Times, "Times New Roman", serif;
	margin-top:0; margin-bottom:1ex;
	}
H1 {
	font-size:200%;
	text-align:center;}
H2 {font-size:160%;}
H3 {font-size:130%;}
H4 {font-size:118%;}
H5 {font-size:105%;}
H6 {font-size:80%;}

a:link {color:#128272;}
a:hover {text-decoration:none;}
a:visited {color:#115050;}
p {
	padding:0;
	margin:0 auto 2ex 0;
	}
acronym {
	text-decoration:none;
	border:none;
	}
	
	
/************************ Table Styles ***************************/
table {
	border-spacing:0; border-collapse:collapse;
	margin:15px auto;
	}
th[scope="col"] {
	background-color:#008;
	color:#FFFFFF;
	padding:.2em;
	font-size:larger;
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
	}
th+th {border-left:1px solid #FFF;}
thead {
	border: 1px solid #868892;
	}
th[scope=row] {
	padding:.2em;
	font-size:larger;
	font-weight:bold;
	border:1px solid #868892;
	}
td {
	border:1px solid #868892;	
	padding:2px;
	}
caption {
	color:#000088; 
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:larger;
	margin:auto;
	margin-bottom:-15px;
	font-weight:bold;
	}

