/* OVERALL FONT STYLE AND COLOUR-------------------------------------------- */.typography, .typography * {    font-family: Arial, Helvetica, sans-serif;	font-size: 12px;}/* LINKS-------------------------------------------- */.typography a { 	text-decoration: underline;}	.typography a:hover {		text-decoration: none;	}/* BLOCKS-------------------------------------------- */.typography p {	line-height: 1.4em;	margin: 5px 0;}.typography blockquote {	color: #777777;	font-style: italic;	margin: 10px;}/* LISTS-------------------------------------------- */.typography ul,.typography ol {	padding-left: 40px;}/* HEADERS-------------------------------------------- */.typography h1, .typography h2.typography h3, .typography h4.typography h5, .typography h6 {	font-size: 1.8em;	font-weight: bold;	margin: 10px 0 10px 0;}.typography h2 {	font-size: 1.3em;}.typography h3 {	font-size: 1.3em;    font-style: italic;}.typography h4 {	font-size: 1.2em;	font-weight: normal;}.typography h5 {	font-size: 1.2em;	font-weight: normal;	font-style: italic;}.typography h6 {	font-size: 1.1em;	font-weight: normal;}/* FORMS-------------------------------------------- */.typography label {	font-weight: bold;	font-size: 1.1em;}	.typography label.FormHeading {		font-size: 1.3em;		font-style: italic;		margin: 10px 0 5px 0;	}/* WYSIWYG EDITOR ALIGNMENT CLASSES-------------------------------------------- */.typography .left {	text-align: left;}.typography .center {	text-align: center;}.typography .right {	text-align: right;}/* IMAGES-------------------------------------------- */.typography img {	border: none;}	.typography div.image.right,	.typography div.captionImage.right {		float: right;		margin-left: 20px;	}	.typography .captionImage {		border: 1px solid #aaa;		padding: 5px;	}	.typography div.image.left,	.typography div.captionImage.left {		float: left;	}	.typography div.image.leftAlone,	.typography div.captionImage.leftAlone {		float: left;		margin-right: 100%;	}	.typography div.image.center,	.typography div.captionImage.center {		float: none;		margin-left: auto;		margin-right: auto;		display: block;	}	.typography .caption {		font-weight: bold;		text-align: center;		color: #666;	}	.typography .fancybox {}