a { text-decoration: none ;}
a:link { color: #000000; }
a:visited { color:#000000; }
a:hover { color:#FF9933; text-decoration:underline; }





body {
	width: 600px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 2px;
	padding: 0;
	background-color: white;
	color : #666;
}

.indented {
	margin-left: 170px;
	margin-right: 135px;
	font-weight: nomal;
	font-size: 14px;
	line-height: 150%;
}

table {
	margin: 0;
	padding: 0;
	border: 1px solid black;
	border-collapse: collapse;
}

th {
	margin: 0;
	padding: 2px;
	background-color: #666;
	color: white;
	border: 1px solid black;
	text-align: left;
	font-family: sans-serif;
	font-weight: nomal;
	font-size: 14px;
	vertical-align: top;
}

td {
	margin: 0;
	padding: 2px;
	background-color: white;
	border: 1px solid black;
	font-size: 14px;
	vertical-align: top;
}



.article-title {
	position: static;
	font-family: sans-serif;
	font-size: 21px;
	line-height: 125%;
	font-weight: bold;
	color: black;
	margin-bottom: 20px;
}

.article-author {
	position: static;
	font-weight: bold;
	color: black;
	margin-bottom: 30px;
}

.date {
	position: static;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.top-credit {
	text-align: right;
}

.navigation {
	clear: both;
	margin-top: 10px;
	margin-bottom: -5px;
}

.go-top {
	text-align: right;
	font-size: 10px;
	margin-bottom: -20px;
}

.noborder table{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px solid white;
}

.noborder th{
	margin: 0px;
	padding: 2px;
	border: 0px solid white;
	text-align: left;
	font-family: sans-serif;
	font-weight: nomal;
	font-size: 14px;
	vertical-align: top;
}

.noborder td{
	margin: 0px;
	padding: 2px;
	border: 0px solid white;
	font-size: 14px;
	vertical-align: top;
	line-height: 150%;
}
