#page
{
	width: 700px;
	text-align: center;
	margin: 0 auto;	
}

#page h2
{
	padding: 15px 0 40px 0;
	font-weight: bold;
	font-family: Georgia;
	color: #00004f;
	text-align: center;
	margin: 0 auto;
	font-variant: small-caps;
}

#page h3
{
	padding: 0 0 -10px 0;
	font-weight: bold;
	font-family: Georgia;
	color: #00004f;
	text-align: left;
	text-decoration: underline;
}
	
#page p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000066;
	font-weight: bold;
}
	
#pic1
{
	background: url('../images/drawing2.jpg') no-repeat center #fff;
	border: 2px solid #a09526;
	float: right;
	padding: 0;
	width: 204px;
	height: 164px;
	margin: 8px 0 0 20px;
	
}

#capTable {
	width: 700px;
	padding: 0 0 20px 0;
	margin: 0 auto;
	text-align: center;
}



caption {
	padding: 20px 0 20px 0;
	width: 700px;	 
	font: italic 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #00004f;
}

th {
	font: bold 14px "Trebuchet MS", Verdana, 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.spec {
	border-left: 1px solid #a09526;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #a09526;
	border-top: 0;
	background-color: #E9E4A9;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #00004f;
}

#page h3.middle
{
	text-align: center;
	margin: 0 auto;
}