/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	padding:0px;
	margin:0px;
	padding-top:20px;
	padding-bottom:15px;
	color: #00306e;
	font-size: 1.4em;
	font-weight: bold;	
}

h2 {
	color:#00306e;
	font-size: 1.2em;
	font-weight: bold;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;	 
}

a, a:visited {
	color: #6699CC;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
img {
	border: 0px;
}

p {
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
}

/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/

img.ImgFloatRight {
	border: 1px solid #333366;
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
}
img.ImgFloatLeft {
	border: 1px solid #333366;
	float: left;
	margin-bottom: 10px;
	margin-right: 25px;
}
img.ImgFloatNone {
	border: 1px solid #333366;
	margin:0px;
	margin-bottom: 10px;
	padding:0px;
}
img.ImgFloatRightNoBorder {
	border: 0px;
	float: right;
	margin-bottom: 10px;
}
img.ImgFloatLeftNoBorder {
	border: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-top:10px;
}
img.ImgFloatNoneNoBorder {
	border: 0px;
	margin-bottom: 10px;
	margin-right: 25px;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

.redtext {
	color: #FF0000;
}

.DivImgFloatRight{
	float:right;
	border: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align:center;
	font-size:0.7em;
	color:#00306e;
}

.DivImgFloatRight img {
	margin-bottom:5px;
}

.DivImgFloatLeft{
	float:left;
	border: 0px;
	margin-bottom: 10px;
	margin-right: 25px;
	text-align:center;
	font-size:0.7em;
	color:#00306e;
}

.DivImgFloatLeft img {
	margin-bottom:5px;
}