.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;

}
.cartitle {
	color: #DE0707;
	font-weight:bold
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}
.smalltext a:link {
	text-decoration: underline;
}
.smalltext a:visited {
	text-decoration: underline;
}
.smalltext a:hover {
	text-decoration: none;
}
.smalltext a:active {
	text-decoration: underline;
}

.gallerycont {
	background: url("graphics/gallerybackg.gif") no-repeat top center;
	
	height: 200px;
}

.excursion-container {
	padding: 5px;
	background-color: #F1F1F1;
	border: 1px solid black;
}

.black-pic-container {

	padding: 5px;
	border: 1px solid black;
}
.white-pic-container {

	padding: 5px;
	border: 1px solid white;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}
.news_box_top {
	background: url("graphics/maintop.gif") no-repeat left top;
	height: 10px;
}
.news_box_mid {
	background: url("graphics/mainmid.gif") repeat-y left top;

}
.news_box_bot {
	background: url("graphics/mainbot.gif") no-repeat left top;
	height: 17px;
}

