/*------------------------ ALGEMEEN ------------------------------*/

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	SCROLLBAR-FACE-COLOR: #636573;
	SCROLLBAR-HIGHLIGHT-COLOR: #E9EAEB;
	SCROLLBAR-SHADOW-COLOR: #E9EAEB;
	SCROLLBAR-3DLIGHT-COLOR: #E9EAEB;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #DDDEE1;
	SCROLLBAR-DARKSHADOW-COLOR: #E9EAEB;
}
H1 {
  font-size: 18px;
}
A {
	color: #ffffff;	
	text-decoration: underline;
}
A:hover {
	color: #ffffff;	
	text-decoration: none;
}
INPUT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TABLE {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.siteTitle {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.siteSubTitle {
	font-size: 14px;
	color: #000000;
}

.tableHeader {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.buttonTextBlack {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
A.buttonTextBlack {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}
A.buttonTextBlack:hover {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
.buttonTextWhite {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.buttonTextWhite {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: underline;
}
A.buttonTextWhite:hover {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}
.buttonTextColor {
	font-size: 14px;
	color: #663366;
	text-decoration: none;
}

A.buttonTextColor {
  font-size: 12px;
  color: #663366;
  text-decoration: underline;
}
A.buttonTextColor:hover {
  font-size: 12px;
  color: #663366;
  text-decoration: none;
}
.tableHeaderSmall {
	font-size: 14px;
	color: #663366;
	font-weight: bold;
}

.priceText {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.priceText1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.footerText {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.priceItalicText {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.highlightText {
  font-size: 12px;
  color: #222222;
}
A.highlightText {
  font-size: 12px;
  color: #222222;
  text-decoration: underline;
}
A.highlightText:hover {
  font-size: 12px;
  color: #222222;
  text-decoration: none;
}
.button
{
	background-color: #F46B68;
	border-left: 1px solid white;
	border-right: 1px solid #493C17;
	border-top: 1px solid white;	
	border-bottom: 1px solid #493C17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}