span
{
	color:White; 
	font-weight:bold;
	font-size:95%; 
	text-decoration:none; 
	text-align:center;
	width:9em;
}	
a.unselected 
{
	color:Silver;
	font-weight:normal;
	font-size:95%; 
	text-decoration:none;
	text-align:center;
	width:9em;
}

td.tabs
{
	border:solid 2px Silver; 
	background-color:#003366;
	width:10em; 
	height:3em;
	text-align:center;
	font-size:95%; 
}

td.tabs a.unselected:hover 
{
	background:#003BE6;
	color:White;
}

td.explain 
{
	border:solid 1px Black;
	vertical-align:top; 
	width:10em; 
	text-align:center; 
	font-family:Arial; 
	font-size:70%;
}

label.instruct 
{
	font-size:65%; 
/*	font-weight:normal; */
	color:White; 
	line-height:1.3em;
}

#main {
	clear: both;
	background: White;
}

#contents {
	background: White;
}

#tabhead {
	position: relative;
	width: 100%;
	height: 4em;
	/* width: 54em; *//* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabhead ul#primary 
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 54em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabhead ul#primary li  {
	display: inline;
	list-style: none;
}

#tabhead ul#primary a,#tabhead ul#primary span,#tabhead ul#primary a.current {
	width: 9em;
	display: block;
	float: left;
	padding: 6px 0 0 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 90%;
	font-weight:bold;
	text-decoration: none;
}

#tabhead ul#primary span,#tabhead ul#primary a.current,#tabhead ul#primary a.current:hover {
	border-bottom: solid 2px #336699;/*none;*/
	background: #003366;
	padding-bottom: 5px;
	margin-top: 0;
	border-left:solid 2px #336699;/*Yellow;/*#003366;*/ 
	border-right:solid 2px #336699;/*Yellow;/*#003366;*/
	border-top:solid 2px #336699;/*Yellow;/*#003366;*/
	color:White;
}

#tabhead ul#primary a {
	background: #336699;
	border: 1px solid #AAA;
	border-bottom: none;
	padding-bottom: 3px;
}

#tabhead ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #003BE6;
	padding-bottom: 5px;
	color: White;
}

#tabhead ul#primary a font.info {
	color:White; 
	font-weight:normal;
}

#tabhead ul#primary a font.labels {
	color:Gray; 
	font-weight:bold;
}

#tabhead ul#primary a:hover font.labels {
	color:White;
	font-weight:bold; 
}

#tabhead ul#primary a font.unlabels {
	color:White; 
	font-weight:bold;
}



