/* -- recordtab.css -- */
/* -- CSS for record tables -- */

Body {color; black; background-color: #949CCE; }

h1 {text-align: center; font-size: 36px; font-weight: bold}
h2 {text-align: center;}
h3 {font-style: italic; text-align: center;}
h4 {text-align: left}

Table {table-layout: auto;
			width: 90%;
			empty-cells: show;
			margin-left: auto;
			margin-right: auto;}
			
td, th {width: auto;
			width: 10%;
			border: 1px solid silver;
			text-align: center;
			}


caption {caption-side: top;
			 text-align: center;}
	
#pagecell1{	position:absolute;	top: 10px;	left: 18px;	right: 10%;	width:95.6%;}

#pageNav{	float: top;	width:178px;	padding: 0px;	background-color: #000066;	border-right: 1px solid #cccccc;	border-bottom: 1px solid #cccccc;	font-family: Verdana, sans-serif;	font-size: small;}
			 

/* define return to top link */
#rtot
{
	text-align: center;
}
#rtot a:visited, #rtot a:link, #rtot a:active 
{
	text-decoration: underline;
	font-style: italic;
	color: #A307DE;
}


#update
{
	text-align: center;
}


