@charset "utf-8";

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	background-image:url(../images/bg/bodyBG_blue.jpg);
	background-color: #39578e;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Generic element styling */

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border: none;
}

p {
	margin: 10px 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
	color: #464F64;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration:underline;
}

.italic {
	font-style:italic;
}

.red {
	color: #f00;
}

.gold {
	color: #CC9900;
}

.silver {
	color: #808080;
}

.grey {
	background-color: #DEDEDE;
}

.center {
	text-align:center;
}

li.last {
	font-weight: bold;
}

/* Start general styles */

.wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	width: 100%;
	background-color: #0E1B42;
	padding-top: 5px;
}

.headerLeft {
	margin:50px 0 0 10px;
	float: left;
}

#esmartzBar {
	background-color: #d0d4d7;
}

p.location {
	color: #999;
	font-size: 11px;
}

p.location .bold {
	font-weight: bold;
	color: #fff;
}

.headerRight {
	float: right;
	width: 450px;
	text-align:center;
}

.headerRight ul {
	margin-top: 10px;
	float: left;
}

.headerRight ul li {
	display: inline;
	color: #ccc;
	margin-right: 2px;
}

.headerRight ul li a {
	color: #ccc;
	margin-right: 5px;
}

.search {
	float: right;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 0;
	height: 25px;
	padding: 5px;
	width: 213px;
}

.search h3 {
	float: left;
	margin: 5px 5px 0 2px;
	color: #fff;
}

.search form {
	width: 151px;
	height: 20px;
	border: 1px solid #100040;
	background-color:#FFF;
	float: right;
}

.smallRightPanel .search form {
	padding: 0 0 0 0;
}

.search form input.field {
	background-color:transparent;
	border: none;
	width: 119px;
	padding: 0 1px 0 0px;
}

.search form input.go {
	width: 19px;
	height: 19px;
	background-image:url(../images/goButton.jpg);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center;
	border: none;
	cursor:pointer;
	top: 1px;
	position: relative;
}

#headerStrip {
	height: 56px;
	background-image:url(../images/bg/headerStripBG.jpg);
	background-repeat: repeat-x;
	background-position:center;
	margin-bottom: 20px;
}

#headerStrip .headerContain {
	height: 56px;
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

#headerStrip img.logo {
	float: left;
}

#headerStrip .onlineBanking {
	float: right;
	width: 205px;
	height: 40px;
	background-image:url(../images/bg/onlineBankingBG.jpg);
	background-repeat:no-repeat;
	padding: 15px 10px 0 10px;
	text-align:center;
}

ul.onlineBankingLinks {
	text-align:right;
	padding: 5px 15px 0 0;
}

ul.onlineBankingLinks li {
	display: inline;
	font-size: 11px;
	color: #ccc;
	margin-right: 10px;
}

ul.onlineBankingLinks li a {
	margin-right: 10px;
	color: #ccc;
}

#headerBorder {
	background-color: #a5a8aa;
	background-repeat:no-repeat;
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
	overflow:hidden;
}

#mainNav {
	width: 930px;
	margin: 10px 10px 0 10px;
	background-image:url(../images/bg/navBG.jpg);
	height: 35px;
	position: relative;
}

#mainNav ul li {
	float: left;
	list-style: none;
}

#mainNav img {
	display: block;
}

#subNav {
	width: 100%;
	background-image:url(../images/bg/subNavBG.jpg);
	height: 32px;
	margin-bottom: 10px;
}

#subNav ul {
	margin-left: 25px;
}

#subNav ul li {
	float: left;
	list-style: none;
	margin-right: 25px;
}

#mainContent {
	width: 930px;
	padding: 10px;
	background-color:#ced2d5;
}

#mainContent a {
	color: #2A3C74;
	text-decoration:underline;
}

#mainContent table a {
	text-decoration: none;
}

#mainContent table a:hover {
	text-decoration:underline;
}

#pageContent {
	width: 695px;
	float: left;
}

#pageContent p {
	line-height: 18px;
}

#sideBar {
	width: 225px;
	float: right;
}

.newsPanel {
	width: 693px;
	background-image:url(../images/bg/newsPanelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	margin-top: 10px;
}

.newsPanel h4 {
	margin: 10px 10px 0 10px;
}

.newsPanel p {
	margin: 0 10px 10px 10px;
}

img.promoBanner {
	display: block;
}

img.shareprice {
	display: block;
	margin: 10px 0 0 0;
}

.homePromo {
	width: 223px;
	height: 305px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:bottom;
	border: 1px solid #7c7e86;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.homePromoRight {
	width: 223px;
	height: 305px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:bottom;
	border: 1px solid #7c7e86;
	float: left;
	margin-top: 10px;		
}

.homePromoRight p {
	margin: 10px;
	font-size: 11px;
}

.homePromo img {
	display: block;
}

.homePromoSmall {
	width: 223px;
	height: 123px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.homePromoSmallBottom {
	width: 223px;
	height: 123px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	float: left;
	margin-bottom: 0px;
}

ul.homePromoList {
	font-size: 12px;
	margin: 10px 0 0 25px;
}

ul.homePromoList li {
	list-style-image:url(../images/listBG.gif);
	list-style-position:outside;
	margin-bottom: 5px;
}

#mainContent ul.homePromoList li a {
	color: #2A3C74;
	text-decoration:none;
	font-weight: bold;
}

#mainContent ul.homePromoList li a:hover {
	text-decoration:underline;
}

.panelTitle {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color:#0E1B42;
	text-align:left;
}

.panelTitle h2 {
	color: white;
	margin-left: 10px;
}

#mainContent .panelTitle h2 a {
	color: white;
}

.smallRightPanel {
	width: 223px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	margin-bottom: 10px;
	text-align:center;
}

.smallRightPanel form {
	padding: 5px 0;
}

.customerServices {
	width: 223px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

form#ATM select,form#branches select {
	width: 213px;
}

img.worthSaving {
	margin-bottom: 10px;
	display: block;
}

#footer {
	font-size: 11px;
	margin: 20px 0 10px 0;
	text-align:center;
}

#footer ul li {
	display: inline;
	margin-right: 10px;
}

#footer ul li a {
	margin-right: 10px;
	color: #f2f2f2;
}

#footer hr {
	border: none;
	height: 1px;
	background-color: #a5a8aa;
	margin: 5px 0;
}

#footer p {
	margin: 0 0 10px 0;
	color: #ccc;
}

#breadcrumb {
	height: 26px;
	width: 100%;
	line-height: 26px;
	margin-bottom: 10px;
	background-color: #0e1b42;
	background-image:url(../images/bg/breadcrumbBG.jpg);
	color: #666;
}

#breadcrumb a {
	color: #666666;
	margin-right: 5px;
	text-decoration:none;
}

#breadcrumb a:hover {
	color: #333;
	text-decoration:underline;
}

#breadcrumb ul {
	margin-left: 10px;
}

#breadcrumb ul li {
	display: inline;
	list-style: none;
	margin-right: 5px;
}

#contentContain {
	width: 693px;
	border: 1px solid #7C7E86;
	background-color: #fff;
}

#contentWrapper {
	background-image:url(../images/bg/pageContentBG.jpg);
	width: 100%;
	background-repeat:repeat-y;
}

#contentWrapper.noBG {
	background-image: none;
	padding: 0 10px 10px 10px;
	background-color:#FFF;
	width: 673px;
}

#pageMenu {
	width: 200px;
	float: left;
}

#pageMenu ul {
	text-align: left;
	padding: 0 0 0 17px;
	margin: 0 0 0 10px;
}

#pageMenu ul li {
	list-style: none;
	font-size: 12px;
	background-repeat:no-repeat;
	background-image:url(../images/bg/leftMenuDivide.jpg);
	font-weight: bold;
}

#pageMenu ul li a {
	color: black;
	text-decoration:none;
	color:#333;
	width: 100%;
	display: block;
	padding: 10px 0;
}

#pageMenu ul li.noBG {
	list-style: none;
	font-size: 12px;
	background-image:none;
	font-weight: bold;
}

#pageMenu ul li a:hover {
	text-decoration:underline;
}

#pageMenu ul ul {
	margin: 0 0 0 0;
}

#pageMenu ul ul li {
	font-size: 11px;
	font-weight: normal;
}

#pageMenu ul ul li a {
	padding: 7px 0;
}

#contentWrapperFull #content {
	width: 673px;
	float: none;
	padding: 10px 10px 10px 10px;
}

#content {
	width: 470px;
	float: right;
	padding: 0 10px 10px 0;
}

#content ul {
	margin: 10px 0 0 15px;
}

#content ul li {
	margin-bottom: 5px;
}

#content ol {
	margin: 10px 0 0 20px;
}

#content ol li {
	margin-bottom: 5px;
}

#content table {
	border-collapse: collapse;
	width: 100%;
}

#content table td {
	padding: 5px;
	vertical-align:middle;
}

#content table.center td, #content table.center th {
	text-align: center;
}

table.general {
	margin: 0 0 10px 0;
}

#content table.general {
	margin: 15px 0 10px 0;
}

#content table.general td,th {
	border: 1px solid #ccc;
}

#content table.general th {
	background-color: #1d1d1d;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

#content table.general td,th {
	border: 1px solid #ccc;
}

#content table.general th {
	background-color: #FFF;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

#content ul.rssfeed {
	margin: 10px 0 0 0;
}

#content ul.rssfeed li {
	list-style: none;
}

tr.heading {
	background-color:#0E1B42;
	color: white;
	font-weight: bold;
}

tr.lightBlue {
	background-color: #666666;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

h2.pageTitle {
	font-weight: 100;
	font-size: 18px;
	line-height: 23px;
	color: #535b6c;
	margin: 10px 0;
	padding-bottom: 5px;
	border-bottom: #faa61a 1px solid;
}
table tr.subHeading {
	background-color:#39578E;
	color:#ffffff;
}

table td.centre{
	text-align:center;
}

#mainContent h3.red a {
	color: #ff0000;
	text-decoration:underline;
}

#content ul.pageLinks {
	font-size: 12px;
	margin: 10px 0 20px 20px;
}

ul.pageLinks li {
	list-style-image:url(../images/listBG.gif);
	list-style-position:outside;
	margin-bottom: 5px;
}

#pageContent p.background {
	padding: 10px;
	background-color:#E4E4E4;
}

#pageContent p.right {
	text-align:right;
	text-decoration:underline;
}

img.newsT {
float:right;
margin:0 0 10px 5px;
}

.newsImage {
	border:1px solid #CCCCCC;
	float:left;
	margin:0 5px 5px 0;
	padding:3px;
	width:240px;
}

.newsImage img {
	margin:0 0 3px;
}

.newsImage p {
	font-size:11px;
	margin:0;
}

.newsDate {
	background-color:#CCCCCC;
	border-bottom:1px solid #CCCCCC;
	height:24px;
	margin:0 0 10px;
	width:100%;
}

.newsDate h3 {
	padding:5px 0 0 10px;
	margin: 0 0 0 0;
	float: left;
}

.newsDate h4 {
	padding:5px 10px 0 0;
	margin: 0 0 0 0;
	float: right;
}

ol {
padding-left:8px;
}

.bottomMargin {
	margin-bottom: 10px;
}

#esmartzBar {
	position:absolute;
	top:1px;
	left:0px;
	height:38px;
	width:100%;
	background-image: url(../images/bg/esmartzBarBG.jpg);
	background-repeat: repeat-x;
	color:#000;
	text-align:left;
	padding-top: 5px;
}

#esmartzBar img.logo {
	float:left;
	margin:0px 5px 0px 30px;
}

#esmartzBar p {
	margin:0px 0px 0px 75px;
	float:left;
}

#esmartzBar img.feedback {
	margin: 0 10px;
}

div.esmartzLeft {
	float: left;
	height: 38px;
}

div.esmartzRight {
	float: right;
	height: 38px;
}

img.contactBanner {
	display: block;
	margin-bottom: 10px;
}

div#contactForm {
	width: auto;
	border: 1px solid #7C7E86;
	background-image:url(../images/bg/contactBG.jpg);
	background-color:#E2E6E9;
	background-position: 0 top;
	background-repeat:repeat-x;
	margin: 10px 0 0 0;
}

div#contactForm p {
	margin: 10px;
}

form.contactUs {
	margin: 10px 10px 0 40px;
}

form.contactUs label {
	vertical-align: top;
	line-height: 20px;
	text-align:right;
	width: 155px;
	display: inline-block;
	margin-right: 10px;
}

form.contactUs label.sub {
	font-size: 12px;
	color: #666;
}

form.contactUs ol li {
	list-style: none;
	margin-bottom: 10px;
}

form.contactUs input {
	width: 225px;
}

form.contactUs select {
	width: 229px;
}

form.contactUs textarea {
	width: 440px;
	height: 100px;
}

form.contactUs input.send {
	width: 110px;
	height: 29px;
	background-image:url(../images/buttons/send.jpg);
	border: 0 none;
	position: relative;
	cursor: pointer;
}

form.contactUs input.sendSilver {
	width: 110px;
	height: 29px;
	background-image:url(../images/buttons/sendSilver.jpg);
	border: 0 none;
	position: relative;
	cursor: pointer;
}

form.contactUs input.sendGold {
	width: 110px;
	height: 29px;
	background-image:url(../images/buttons/sendGold.jpg);
	border: 0 none;
	position: relative;
	cursor: pointer;
}

div.contactPanel {
	width: 340px;
	height: 350px;
	border: 1px solid #7C7E86;
	background-image:url(../images/bg/contactBG.jpg);
	background-color:#E2E6E9;
	background-position: 0 top;
	background-repeat:repeat-x;
	float: left;
}

div.contactPanel.right {
	margin-left: 10px;
}

div.contactPanel h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
}

div.contactPanel h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 10px;
	color: #666;
}

div.contactPanel p {
	margin: 0 10px 0 10px;
}

div.noMargin {
	margin: 0 0 0 0;
}

.applicationProcess {
	font-size:11px;
	font-weight:bold;
}

#sideBar img {
	display: block;
}

#sideBar img.bannerMargin {
	margin-bottom: 10px; 
}

#content ul.noBullet {
	margin: 10px 0 0 0;
}

ul.noBullet li {
	list-style: none;
}

table.genNoBorder {
	font-size: 11px;
	text-align: left;
	border: 1px solid #BDBDBD;
	background-color: #F2F2F2;
	margin-bottom: 20px;
	width: 100%;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

table.genNoBorder tr.heading {
	background-color:#0E1B42;
	color: white;
	font-size: 11px;
}

#mainContent tr.heading a {
	color: #fff;
}

#mainContent tr.heading a:hover {
	color: #fff;
}

table.genNoBorder tr.heading th {
	padding: 2px 2px 2px 5px;
}

table.genNoBorder tr.subHeading {
	color: white;
}

table.genNoBorder tr.subHeading td {
	padding: 2px;
}

table.genNoBorder tr.row1 td{
	background-color:#FFFFFF;
	padding:2px;
}

table.genNoBorder tr.row2 td{
	background-color:#EBEBEB;
	padding:2px;
}

#content ul.financial {
	padding: 0 10px 0 0;
	margin: 0 0 15px 10px;
}

ul.financial li img {
	position: relative;
	top: 6px;
}

ul.financial li {
	list-style: none;
	margin: 0 0 0 0;
	font-size: 11px;
}

ul.financial li a {
	margin-left: 10px;
}

table.fundsTable {
	font-size: 11px;
	text-align: left;
	border: 1px solid #BDBDBD;
	background-color: #F2F2F2;
	margin-bottom: 20px;
	width: 100%;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

table.fundsTable tr.heading th {
	padding: 2px 2px 2px 5px;
}

table.fundsTable tr.subHeading {
	color: white;
}

table.fundsTable tr.subHeading td {
	padding: 2px;
}

table.fundsTable tr.row1 td{
	background-color:#FFFFFF;
	padding:2px;
}

table.fundsTable tr.row2 td{
	background-color:#EBEBEB;
	padding:2px;
}

table.fundsTable tr.row3{
	background-color:#006699;
}

table.fundsTable tr.row4 td{
	background-color:#EBEBEB;
	padding: 2px;
	font-weight:bold;
}

table.presentations{
	font-size: 11px;
	text-align: left;
	border: 1px solid #BDBDBD;
	padding: 2px;
	background-color: #F2F2F2;
	margin-bottom: 20px;
	width: 100%;
	border-collapse:collapse;
}

table.presentations tr.heading {
	background-color:#4D4D4D;
	color: white;
	font-size: 11px;
	text-align:center;
}

table.presentations tr.white {
	background-color:#ffffff;
	font-size: 11px;
}

table.presentations td{
	border-bottom:1px solid #BDBDBD;
	border-right:1px solid #BDBDBD;
	margin-left:2px;
}

.backLink {
	margin: 5px 0;
	background-image:url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 13px;
}

table.financialHighlights{
	border:1px solid #cccccc;
}
table.financialHighlights td,th {
	padding: 5px;
}

table.financialHighlights tr.subHeading {
	background-color: #4D4D4D;
	color: #fff;
}

.mainFigure {
	background-color:#FC9900;
	font-weight:bold;
	
}

table.financialHighlights tr.mainFigure th {
	background-color:#E9AA29;
	font-weight: bold;
}

#content table.financialHighlights td.italic{
	padding-left:15px;
	
}
#content table td.center{
	text-align:center;
}

.subscribe {
	width: 223px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.nominee {
	background-color:#FFF;
	border:1px solid #7C7E86;
	margin-top:10px;
	padding:5px 15px;
}

.bottom{
	margin:5px 0 0 5px;
}

.corporateNews{
	width: 223px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	margin-top: 10px;
	padding-bottom: 15px;
}

.tabHolder {
	padding:5px;
	border: 1px solid #ccc;
}

img.agm {
	margin: 10px 0 0 0;
}

img.ceoImg {
	margin: 10px 10px 0px 10px;
	float: left;
}

.shareLookup {
	font-size:12px;
	width:200px;
}

.shareLookupButton {
	font-size:12px;	
}

/* table pages only! styling */

#tableContain {
	width: 928px;
	border: 1px solid #d0d4d6;
	background-color: #fff;
	background-repeat:repeat-y;
}

#tableContent {
	width: 928px;
	float: left;
}
#contentTable {
	width: 700px;
	float: right;
	padding: 0 10px 10px 0;
}

#contentTable table.general {
	margin: 0 0 10px 0;
}

ul.subscribeNews li a {
	background-image:url(../images/email.gif);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right: 25px;
}

ul.subscribeNews li a.rss {
	background-image:url(../images/rss.gif);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right: 25px;
}

.keyNews {
	width: 223px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.keyNews ul.homePromoList {
	margin-right: 10px;
}

#mainContent .keyNews ul.homePromoList li h4 a {
	font-weight: normal;
}

div#outerWrapper {
	width: 100%;
	position: relative;
	z-index: 1000;
} 

div#wrapper {
	margin: 0 auto;
	text-align:left;
	width: 950px;
	position: relative;
	z-index: 2000;
}

img.imgOver {
	background-image:url(../images/2008_tab.jpg);
}

table.general {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.general th {
	background-color:#CCC;	
}

table.general td {
	padding: 5px;
	border: 1px solid #CCC;
	font-size:11px;
}

tr.lightBlue {
	background-color: #39578E;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding:5px; 
}

#mainContent tr.lightBlue a {
	color: #fff;
}

#mainContent tr.lightBlue a:hover {
	color: #fff;
}

.tabHolder {
	padding:5px 0 0 0;
	border:1px solid #AAA;
	width:460px;
	margin:0 0 5px 0;
}

#content ul.tabs {
	margin: 10px 0 0 -1px;
	clear: right;
}

#content ul.tabs li {
	float: left;
	list-style: none;
	margin: 0 1px 0 0;
	height: 20px;
}

#content ul.tabs li a img {
	display: block;
}

#content table#resultsTable {
	margin: 0 0 0 0;	
}

#content table#resultsTable .centre {
	text-align:center;
		
}



#content table.presentations ul {
	margin: 0 0 10px 0;
}

table.presentations ul li {
	list-style: none;
}

#content ul.noBullet li {
	list-style: none;
}

#content table.contactUs, #content table.emailAlerts {
	background-color:#F2F2F2;
	border: 1px solid #BDBDBD;
	margin-bottom: 10px;
}

table td.left {
	width: 200px;
}

span.red {
	color: #f00;
}

table.documentSelect td {
	vertical-align: middle;
	font-size: 11px;
}

table td.checkbox {
	width: 16px;
}

td.label {
	font-weight: bold;
	width: 160px;
	font-size: 11px;
}

input.textField {
	width: 200px;
	font-size: 11px;
}

select.textField {
	width: 205px;
	font-size: 11px;
}

select.rss {
	width: 174px;
	margin: 5px 5px 0 5px;
	height: 22px;
}

input.goButton {
	background: transparent url(../images/buttons/goButton.jpg) center no-repeat;
	width: 29px;
	height: 22px;
	border: none;
	position: relative;
	cursor: pointer;
	top: 1px;
}

#mainContent a.emailLink {
	font-weight: bold;
}

#content ul.arrows {
	font-size: 12px;
	margin: 10px 0 0 0;
}

ul.arrows li {
	background: transparent url(../images/listBG.gif) 0 5px no-repeat;
	line-height: 16px;
	list-style: none;
	padding-left: 18px;
}

#content ul.block {
	font-size: 12px;
	margin: 10px 0 0 0;
}

ul.block li {
	background: transparent url(../images/listBGblock.gif) 0 5px no-repeat;
	line-height: 16px;
	list-style: none;
	padding-left:18px;
}

ul.block ol li {
	background: none;
	padding-left: 0;
	list-style: decimal;
}

ul.block ol ul li {
	
	line-height: 16px;
	list-style: none;
	padding-left: 18px;
	margin-left: 35px;
}

.ticker {
	width: 223px;
	background-color: #fff;
	border: 1px solid #7c7e86;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.ticker iframe {
	margin: 10px;
}

#submit{
	width: 110px;
	height: 29px;
	background-image:url(../images/buttons/send.jpg);
	border: 0 none;
	position: relative;
	cursor: pointer;
}

iframe.sharePrice {
	overflow: hidden;
	border: none;
	width: 203px;
	height: 40px;
}

#content table.consensus {
	width:330px;
	float:left;
}

#content table.consensusRight {
	width:330px;
	float:right;	
}

#contentContain.annualReports {
	padding:0 0 0 1px;	
}

table.annualReports {
	padding:10px;
	margin-bottom:0px;
}

table.annualReports td {
	padding-left:10px;
}

table.annualReports .heading td {
	padding-left:10px;
	font-size:13px;
	border:1px solid #0E1B42;
}

#content a.noUnderline {
	text-decoration:none;	
}

#content table.dividendTable {
	width:100%;
	margin:5px 0;	
}

#content table.dividendTable td, th {
	width:auto;	
	text-align:center;
}

#content .dividendImg {
	float:left;
	margin-top:5px;
	margin-right:10px;
	border:1px solid #888;
}

#mainContent a.noUnderline {
	text-decoration:none;
}

#mainContent a:hover.noUnderline  {
	color:#f58220;

}

#content hr {
	border: none;
	height: 1px;
	background-color: #c8cbcf;
	color: #c8cbcf;
	margin: 13px 0 10px 0;
}

.quote {
	font-size: 16px;
	font-weight: lighter;
	margin: 10px 0;
	color:#535b6c;
	line-height: 21px;
}
.smallGrey {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.quoteBoldNewsDate {
	color: #535b6c;
	font-weight: 100;
	font-size: 16px;
	line-height: 21px;
	margin-top: 20px;
	border-top: #faa61a 1px dotted;
	border-bottom: #faa61a 1px dotted;
	padding: 10px 0 10px 0;
}

.subheadUnderline {	
	font-weight: 100;
	font-size: 16px;
	line-height: 21px;
	color: #535b6c;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: #faa61a 1px solid;
}

img.floatLeftImage {
	float: left;
	display: block;
	margin: 14px 10px 0 0;
}

img.floatLeftImageInCopy {
	float: left;
	display: block;
	margin: 5px 10px 0 0;
}
