
.eventNav {
	background-Color:#000;
	border-width: 1px;
	border-color: #fff;
	border-style: solid;
	float:right;
	cursor:hand;
}
.eventBody, {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 20px;
}
.eventBodyNoPadding{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
}
.eventBodyEmphasis {
	color: #33a02c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
.eventNavOn,.eventNav:Hover {
	background-Color: #6ebb1f;
	float:right;
}

.eventNavOn {
	border-Color: #6ebb1f;
	border-width: 1px;
	border-style: solid;
	float:right;
	}
	
.eventTitle {
	color:  #33a02c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;


}
.eventHeading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:  #33a02c;
}
.eventQuoteLeft {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	font-style : italic;
}

/****************/
/* contact form */
/****************/

#contact-form-holder
{
	font-family:Arial;
	font-size:16px;
}
#contact-form 
{
	font-family:Arial;
	font-size:12px;
	background:#eee
}

#contact-form td
{
	font-family:Arial;
	font-size:12px;
}

/*************************************************************************/
/* Programme Table - I assume this will be removed from the table later! */
/*************************************************************************/
.programme-holder {
	padding: 15px;
}

.programme-holder h3 {
	color: #6ebb1f
}

.programme {
	line-height: 1.35em;
}

.programme dt {
	padding: 0;
	margin: 0 0 -1.35em 0;
}

.programme dd {
	padding: 0;
	margin: 0 0 0 6.75em;
}