@charset "utf-8";

/* font set */










p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	color: black;
	margin: 0;
}

p.logo {
	font-size: 0.8em;
	text-align: center;
}

p.link-button {
	font-size: 0.8em;
	text-align: center;
}

p.link {
	font-size: 0.8em;
	text-align: left;
}

p.datetime {
	font-size: 0.8em;
	text-align: right;
}

p.news-headline {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 0.9em;
}

p.comment {
	font-size:0.7em;
	color: #cc0000;
	line-height: 280%;
}

/* news */

p.headline {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #003366;
}

a.headline-href:link {
	color: #003366;
	text-decoration: none;
}

a.headline-href:visited {
	color: #003366;
	text-decoration: none;
}

a.headline-href:hover {
	color: #003366;
	text-decoration: underline;
}

p.newsdate {
	font-size: 0.8em;
	color: gray;
}

p.newsbody {
	font-size: 1.0em;
	font-weight: normal;
}

p.newsphoto-photographer {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 0.8em;
	color: gray;
	text-align: right;
	margin: 0px;

}

p.newsphoto-photocaption {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 0.7em;
	color: gray;
	text-align: left;
	margin:0px;

}


















span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	color: black;
	margin: 0;
}

span.comment {
	font-size:0.8em;
	color: #cc0000;
}

span.comment-green {
	font-size:0.8em;
	color: #669966;
}