/* Design for NEWS Directory */
h2 {
	border-bottom: 1px dashed #cc0000;
	color: #cc0000;
	font-size: 100%;
}
p.date {
	font-size: 67%;
	text-align: right;
	margin: 0px;
	float: right;
}

/* Page Title Logo */
h1.titlelogo {
	font-size: 120%;
	margin: 0px !important;
	text-align: left !important;
	font-weight: normal;
}
h1.titlelogo a {
	color: white;
	background-color: #cc0000;
	text-decoration: none;
	padding: 0.1em 0.5em;
}
h1.titlelogo a:hover {
	color: yellow;
}

/* News Body */
p.news {
	font-size: 80%;
	line-height: 1.4;
}
div.newsphotos {
	padding: 3px;
	margin: 0px 0.5em;
}
div.newsphotos table td {
	font-size: 80%;
}
div.newsphotos table td a img {
	border-width: 1px;
}
div.newsphotos p.largephotos img {
	margin-right: 3px;
	margin-bottom: 3px;
}

/* Design for NEWS TOP */
table.newstable {
	border-collapse: collapse;
	margin: 1em 5px;
	border: 1px green solid;
}
table.newstable td, table.newstable th {
	border-width: 1px;
	border-color: green;
	border-style: solid dotted;
}
table.newstable th {
	background-color: #ccddcc;
	border-bottom: 3px double gray;
	font-size: 75%;
}
table.newstable td {
	font-size: 80%;
	padding: 0.3em;
}
