
/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

p {
	color: #02509b;
	margin: 0px;
	margin-top:16px;
	padding: 0px;
	font-size: 1em;
	line-height:1.6em;
}

h1 {
	color: #02509B;
	font-size: 1.4em;
	font-weight: bold;	
	margin-top:12px;
}

h2 {
	border-bottom:1px solid #b3b3b3;
	color: #02509b;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom:8px;
}

h3 {
	color: #02509b;
	font-size: 1em;
	font-weight: bold;	 
	margin:0px;
	padding:0px;
}

ul, ol{
	color: #02509b;
	line-height:1.6em;
}
ul li, ol li{
	margin-bottom:5px;
}	


.redtext {
	color: #FF0000;
}

.smalltext {
	font-size: 0.8em;
}

.strikethrough {
	text-decoration:line-through;
}

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-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeftNoBorder {
	border: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNoneNoBorder {
	border: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

table.tableStyleA {
	margin: 10px 0px 10px 0px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	border-collapse: collapse;
}

table.tableStyleA td, th{
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	padding: 5px 5px 5px 5px;
}

.black-text-heading{
	color:#000000;
	font-size:1.2em;
	margin-top:30px;
}	