/*------------------------ ALGEMEEN ------------------------------*/

BODY {
	font-family: Comic Sans MS;
	font-size: 12px;
	scrollbar-shadow-color: #785fb2; 
	scrollbar-3dlight-color: #F9F5EA; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-base-color: #674522; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-face-color: #F9F5EA; 
	scrollbar-highlight-color: #83572B;
}
H1 {
  font-size: 18px;
}
A {
	color: #000000;	
	text-decoration: underline;
}
A:hover {
	color: #000000;	
	text-decoration: none;
}

INPUT {
  font-family: Comic Sans MS;
  font-size: 12px;
}

}

TABLE {
  font-family: Comic Sans MS;
  font-size: 12px;
}

.siteTitle {
	font-size: 24px;
	color: #800080;
	font-weight: bold;
}

.siteSubTitle {
	font-size: 14px;
	color: #800080;
	text-decoration: italic;
}

.homeButton{
	font-size: 14px;
	color: #000000;
}

.tableHeader {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #18472C;
	font-weight: bold;
}

.buttonTextBlack {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
}

A.buttonTextBlack {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

A.buttonTextBlack:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.buttonTextWhite {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

A.buttonTextWhite {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

A.buttonTextWhite:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.buttonTextColor {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.tableHeaderSmall {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.priceText {
	font-size: 12px;
	font-weight: bold;
}

.priceItalicText {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.highlightText {
  font-size: 12px;
  color: #ffffff;
}

A.highlightText {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}
A.highlightText:hover {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}




.footer
{
	font-family: Comic Sans MS;
	font-size: 11px;
	color: #800080;
	align: absmiddle
}


.dropdown
{
	border-left: 1px solid #C6A21B;
	border-right: 1px solid #C6A21B;
	border-top: 1px solid #C6A21B;	
	border-bottom: 1px solid #C6A21B;
	background-color: white;
	color: #13243A;
	font-family: Comic Sans MS;
	font-size: 11px;
	font-weight: normal;
}

