.tableheader a{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.tableheader  a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.tableheader a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.tableheader  a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.nav  a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	width: 10%;
}

.nav  a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	width: 10%;
}

.nav  a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	width: 10%;
}
.nav  a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	width: 10%;
}

.selectfield {
	background-color: #ffffff;
	border: #333333 1px solid;
	color: #000000;
}

.tableheader {
	background-color: #eeeeee;
}
/****************/
body {
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	/*background: #7A6C51;*/
}

.content {
	background-color: #ffffff;
	font-family: Veranda;	
}

.title {
	font-size: 14pt;
	font-weight: bold;
}

.adminContent {
	width: 90%;
}

form { 
	display:inline;
}



