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

.nugget {
	background-color: #DC628B;
}

.nugget td{
	background-color: #F9C8DD;
	padding: 2px;
}

.nugget th{
	background-color: #DC628B;
	font-weight: bold;
	text-align: left;
	padding: 2px 2px 2px 10px;
}
.pnav{
	text-decoration: none;
	color: #7B1042;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.pnav:a{
	text-decoration: none;
	color: #7B1042;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.pnav:hover{
	text-decoration: underline;
	color: #7B1042;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.pnav:link{
	text-decoration: none;
	color: #7B1042;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.pnav:visited{
	text-decoration: nonw;
	color: #7B1042;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.pnav:active{
	text-decoration: none;
	color: #7B1042;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.menu a,.menu a:link,.menu a:visited,.menu a:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #7B1042;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.menu a:hover {
	background:blue;
	color:#DD0D6D;
}
.menu a.catlevel1 {
	font-weight: bold;
	padding: 0px 2px 0px 4px;
}
.menu a.catlevel1_sel {
	font-weight: bold;
	background:#9999FF;
	padding: 0px 2px 0px 4px;
}
.menu a.catlevel2_sel {
	background:#9999FF;
	padding: 0px 2px 0px 10px;
}
.menu a.catlevel2 {
	padding: 0px 2px 0px 10px;
}

input,select {
	height: 20px;
	font: bold 10px;
}

form {
	margin: 0px;
}

.sep {
	background: #DC638B;
}
.header {
	background: #F9C8DD;
	font-weight: bold;
}
.footer {
	padding: 2px 2px 2px 5px;
	background: #DC638B;
	font-size: 10px;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
.properties {
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
}
.box {
	border: 1px solid #DC638B;
}
hr {
	color: #DC628B;
}

