.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.borderLight {
	border: 1px solid #999999;
}
.contentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: disc;
	white-space: normal;
	margin-left: 4px;
}


.borderLightLight {

	border: 1px solid #CCCCCC;
}
.imageCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FF9E0D;
	letter-spacing: 1px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666699;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666699;

}
.contentMenuItem {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	list-style-position: outside;
	list-style-type: disc;
	white-space: normal;
	margin-left: 4px;
}
.contentMenuItemBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	list-style-position: outside;
	list-style-type: disc;
	white-space: normal;
	margin-left: 4px;
	font-weight: bolder;

}
.contentMenuItemItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	list-style-position: outside;
	list-style-type: disc;
	white-space: normal;
	margin-left: 4px;
	font-style: italic;


}
.borderLightTop {
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;

}
a:hover {
	text-decoration: underline;
}




/* ********** NEW OTAGO JOOMLA CSS ********** */

.styleContentBranch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
}

.styleContentBranchLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 600;
	margin-right: 15px;
}

/* Adds a 1 pixel white border around images (on colored background) */
.imgBorderWhite {
	background:white;
	padding:1px;
	border:1px solid white;
} 


/* Adds a 1 pixel grey border around images (suitable for white background) */
.imgBorderGrey {
	padding: 3px;
	border: 1px solid #a0a9ac;
} 

/* Adds a 1 pixel grey border around images (suitable for white background) */
.imgBorderBlue {
	padding: 1px;
	border: 1px solid #a0a9ac;
} 


/* Highlights content in blue for bolding */
.contentAccent {
	color: #6699cc;
	font-weight: 600;
} 


/* Highlights content in blue for bolding */
.contentIndentedList {
	margin-left: 30pt;
	line-height: 24px
} 

/* Content that requires attention */
.contentTemp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
} 


/* Adds a line under each row */
.rowUnderline td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccff;
}
