@charset "UTF-8";
.ContainerStyle {
	/*border: 1px solid #CCC;
	padding-left: 10px;
	background:#666;*/
}
.NoTopMargin {
	margin-top: 0;
}
.NoTopMargin {
	margin-bottom: 0;
}
.BottomMargin {
	margin-bottom: 10px;
}
.BottomMarginModuleHeader {
	margin-bottom:-10px;
}
.RightPadding {
	padding-right: 0px;
}
#LinksModule li {
	 margin-bottom:-6px;
}
.Centred {
	text-align:center;
}
.MarginsZero {
	margin:0 0 0 0;
}

/* Mobile Layout specific typography: 480px and below. */

/* Tablet Layout specific typography: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.RightPadding {
	padding-right: 30px;
}
}

/* Desktop Layout specific typography: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
}

/* Large screen layout with right column - same as (min-width: 481px). */
@media only screen and (min-width: 986px) {
}