/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	color: #cd3050;
	font-family: "Myriad Pro","Myriad","Myriad Web","Lucida Grande","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 1.6em;
	font-weight: normal;
 
}

h2 {
	color: #cd3050;
	font-family: "Myriad Pro","Myriad","Myriad Web","Lucida Grande","Tahoma","Helvetica","Arial",sans-serif;
  	font-size: 1.3em;
  	font-weight: normal;
}

h3 {
	color: #666666;
	font-size: 1.1em;
	font-weight: normal; 
}

h3.stopPress {
	color: #666666;
	font-size: 1.2em;
	font-weight: bold; 
}

a, a:visited {
	color:#cd3050;
	text-decoration: underline;
}
a:hover {
	color: #666666;
}
img {
	border: 0px;
}



/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/

img.ImgFloatRight {
	border: 1px solid #333366;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeft {
	border: 1px solid #333366;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNone {
	border: 1px solid #333366;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatRightNoBorder {
	border: 0px;
	float: right;
	margin: 0px;
	padding: 0px;
	}
img.ImgFloatLeftNoBorder {
	border: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNoneNoBorder {
	border: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

.strikethrough {
	text-decoration:line-through;
}
.redtext {
	color: #FF0000;
}
.smalltext {
	font-size: 0.8em;
}
p.mbaction, p.mbaction a,  p.mbaction a:visited , a.mbaction,  a:visited.mbaction{
	color:#cd3050;
}