	/* ----- GENERAL CSS ----- */
body {
	background-color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
}
body .tabcontent { 
	background-color:#92AB71;
	width:772;
	border-left: 1px solid #D4E9B6; 
	border-right: 1px solid #D4E9B6;
}
a{ color:#006600; text-decoration:none;	}
a:hover{ text-decoration:underline;	}

	/* ----- CONTENT CSS ----- */
div#content, div#LeadersTable { margin: 7px 25px 7px 25px; font-size: 12px; }
div#content h1, p.datesTitle {
	color:#006600;
	padding-left:15px;
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 0px;
	border-bottom:1px solid;
}
p.datesTitle { margin-left: 10px; margin-right: 10px; }
div#content h5 {font-weight:100; margin-top:0px; border-top: 1px dashed; text-align: right; font-size: 10px;}
div#content p.message { margin-top: 5px; margin-bottom:5px; }
div#dates { background-color:#B4CAA8; margin: 14px 0px 0px 0px; }
div#dates ul { margin-top: 0px; margin-bottom: 5px; color:#006600 }
body .picsubscript { color:#006600;	font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

	/* ----- TAK PAGE CSS ----- */
div#grouppic { margin: 14px 13px 7px 13px; }
div#LeadersTable .leaders { border: 1px solid #006600; font-size: 12px; }
div#LeadersTable .leaders .colhead{
	border-bottom: 1px solid #006600;
	text-align: center;
	background-color:#669900;
	font-weight: bold;
}
div#LeadersTable .leaders .midhead{
	border-bottom: 1px solid #006600;
	border-top: 1px solid #006600;
	color:#006600;
	font-weight:bold;
	text-align: center;
}

	/* ----- FOTO'S PAGE CSS ----- */
div#Albums ul { 
	margin: 0px 0px 5px 0px; 
	list-style-type:none;
	vertical-align:text-top;
}
p.picHeader { 
	background-color:#B4CAA8; 
	margin: 14px 0px 5px 0px; 
	color:#006600; 
	height:25px; 
	padding-top:5px; 
	padding-left:15px; 
}

	/* ----- TOOLTIP CSS ----- */
.calendar tfoot .ttip .tooltip {
  position: absolute;
  width: 19em;
  border: 1px solid #8e8a50;
  background-color: #fefad0;
  color:#000;
  padding: 0 10px 3px 10px;
  right: -16px;
  top: 120px;
  z-index: 100;
  font: 9px tahoma,arial,sans-serif;
  text-align: left;
}
.calendar tfoot .ttip .tooltip .title {
  background-color: #fefac0; 
  padding: 2px 4px; 
  margin: 1px -9px 3px -9px;  
  border-bottom: 1px solid #8e8a50;
  font-weight: bold;
}

	/* ----- NEWSLETTER CSS ----- */
div#newsletter{
	margin: 7px 10px 7px 10px;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	color:#006600;
	border: 1px solid #006600;
}



