body, p, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

span {
	display: inline;
}

a {
	color: #006699; 
}

.orator3 {
	font-weight: bold;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: black;
	width: 100%;
}

#nav li li a:hover {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
	text-decoration: none;
	background-color: #98c2d2;
}

li {
	float: left;
	position: relative;
	width: 7em;
	text-align: left;
	cursor: default;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 15em;
	font-weight: normal;
	background: white;
	border-left: 1px dashed black;
	border-bottom: 1px dashed black;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	width: 15em;
	height: 1.3em;
}


li a,
li a:visited,
li a:hover,
li a:visited:hover {
	width: 100%;
}

li.level2:hover {
	background-color: #98c2d2;
}

li:hover ul, li.over ul {
	display: block;
}

tr.user td {
	font-size: 11px;
}

.user input,button
{
	font-size: 11px; 
	color: #006699; 
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}

.user input[type=submit],input[type=button],button
{
	margin:1px;
	padding:1px;
	cursor: pointer; 
	cursor: hand;
}

.user input[type=image]
{
	cursor: pointer; 
	cursor: hand;
	border: 0px #bbbbbb none;
}

.searchTable {
border-right: 0px solid black;
border-bottom: 0px solid black;
border-top: none;
border-left: none;
}

.checkboxTD {
border-right: none;
border-bottom: none;
border-top: 0px solid black;
border-left: 0px solid black;
padding: 2pt;
background-color: #000000;
}

.fieldNameTD {
border-right: none;
border-bottom: none;
border-top: 0px solid black;
border-left: 0px solid black;
padding: 2pt;
background: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.fieldValueTD {
border-right: none;
border-bottom: none;
border-top: 0px solid black;
border-left: 0px solid black;
background-color: #FF9933}

.byline {
font-size: 8pt;
}