body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

img {
	border: none;
}

a {
	text-decoration: underline;
	color: #009900;
}

a:hover {
	color: #0066FF;
}

h1 {
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.bigtitle {
	font-size: large;
	font-weight: bold;
}

.title {
	font-size: medium;
	font-weight: bold;
}

.timestamp {
	font-style: italic;
}

.date {
	font-weight: bold;
}

.calendar {
	background-color: #CCCCCC;
}

.current {
	color: #FFFF00;
}

.current-week {
	background-color: #FFFF00;
}

.menu {
	width: 120px;
	position: absolute;
	left: 20px;
	text-align: center;
}

.right {
	left: 160px;
	right: 20px;
	position: absolute;
}

.page {
	background-color: #DDFFDD;
	border: 1px solid #006600;
	padding: 4px;
}

.banner, .logo, .strip {
	text-align: center;
}

.copyright {
	font-size: x-small;
	text-align: center;
	width: 100%;
}

.popup {
	padding:4px;
	margin-left:5px;
	margin-top:20px;
	position:absolute;
	width:40%;
	left:30%;
	background-color:#EDEDED;
	border: 1px solid #CFCFCF;
	visibility:hidden;
	text-align:left;
	z-index:9;
}

select {
	width: 200px;
}

input {
	
}