body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	color: #369;
}
h1 {
	font-size: large;
	font-weight: bold;
}
h2 {
	font-size: medium;
	font-weight: bold;
}
h3 {
	font-size: small;
	font-weight: bold;
}
h4 {
	font-size: small;
	font-weight: normal;
}
h5, h6 {
	font-size: x-small;
	font-weight: bold;
}
p, h5, h6, li {
	font-size: x-small;
	color: #333;
}
a {
	color: #369;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
td#content table {
	border-collapse: collapse;
	border: 1px solid #8ad;
}
td#content table td {
	border: 1px solid #acf;
	padding: 5;
	vertical-align: top;
	font-size: x-small;
}
td#content table th {
	background-color: #ccc;
	border: 1px solid #fff;
	padding: 5;
}
/*area styles-----------------*/
table#natsarhead {
	width: 100%;
	border-top: 6px solid black;
	border-collapse: collapse;
	background-color: #069;
	margin-bottom: 20;
}
table#natsarhead td {
	text-align: center;
}
table#natsarhead h1 {
	font-size: 185%;
	letter-spacing: 0.2em;
	color: #ccc;
	padding: 10;
	margin: 0;
}
td#linksbar {
	color: black;
	font-weight: bold;
	font-size: x-small;
	background-color: #369;
	letter-spacing: 0.1em;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
}
td#linksbar a {
	color: white;
	text-decoration: none;
	margin: 0 5 0 5;
}
td#linksbar a:hover {
	color: #fc0;
}
#secondlinks {
	background-color: white;
	border-bottom: 1px solid black;
	padding: 1;
	font-weight: bold;
}
td#secondlinks a:hover {
	text-decoration: underline;
	color: black;
}
#content {
	padding: 20;
	vertical-align: top;
}
table#content {
	border: none;
	width: 100%;
}
td#leftimage {
	width: 140px;
	vertical-align: top;
}
/* custom styles ----------*/
.updated {
	color: #369;
	font-size: xx-small;
}
.highlight-1 {
	background-color: #def;
}
.highlight-2 {
	background-color: #eef7ff;
}
.note {
	color: #369;
	font-size: x-small;
	margin: 3px;
}
.noborder, .noborder tr, .noborder td, .noborder th {
	border: none;
}
.issues {
	float: right;
	width: 40%;
	padding: 0;
	margin: 10px;
	border-bottom: 1px solid #d8e0e8;
}
.issues h1 {
	width: 100%;
	background-color: #ccc;
	border-bottom: 1px solid #369;
	border-left: 20px solid #369;
	padding: 5px;
	color: #666;
	margin: 0;
}
.issues h2 {
	width: 100%;
	margin: 0;
	padding: 5px 5px 5px 0;
	background-color: #d8e0e8;
	font-size: x-small;
	border-left: 20px solid #d8e0e8;
}
.issues p {
	border-left: 20px solid #d8e0e8;
	padding: 5px;
	margin: 0;
	border-right: 1px solid #d8e0e8;
}
