.linkwithoutline {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #663333; text-decoration: none}
.linkwithline { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #663333; text-decoration: underline}
.maintext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #663333; text-decoration: none}
.maintextBOLD { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #663333; text-decoration: none }
.verticalline {  border-color: black black black #663333; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px}
.verticalline2 { border-color: black #663333 #663333; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px}
.bottomline {  border-color: black black #663333; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.maintextBOLDWHITE { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none }
.whitetext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none}
.highlight1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #663333; text-decoration: underline ; background-color: #FFCC00}
.maintextBOLDyellow { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #FFCC00; text-decoration: none }
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.textSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.textBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
	line-height: 14px;
}
.textBOLDlarger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
	line-height: 17px;
}
.maintextBOLDlarger {
font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bold; color: #663333; text-decoration: none
}

#historyButton {
	background:    #684c36;
	background:    -webkit-linear-gradient(#684c36, #3f2e20);
	background:    linear-gradient(#684c36, #3f2e20);
	border-radius: 4px;
	padding:       8px 20px 10px 10px;
	margin-bottom: 5px;
	margin-top:    5px;
	color:         #ffffff;
	display:       inline-block;
	font:          normal 700 15px/1 "Roboto", sans-serif;
	text-align:    center;
	text-shadow:   2px 2px #000000;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}