/* CSS Document */

body {
  scrollbar-track-color:#999999;
  scrollbar-face-color:#292929;
}

.cos_background_top_left {
	background-color: #CCCCCC;
	background-image: url('../images/bg_topleft.jpg');
  background-repeat: no-repeat;
	background-attachment:fixed;
  background-position:bottom right; 
}

.cos_background_left {
	background-color: #CCCCCC;
	background-image: url('../images/bg_left.jpg');
  background-repeat: no-repeat;
	background-attachment:fixed;
  background-position:right; 
}

.cos_background_bottom_left {
	background-color: #CCCCCC;
	background-image: url('../images/bg_bottomleft.jpg');
  background-repeat: no-repeat;
	background-attachment:fixed;
  background-position:top right; 
}

.cos_background_top {
	background-color: #CCCCCC;
	background-image: url('../images/bg_top.jpg');
  background-repeat: no-repeat;
	background-attachment:fixed;
  background-position:bottom; 
}

.cos_background_bottom {
	background-color: #CCCCCC;
	background-image: url('../images/bg_bottom.jpg');
  background-repeat: no-repeat;
	background-attachment:fixed;
  background-position:top; 
}

.cos_background_top_right {
	background-color: #CCCCCC;
	background-image: url('../images/cycle_top_right_1024.jpg');
  background-repeat: no-repeat;
	background-attachment:fixed;
  background-position:bottom left;
}

.cos_background_right {
	background-color: #CCCCCC;
	background-image: url('../images/bg_right.jpg');
  background-repeat: no-repeat;
	background-attachment:fixed;
  background-position:left;
}

.cos_background_bottom_right {
	background-color: #CCCCCC;
	background-image: url('../images/cycle_bottom_right_1024.jpg');
  background-repeat: no-repeat;
	background-attachment:fixed;
  background-position:top left;
}

.cos_background_main_window {
	background-color: #e4e4e4;
}

.cos_header_text {
  color: #ffffff; 
	font-family: "Century Gothic", "Times New Roman", Arial;
	font-size:40px;
	font-weight: bold;
}