/*------------------------ ALGEMEEN ------------------------------*/

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	SCROLLBAR-FACE-COLOR: #4F8FBB;
	SCROLLBAR-HIGHLIGHT-COLOR: #E3EEF4;
	SCROLLBAR-SHADOW-COLOR: #E3EEF4;
	SCROLLBAR-3DLIGHT-COLOR: #E3EEF4;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #A5C9DC;
	SCROLLBAR-DARKSHADOW-COLOR: #E3EEF4;
    overflow: -moz-scrollbars-vertical;

}A {
	color: #000000;	
	text-decoration: underline;
}
A:hover {
	color: #000000;	
	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: #FFFFFF;
	font-weight: bold;
}

.siteSubTitle {
	font-size: 14px;
	color: #FFFFFF;
}

.tableHeader {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.menu {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 26px;
    height: 25px;
    background-image: url('../images/image_5.jpg');
    background-repeat: no-repeat;
}

.tableHeader_2 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.buttonTextBlack {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

A.buttonTextBlack {
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
}
A.buttonTextBlack:hover {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

.buttonTextWhite {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

A.buttonTextWhite {
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: underline;
}
A.buttonTextWhite:hover {
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none;
}
A.buttonTextWhite:visited {
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none;
}


.buttonTextColor {
	font-size: 14px;
	color: #663366;
	text-decoration: none;
}


.tableHeaderSmall {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.priceText {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

.priceItalicText {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.highlightText {
  font-size: 12px;
  color: #FFFFFF;
}
A.highlightText {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: underline;
}
A.highlightText:hover {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}
.button
{
	background-color: #4F8FBB;
	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;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
    background-color: black;
    height: 32px;
}