/* The background image (dark blue/grey) */


div.bg {
	background-image: url("");
	background-color: #0066cc;
	layer-background-color: #0066cc;
	position: absolute;
	top: 119px;
	left: 10px;
	width: 143px;
	height: 162px;
	z-index: 1;
}

/* For the stuff for old browsers: shouldn't be displayed
	in the newer ones */

div.old {display: none}


/* For the breadcrumb trail */

span.path {font: 10px arial,helvetica;
	color: #D6070C;
	}

span.path a {color: #D6070C;
	text-decoration: none;}

span.path a:hover {text-decoration: underline;}

/* For the homepage */

td, p {font: 14px arial,helvetica;}

td.statement div {
	width: 300px;
	background-color: #D39C89;
	layer-background-color: #D39C89;
	color: #ffffff;
	font: 18px arial,helvetica;
	font-weight: 100;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	letter-spacing: 1px;
	text-align: left;
}

td.statement div p {font: 22px arial,helvetica;
	font-weight: 600;
	margin-bottom: 3px;
	margin-top: 0px;}

/* Large newsitems */

div.news,div.photo {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	padding: 5px;
	font: 11px arial,helvetica;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	width: 325px;
}


/* Small newsitems */

td.small div.news {width: 161px;
	margin-right: 13px;
	margin-bottom: 0px;
	font-size: 13px;
	}

div.news span.smallred {color: #cc0000;
	font: 11px arial,helvetica;
	font-weight: 300;
}

div.news span {font-size: 14px;}

div.news span b {font-weight: 900;
	font-size: 16px;}

div.news img {float: right;}

/* The photo */

div.photo {
	text-align: center;
	width: 350px;
}

div.photo p {
	font: 12px arial,helvetica;
	text-align: left;
	margin-left: 20px;
}

/* The update */

p.lastmod {font: 10px arial,helvetica;
	color: #333333;
}

/* The footer */


td.footer {font: 10px arial,helvetica;
	color: #ffffff;
}

td.footer a {color: #ffffff;
	text-decoration: none;
}

td.footer a:hover {text-decoration: underline;}

td.redspacer {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}

