body {
	font: 12px normal Arial, Verdana, Sans-serif;
}

table {
	border-collapse: collapse;
	margin-top: 2px;
	border: 1px solid #CCCCCC;
	/* border: 1px solid #005F4B; */
}
tr {
	border: 1px solid #CCCCCC;
	/* border: 1px solid #005F4B; */

}
td {
	border: 1px solid #CCCCCC;
	/* border: 1px solid #005F4B; */
	vertical-align: middle;
	padding: 3px;
	font-size: 12px;
}

table.noborderx, table.noborderx tr, table.noborderx tr td {
	border: 0 solid #CCCCCC;
	font-size: 12px;
	border-collapse:collapse;
	padding:3px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 2;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 20px;
margin-bottom: 2px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(closed.gif) no-repeat left 2px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.devlog {
	clear: both;
	margin: 10px auto;
	overflow: auto;
	width: 80%;
	min-width: 758px;
	text-align: center;
	color: #999999;
}

.pheader {
	/* background-color: #77AAAA; */
	font: 12px normal Arial, Verdana, Sans-serif;
	background-color: #50EBEC;
	width: 820;

}

.pheader1{
	/* background-color: #77AAAA; */
	font: 12px normal Arial, Verdana, Sans-serif;
	background-color: #9AFEFF;
	width: 798;
}
.pheader2{
	/* background-color: #77AAAA; */
	font: 12px normal Arial, Verdana, Sans-serif;
	background-color: #E0FFFF;
	width: 776;
}
.pheader3{
	/* background-color: #77AAAA; */
	font: 12px normal Arial, Verdana, Sans-serif;
	background-color: #E8E8E8;
	width: 754;
}



.header {
	/*background-color: #77AAAA;*/
	/* background-color: #00FFFF; */
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
	padding: 8px 0;
	font-size: 1.65em;
	font-weight: normal;
	min-width: 758px;
	width: 80%;
	overflow: auto;
	color:#333399; /* added to change font color */
}

.navsheader {
	border: 0px solid #999;
	clear: both;
	overflow: auto;
	/*margin: 0 auto 20px auto;*/
	margin: 0 auto 0 auto;
	width: 80%;
	min-width: 758px;
	line-height: 2;
	display: flex;
}

.onefifth {
	width: 25%;
	float: left;
	text-align: center;
	padding: 4px 0;
}

.twofifth {
	width: 39%;
	float: left;
	text-align: center;
	padding: 4px 0;
}

.lalign {
	padding-left: 4px;
	text-align: left;
}

.ralign {
	padding-right: 4px;
	text-align: right;
}

#taxlist ul {
	margin: 0 auto;
	display: block;
}

#taxlist {
	margin: 0 auto;
	width: 880px;
}