#page
{
	width: 700px;
	text-align: center;
	margin: 0 auto;
	background: #f1f0c7;	
}

#page h2
{
	width: 700px;
	font-variant: small-caps;	
	font-family: Garamond;
	padding: 5px;
	font-weight: bold;
	color: #00004f;
	text-align: center;
	margin: 10px auto;
}
	
#page p
{
	text-align: center;
	color: #000;
	font-size: 16px;
	font-family: Arial;
	font-weight:bold;
}


#qualityTeamTable {
	width: 700px;
	padding: 0 0 20px 0;
	margin: 0 auto;
	text-align: center;
}

#qualityTeamTable caption {
	padding: 20px 0 20px 0;
	width: 700px;
	font-size: 22px;	 
	font-family: Garamond;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	color: #00004f;
}

th {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #00004f;
	border-right: 1px solid #a09526;
	border-left: 1px solid #a09526;
	border-bottom: 1px solid #a09526;
	border-top: 1px solid #a09526;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background-color: #E9E4A9;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #a09526;
	background: none;
}

td {
	border-right: 1px solid #a09526;
	border-left: 1px solid #a09526;
	border-bottom: 1px solid #a09526;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #00004f;
}

th.spectop {
	border-left: 1px solid #a09526;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px;
	letter-spacing: 4px;
}

th.spec {
	border-left: 1px solid #a09526;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

th.specalt {
	border-left: 1px solid #a09526;
	border-top: 0;
	background-color: #E9E4A9;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #00004f;
	font-size: 14px;
	font-weight: bold;
}


#functions {
	width: 500px;
	padding: 0 0 20px 0;
	margin: 0 auto;
	text-align: center;
	background: #f1f0c7;
}

#functions caption {
	padding: 20px 0 20px 0;
	width: 500px;
	font-size: 22px;	 
	font-family: Garamond;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	color: #00004f;
}

#functions th {
	border: 0;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #00004f;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background-color: #f1f0c7;
}

#functions td {
	border: 0;
	padding: 6px 6px 6px 12px;
	color: #00004f;
	background-color: #f1f0c7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#functions th.spec {
	border: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#functions th.specalt {
	border: 0;
	background-color: #f1f0c7;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #00004f;
	font-style: italic;
	font-weight: bolder;
}

p#labInfo
{
	width: 600px;
	text-align: center;
	margin: 10px auto;
	padding: 5px;
	background-color: #f1f0c7;
	color: #00004f;
	font-variant: small-caps;	
	font-family: Arial;
	font-weight: bold;
	border-top: 2px dotted #a09526;
	border-bottom: 2px dotted #a09526;
}

a span
{
	font-size: 12px;
	color: #00004f;
	font-weight: bold;
	font-style:italic;
}

a:link
{
	text-decoration: none;
	color: #00004f;	
}

a:visited
{
	text-decoration: none;
	color: #000066;
}

a:hover
{
	text-decoration: none;
	color: #0066CC;
}
