body {
	background-color: #000;
	background-image:url(../images/logo_background.jpg);
	background-repeat:no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: smaller;
	color: #000000;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}

p.clock {color:#FFF;}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	line-height: 18px;
}

.pagehdr {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	padding: 6px;
}

.pagehdr_active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: underline;
	font-size: 16px;
	font-style: normal;
	padding: 6px;
	color: #0000CC;
}

.pagehdr_click {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 6px;
	color: #000000;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	display: block;
	width: 137px;
	padding: 6px;
	border: 2px solid #001540;
}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #001540;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	width: 137px;
	padding: 6px;	
}
