body,td,th,p,table {
	font: normal 12px Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #1085A7;
}

.nugget {
	background-color: #ffffff;
}

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

.nugget th{
	background-color: #ffffff;
	font-weight: bold;
	text-align: left;
	/*padding: 2px 2px 2px 10px;*/
}
.menu a,.menu a:link,.menu a:visited,.menu a:hover {
	display: block;
	width: 90%;
	text-decoration: none;
	color: #1085A7;
}
.menu a:hover {
	background:#B4D1D8;
	color:#1085A7;
}
.menu a.catlevel1 {
	font-weight: bold;
	padding: 0px 2px 0px 4px;
}
.menu a.catlevel1_sel {
	font-weight: bold;
	background:#B4D1D8;
	padding: 0px 2px 0px 4px;
}
.menu a.catlevel2_sel {
	background:#B4D1D8;
	padding: 0px 0px 0px 20px;
}
.menu a.catlevel2 {
	padding: 0px 0px 0px 20px;
}

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

form {
	margin: 0px;
}

.sep {
	background: #97BEC4;
}
.header {
	padding: 2px 2px 2px 5px;
	background: #CCCCCC;
	/*border-bottom: 1px solid #000000;*/
}
.footer {
	padding: 2px 2px 2px 5px;
	background: #CCCCCC;
	/*border-top: 1px solid #000000;*/
}
.error {
	font-weight: bold;
	color: #FF0000;
}
.properties {
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
}

a.product-link,
a.product-link:link,
a.product-link:visited,
a.product-link:active{
	color:#1085A7;
	text-decoration: none;
}
a.product-link:hover{
	
	text-decoration: underline;
}