body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
a {
	color:#760CB6;
	text-decoration: none;
}
a:visited {
	color:#760CB6;
}
a:hover {
	color:#760CB6;
	text-decoration: underline;
}
hr {
	height:	1px;
}
.nugget {
	margin-bottom: 7px;
}
div.nugheader {
	padding: 5px;
	background-color: #2E8B57;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFCC;
	border-right: 2px solid #225555;
	border-bottom: 2px solid #225555;
	border-left: 2px solid #99AAAA;
	border-top: 2px solid #99AAAA;
	font-family: Trebuchet MS, Verdana, Arial,sans-serif;
}
.nugbody {
	background-color: #F4F4F4;
	padding: 5px;
	border: 1px dashed #C0C0C0;
	border-top: 0px;
}
.topic {
	border: 1px solid #C0C0C0;
	border-left: 1px dashed #C0C0C0;
	border-right: 1px dashed #C0C0C0;
	padding: 0px 10px;
	width: 700px;
}
tr.nugheader, .topheader {
	font-size: 13px;
	background-color: #E1F7E2;
	font-weight: bold;
}
tr.nugheader td, .topheader td{
	height: 30px;
}
/* The Date */
.topheader td b, tr.nugheader td div{
	font-size: 11px;
	margin-right: 5px;
}
.topbody {
	/* font-style: italic; */
}

table .topheader{
	margin-left:130px;
}

.code{
	background-color: #D1D1D1;
	font-weight: italic;
	font-size: 12px;
}

.articlesignature{
	padding-bottom:15px;
	border-top: 1px gray solid;
}

