.stroke {
	background-position: center top;
	border: 1px solid #333333;
}
body,table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 14px;
}
.small {
	font-size: 10px;
}

.contentArea {
	padding-left: 45px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/peak-cavern-logo-bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.photoFrame {
	border: 1px solid #F7B809;
}

a{
	text-decoration:underline;
	color: #990000;
}
a:hover{
	text-decoration:none;
}


.nav {
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
}
.navSmall {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
a.navSmall {
	text-decoration:none;
	color: #FFFFFF;
}
a.navSmall:hover  {
	color: #F7B809;
}

a.nav {
	text-decoration:none;
	color: #FFFFFF;
}

a.nav:hover {
	text-decoration:none;
	color: #F7B809;
}

.header1 {
	font-size: 17px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial;
	color: #000000;
}
.SUBHeader {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica;
}

li {
	list-style-position: inside;
	list-style-type: circle;
}

.formLabel {
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
input,textarea,select {
	padding: 1px;
	border: 1px solid #F1480E;
}
.navSelected {
	font-weight: bold;
	color: #F44938;
}

/* PROGRAMME TABLE */
.programmeTable {
	border-top: 2px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 2px solid #000000;
	font-family: Verdana, Arial;
	font-size: 9px;
}
.tableInnerBorder {
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	padding-right: 1px;
	padding-left: 5px;
	vertical-align: top;
}
.tableInnerBorderJustBottom {
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	padding-right: 1px;
	padding-left: 5px;
	vertical-align: top;
}
