/*------------------------ ALGEMEEN ------------------------------*/

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	SCROLLBAR-FACE-COLOR: #FF6633;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #333333;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #FF6633;
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
	color: #333333;
	background-color: #FFFFFF;


}
H1 {
	font-size: 18px;
	font-weight: bold;

}
A {
	color: #333333;	
	text-decoration: underline;
}
A:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}
INPUT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TABLE {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.siteTitle {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.siteSubTitle {
	font-size: 16px;
	color: #333333;
	font-weight: bold;

}

.tableHeaderBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.tableHeaderWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.buttonTextBlack {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}

A.buttonTextBlack {
font-size: 14px;
color: #333333;
text-decoration: underline;
}

A.buttonTextBlack:hover {
font-size: 14px;
color: #333333;
text-decoration: none;
}

.buttonTextWhite {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}

A.buttonTextWhite {
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;

}

A.buttonTextWhite:hover {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}

.buttonTextColor {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}

.tableHeaderSmallBlack {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.tableHeaderSmallwhite {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}

.priceText {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;

}

.priceItalicText {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.highlightText {
  font-size: 12px;
  color: #333333;
}

A.highlightText {
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}
A.highlightText:hover {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

.button
{
	background-color: #FF6633;
	border-left: 1px solid white;
	border-right: 1px solid #333333;
	border-top: 1px solid white;	
	border-bottom: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}


.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}


.dropdown
{
	background-color: white;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #FF6633;

}

