@charset "utf-8";
body {
	margin-top: 20px;
	background-color: #999;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	font-weight: bold;
	text-align: center;
}
.FooterTextRed {
	color: #F00;
}

a:link {
	color: #000;
	font-weight: bold;
}
a:visited {
	color: #333;
	font-weight:bold
}
a:hover {
	color: #F00;
	font-weight:bold
}

/* Remove Dreamweaver blue linked image border*/
a img {
	border: none; 
}
.BackgorndTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	position: relative;
}
.TableBottomSlice {
	background-image: url(images_v3/V3_BottomShadowSlice_10x20.png);
	background-repeat: repeat-y;
}
.TableBottomSlice {
	background-image: url(images_v3/V3_BottomShadowSlice_10x20.png);
	background-repeat: repeat-x;
}
.TableRHSlice {
	background-image: url(images_v3/V3_RHShadowSlice_20x10_3.png);
	background-repeat: repeat-y;
}
.TableHeadingRowRH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	color: #FFF;
	text-transform: uppercase;
}
.TableHeadingRowLH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	text-align: left;
	color: #FFF;
	padding-left: 10px;
}
.MainTableFooterRow {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #F00;
}
.MainTableNavCell {
	clear: none;
	margin: 2px 2px 2px 2px;
	padding-right: 2px;
	text-align: left;
	width: 115px;
}
.MainBodyCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	border-right-color: #F00;
	border-right-style: dotted;
	border-right-width: thin;
	border-left-color: #F00;
	border-left-style: dotted;
	border-left-width: thin;
	text-align: left;
	padding: 10px 4px 4px 10px;
	clear: none;
}
.HeaderRHSlice {
	background-image: url(images_v3/V3_HeaderShadowRHSlice2.png);
	background-repeat: repeat-y;
}
.HeaderBottomSlice {
	background-image: url(images_v3/V3_HeaderShadowBottomSlice2.png);
	background-repeat: repeat-x;
}
.HeaderTopSlice {
	background-image: url(images_v3/V3_HeaderTopSlice.png);
	background-repeat: repeat-x;
}
.HeaderLHSlice {
	background-image: url(images_v3/V3_HeaderLHSlice.png);
	background-repeat: repeat-y;
}
.HeaderFlashCell {
	text-align: center;
	color: #000;
}
.BlankCell {
	font-size: 2px;
}
.ImageFloatRight {
	clear: none;
	float: right;
	margin: 5px;
}
.ImageFloatLeft {
	clear: none;
	float: left;
	margin: 5px;
}
.ImageFloatLeftPadded20 {
	clear: none;
	float: left;
	margin: 5px;
	padding-left: 20px;
}
.ImageClearLeft {
	clear: both;
	float: left;
	margin: 5px;
}
.ImageClearRight{
	clear: both;
	float: right;
	margin: 5px;
}
.ImageClearCentre{
	clear: both;
	margin: 5px;
}
.MainTableNavCellBottom {
	text-align: center;
	color: #F00;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 2px;
	float: left;
	clear: none;
}
/* Fix Default Paragraph Line Spaceing */
p {
	top: 0px;
	bottom: 0px;
	margin: 0px 0px 7px 0px;
	font-size: 10pt;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
	letter-spacing: normal;
}
.MainBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 7px 0px;
}
.lineSpace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
}
.RHCellText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	width: 238px;
}

.MainBodyHeading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #F00;
	text-align: left;
	margin: 0px 0px 0px 0px;
	margin-bottom: 8px;
}
.MainBodyHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #F00;
	margin: 4px 0px 2px 0px;
}
.xDoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #F00;
}
/* Create Bullet Point Tick List Format */
ul.list-tick {
	top: 0px;
	bottom: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	line-height: 20px;
}
ul.list-tick li {
	list-style: none;
	list-style-image: url(images_v3/tick_new2_12x18.png);
	list-style-position: outside;
	line-height: 12pt;
	margin-bottom: 6pt;
}
/* Set  Other Than 1st Bullet Point Lines to No Tick */
ul.list-tick ul li {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}
/* Create Bullet Point Tick List Format */
ul.link-list {
	top: 0px;
	bottom: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	line-height: 20px;
}
ul.link-list li {
	list-style: none;
	list-style-image: url(images_v3/red_arrow.gif);
	list-style-position: outside;
	line-height: 12pt;
	margin-bottom: 6pt;
}
/* Set  Other Than 1st Bullet Point Lines to No Tick */
ul.link-list ul li {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}
.MainTableRHCellTop {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
}
.MainBodyText strongBlue {
	font-weight: bold;
	color: #00F;
}
.HeadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bolder;
	color: #666;
	text-align: center;
	line-height: 20pt;
	letter-spacing: 2pt;
}
.LiveCycle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #F00;
}
.MainBodyText AlighnRight {
	float: right;
}
.PDFAttach {
	clear: both;
	text-align: center;
	color: #9c1821;
	font-size: 18pt;
}#Main tr td #Inner tr .MainBodyCell div h3 {
	text-align: center;
}
#Main tr td #Inner tr .MainBodyCell div b {
	text-align: center;
}
.BodyTextCentre {
	text-align: center;
}
.GreyTextCentre {
	text-align:center;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.MainBodyTextIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 7px 30px;
}

.black {
	color: #000;
}
