body {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

input, textarea {
	font-size: 12px;
	border: 1px solid #c0c0c0;
}

input.selected, textarea.selected {
	background-color: #ffa;
}

div.content {
	width: 650px;
	margin: auto;
	text-align: left;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

hr {
	border: none;
	border-bottom: 1px solid #c0c0c0;
}

a.toggler {
	cursor: pointer;
	color: #555;
	font-weight: bold;
}


.info {
	background-color: #ffa;
	font-weight: bold;
}


td.title {
	background-color: #99a64e;
	color: #fff;
	text-align: center;
}


td.title_1 {
	
}


td.title_2 {
	background-color: #fbf9ca;
}


form.inline {
	display: inline;
}


table.top {
	width: 100%;
	font-size: 1em;
}

table.schedule {
	font-size: 0.9em;
}


img {
	border: none;
}

input.pointer {
	cursor: pointer;
}

.red {
	background-color: red;
}

.green {
	background-color: green;
}

.grey {
	background-color: grey;
}

