body {
	background-color: #E0D5C3;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body, td, th {
	color: #666633;
}

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #663333;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	text-align: center;
	height: auto;
	width: auto;
	color: #E5BB4F;
	font-weight: bold;
	text-decoration: none;
	border-top: thick solid #CCC;
	border-right: thick solid #333;
	border-bottom: thick solid #333;
	border-left: thick solid #CCC;
	font-size: medium;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
}

a {
	color: #060;
	font-weight: bold;
}

.buttons a:link {
	color: #FFCC66;
	text-decoration: none;
	font-weight: bold;
}
.buttons a:visited {
	color: #FFCC66;
	text-decoration: none;
	font-weight: bold;
}
.buttons a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.month {
	background-color: #ceceaa;
	margin-top: 8px;
	margin-bottom: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.content {
	margin: auto;
	text-align: left;
	padding: 0px;
	position: relative;
	background-image: none;
}

.content h3 {
	margin-left: 10px;
}
.content p {
	margin-left: 10px;
}
.align_right {
	padding: 2px;
	float: right;
	margin-left: 8px;
	margin-right: 4px;
}

.align_right-highlight {
	padding: 2px;
	float: right;
	margin-left: 8px;
	margin-right: 4px;
	background-color: #FFF;
	text-align: center;
}
.container {
	margin: 0px;
	width: 675px;
}
.highlight {
	background-color: #FFF;
}
.selectBox {
	background-color: #ceceaa;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	width: 800px;
}
.thumbnail {
	background-color: #FFF;
	margin: 10px;
	padding: 10px;
	border-top: 1px solid #300;
	border-right: 3px solid #300;
	border-bottom: 3px solid #300;
	border-left: 1px solid #300;
}

.containerlinks {
	background-color: #CCC;
	padding: 8px;
	text-decoration: none;
}
.containerlinks a:link{
	text-decoration: none;
}
.containerlinks a:visited{
	text-decoration: none;
}
.containerlinks a:hover{
	text-decoration: underline;
}
.content800px {
	margin: auto;
	width: 800px;
	text-align: left;
	padding: 10px 0px;
	position: relative;
	background-image: none;
}

.description {
	margin: 10px;
	visibility: hidden;
}
.larger {
	font-size: 1.25em;
}

.text-justify {
	text-align: justify;
}
.text760px {
	margin: auto;
	width: 760px;
	text-align: left;
	padding: 10px 0px;
	position: relative;
	background-image: none;
}
