#page
{
	font: normal 14px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #f1f0c7;		
}

#mytable {
	width: 720px;
	padding: 0 0 20px 0;
	margin: 0 auto;
	text-align: center;
}

caption {
	padding: 10px 0 20px 0;
	width: 700px;
	text-align: center;
	color: #00004f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight: bold;
	font-variant: small-caps;
}

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;
}

td.office
{
	font-weight: bold;
}
	
td.actmgr
{
	font-weight: 400;
	font-style: normal;
}

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: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

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-weight: bolder;
	font-size: 14px;
}

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;
}
