/* CSS Document */
BODY {
	margin:0;
}
td {
	font: normal normal smaller verdana, arial, sans-serif;
}
.eventshead {
	font: bold bold smaller verdana, arial, sans-serif;
	color:#FFFFFF;
}
.events {
	font: normal normal smaller verdana, arial, sans-serif;
}
.toplefthead {
	background-image: url(images/top-left-head.gif);
	background-repeat: no-repeat;
}
.topmidhead {
	background-image: url(images/top-mid-head.gif);
	background-repeat: repeat-x;
	color: #666666;
	font: normal bold smaller verdana, arial, sans-serif;
}
.toprighthead {
	background-image: url(images/top-right-head.gif);
	background-repeat: no-repeat;
}
.leftmid {
	background-image: url(images/left-mid.gif);
	background-repeat: repeat-y;
}
.leftbot {
	background-image: url(images/left-bot.gif);
	background-repeat: no-repeat;
}
.rightmid {
	background-image: url(images/right-mid.gif);
	background-repeat: repeat-y;
}
.rightbot {
	background-image: url(images/right-bot.gif);
	background-repeat: no-repeat;
}
.botmid{
	background-image: url(images/bot-mid.gif);
	background-repeat: repeat-x;
}

.topleft {
	background-image: url(images/top-left.gif);
	background-repeat: no-repeat;
}
.topmid {
	background-image: url(images/top-mid.gif);
	background-repeat: repeat-x;
}
.headtext {
	color: #666666;
	font: normal bold smaller verdana, arial, sans-serif;
}
.headnotes {
	color: #FF6633;
	font: normal bold smaller verdana, arial, sans-serif;
}
.topright {
	background-image: url(images/top-right.gif);
	background-repeat: no-repeat;
}
.nopadding {
	padding: 0px;
}
.nomargin {
	margin: 0px;
}
.padding {
	padding: 3px;
}
.padding5 {
	padding: 5px;
}
/*  pdf info link colours */
A{color:blue; text-decoration: none; font: bold bold smaller verdana, arial, helvetiva, sans-serif;}
A:link{color:blue; font: bold bold smaller verdana, arial, helvetiva, sans-serif;}
A:visited{color:blue; font: bold bold smaller verdana, arial, helvetiva, sans-serif;}
A:hover {color:blue; text-decoration: underline;}	

