body {
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#ffffff;
	scrollbar-dark-shadow-color:#ffffff;
	scrollbar-face-color:rgb(243,231,206);
	scrollbar-highlight-color:rgb(243,231,206);
	scrollbar-shadow-color:rgb(185,165,136);

	font-family:'Arial';
	font-size:9pt;
	color:#333333;
}

.headline_large {
  font-family:'Verdana';
  font-size:18pt;
  color:#000000;
  margin:0pt;
}

strong {
	color:#666666;
}

.headline {
	font-size:11pt;
	font-weight:bold;
	color:#333333;
}

.smalltext {
  font-family:'Arial';
  font-size:8pt;
  color:#333333;
}

.text {
  font-family:'Arial';
  font-size:9pt;
  line-height:1.5;
  color:#333333;
}

.largetext {
  font-family:'Arial';
  font-size:12pt;
}

.error {
  font-family:'Arial';
  font-size:9pt;
  color:#dd3333;
}

.CWebsite_Link {
	color:rgb(196,145,42);
}