body,td,th,p,table {
	font: normal 12px Verdana,Arial,Helvetica,sans-serif;
}

.nugget {
	background-color: #000000;
	font-weight: bold;
}
/* td nugget*/
.nugget td{
	background-color: #0081b7;
	padding: 2px;
}

.nugget th{
	background-color: #fe6700;
	font-weight: bold;
	text-align: left;
	padding: 2px 2px 2px 10px;
}

.header {
	padding: 2px 2px 2px 5px;
	border-bottom: 1px solid #000000;
}
.footer {
	padding: 2px 2px 2px 5px;
	background: #fe6700;
	border-top: 1px solid #0f0000;
}

.sep {
	background: #3333FF;
}
.bod {
	background:acacac ;
}

.bg {
	background:white;
}

.menu a,.menu a:link,.menu a:visited,.menu a:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	color:black;
}
.menu a:hover {
	background:#fe6700;
	color:white;
}
.menu a.catlevel1 {
	font-weight: bold;
	padding: 0px 2px 0px 4px;
}
.menu a.catlevel1_sel {
	font-weight: bold;
	background:#de6755;
	padding: 0px 2px 0px 4px;
}
.menu a.catlevel2_sel {
	background:#de6755;
	padding: 0px 2px 0px 10px;
}
.menu a.catlevel2 {
	padding: 0px 2px 0px 10px;
}

input,select {
	height: 20px;
	font: bold 10px;
	background: light-gray;
}

form {
	margin: 0px;
}



.error {
	font-weight: bold;
	color: #FF0000;
}
.properties {
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
}

