/* HTML TAGS */

body {
	background-color:#C7C7C7;
	margin:0px;

}

/* TEXT STYLES */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	font-weight: normal;
	color:#000000;
	margin: 0px 0px 12px 0px;
}
a {
	font-weight: normal;
	color:#666666;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color:#666666;
	text-decoration: none;
}
ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-type: square;
}
ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-type: decimal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.4em;
	font-weight: bold;
	color: #537DB9;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.4em;
	font-weight: normal;
	color: #537DB9;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: bold;
	color: #537DB9;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #537DB9;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
.TableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	font-weight: normal;
	color:#000000;
	margin: 0px 0px 0px 0px;
}
.TableRow {
	padding: 3px 0px 3px 0px;
}
.TextLeft {
	float:left;
	width: 195px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.TextLeftWide {
	float:left;
	width: 295px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.TextRight {
	width: 530px;
	float:left;
	margin-bottom: 10px;
}
.TextRightWide {
	width: 430px;
	float:left;
	margin-bottom: 10px;
}
.DividerLine {
	width: 100%;
	height:1px;
	overflow:hidden;
	background-color:#999999;
	clear:both;
	margin-bottom: 10px;
}
.DividerLineNoMargin {
	width: 100%;
	height:1px;
	overflow:hidden;
	background-color:#999999;
	clear:both;
}
.DownloadLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	font-weight: normal;
	color:#000000;
	margin: 5px 0px 5px 0px;
}
/* SITE LAYOUT STYLES */ 

.Clear {
	clear:both;
}
.SkipTo {
   position:absolute;
   top: -1000px;
   left: -1000px;
   visibility: hidden;
}
.AlphaLayer {
   position:absolute;
   top: -1000px;
   left: -1000px;
   visibility: hidden;
}
.Centre {
	position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    text-align: left;
}
.ContentBackground
{
	width:940px;
	background-attachment: scroll;
	background-image: url(/images/construct/ContentBackground.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}
.Content {
	width:920px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
.TopBar {
	width: 910px;
	height: 110px;
	text-align:right;
	margin-right: 10px;
}
.MainMenuBar {
 	background-color: #404040;
	width: 920px;
	height: 32px;
}
.MainMenuItem {
	width: 90px;
	height: 32px;
	border-right: solid 1px #9F9F9F;
	overflow:hidden;
	float:left;
}
.SiteToolsBar {
 	background-color: #C8C7CB;
	width: 920px;
	height: 30px;
	text-align:right;
	border-bottom: solid 1px #FFFFFF;
}
.SiteToolsItem {
	margin-right: 8px;
	height: 26px;
	overflow:hidden;
	float:left;
	margin-top:4px;
}
.SiteToolsSearch {
	width: 790px;
	text-align:left;
	float:left;
	margin:4px 0px 0px 5px;
}
.Footer {
	width:940px;
	height: 64px;
	background-attachment: scroll;
	background-image: url(/images/construct/FooterBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
.FooterLinks {
	padding: 26px 0px 0px 0px;
	width:920px;
}
.FooterLeft {
	float:left;
	width: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:20px;
}
.FooterLeft a{
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
.FooterLeft a:hover{
	font-style: italic;
	color: #FFFFFF;
	text-decoration: underline;
}
.FooterRight {
	float:left;
	width: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	text-align:right;
	padding-right: 20px;
}
.Powered {
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
.Powered a{
	color: #FFFFFF;
	text-decoration: none;
}
.Powered a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.HomeTopBar {
	width: 920px;
	height: 140px;
	overflow:hidden;
	margin-bottom: 15px;
}
.HomeLeftColumn {
	width: 140px;
	padding-left: 15px;
	float:left;
	
}

.HomeMiddleColumn {
	width: 512px;
	padding-left: 15px;
	float:left;
	
}
.HomeRightColumn {
	width: 208px;
	padding-left: 15px;
	padding-right: 15px;
	float:left;
}
.MainSearchBox {
	width: 150px;
	height: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}
.GoButton {
	width: 22px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	margin: 0px 10px 0px 1px;
}
.SubMenuHolder {
	width: 155px;
	margin-bottom: 15px;
	float:left;
	background-attachment: scroll;
	background-image: url(/images/construct/MenuBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 140px;
}
.SubMenuHolderPrelim {
	width: 155px;
	margin-bottom: 15px;
	float:left;
}
.PrelimMenuSpacer {
	background-color:#404040;
	height: 140px;
	margin-bottom: 10px;
}
.PrelimOptionPanels{
	margin-bottom: 12px;
}
.MainContentArea {
	float:left;
	width:765px;
}
.ImageBar {
	width: 765px;
	height: 140px;
	overflow: hidden;
	margin-bottom: 15px;
}
.PageContent {
	margin-left: 15px;
	width: 735px;
}
.HomeLogos {
	width: 192px;
	overflow:hidden;
	padding: 4px 0px 3px 0px;
	border-bottom: solid 1px #BFBFBF;
	height: 56px;
}
.HomeIntro {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.75em;
}

/* SUBMENU STYLES */

.SubNav {
	width: 155px;

}
.SubNavMenu {
	background-color: #404040;

}
.Submenu_Level_1_CssCold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color:#FFFFFF;
	padding: 4px 5px 4px 5px;
	border-bottom: solid 1px #2B2A25;
	border-top: solid 1px #6F6F6F;	
}
.Submenu_Level_1_CssCold a{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
}
.Submenu_Level_1_CssCold a:hover{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:underline;
}
.Submenu_Level_1_CssHot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color:#FFFFFF;
	padding: 4px 5px 4px 5px;
	border-bottom: solid 1px #2B2A25;
	border-top: solid 1px #6F6F6F;	
	background-color:#999999;
}
.Submenu_Level_1_CssHot a{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
}
.Submenu_Level_1_CssHot a:hover{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:underline;
}
.Submenu_Level_2_CssCold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color:#FFFFFF;
	padding: 4px 5px 4px 18px;
	border-bottom: solid 1px #2B2A25;
	border-top: solid 1px #6F6F6F;	
}
.Submenu_Level_2_CssCold a{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
}
.Submenu_Level_2_CssCold a:hover{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:underline;
}
.Submenu_Level_2_CssHot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color:#FFFFFF;
	padding: 4px 5px 4px 18px;
	border-bottom: solid 1px #2B2A25;
	border-top: solid 1px #6F6F6F;	
	background-color:#999999;
}
.Submenu_Level_2_CssHot a{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
}
.Submenu_Level_2_CssHot a:hover{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:underline;
}
.Submenu_Level_3_CssCold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color:#FFFFFF;
	padding: 4px 5px 4px 28px;
	border-bottom: solid 1px #2B2A25;
	border-top: solid 1px #6F6F6F;	
}
.Submenu_Level_3_CssCold a{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
}
.Submenu_Level_3_CssCold a:hover{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:underline;
}
.Submenu_Level_3_CssHot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color:#FFFFFF;
	padding: 4px 5px 4px 28px;
	border-bottom: solid 1px #2B2A25;
	border-top: solid 1px #6F6F6F;	
	background-color:#999999;
}
.Submenu_Level_3_CssHot a{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
}
.Submenu_Level_3_CssHot a:hover{
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:underline;
}
.SubNavSpacer {
}
.SubNavBorder {

}



/* FORM STYLES */ 


.red {
	color:#FF0000;
}
.row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;	
	clear:both;
}
.rowpanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;	
}
.name {
float:left;
width: 150px;
padding-top: 5px;
margin-right:10px;
}
.value {
margin-top: 0px;

}
.TextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 18px;
	border: solid 1px #666666;	
	margin: 5px 0px 0px 0px;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 18px;
	border: solid 1px #666666;	
	margin: 5px 0px 0px 0px;
}
.textareapanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 150px;
	height: 18px;
	border: solid 1px #666666;	
	margin: 5px 0px 0px 0px;
}
.SubmitButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 100px;
	height: 18px;
	border: solid 1px #666666;	
	margin: 5px 0px 0px 0px;
	}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 100px;
	height: 18px;
	border: solid 1px #666666;	
	margin: 5px 0px 0px 0px;
	}
.buttonpanel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 150px;
	height: 18px;
	border: solid 1px #666666;	
	margin: 5px 0px 0px 0px;
	background-color:#FFFFFF;
	}
.DropDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 18px;
	border: solid 1px #666666;	
	margin: 5px 0px 0px 0px;
}		
.MultiLineTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 90px;
	border: solid 1px #666666;	
	margin: 5px 0px 0px 0px;
}	
.ListBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 90px;
	border: solid 1px #666666;	
	margin: 5px 10px 0px 0px;
}


/* SEARCH PAGE STYLES  */

.SearchResultsInfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.NextPreviousTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	text-align:right;
	border-bottom: solid 1px #E4E2D7;
}
.NextPreviousBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	text-align:right;
	/*border-top: solid 1px #E4E2D7;*/
}
.SearchItemRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align:left;
	border-bottom: solid 1px #E4E2D7;
}
.SearchItemRowCount {
	margin-right: 10px;
}
.SearchItemSize {
 color:#999999;
}
#ctl00_PageContent_search_AdvancedSearchPanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#ctl00_PageContent_search_IncludedTermsLabel {
	padding-right: 50px;
	font-weight: bold;

}
#ctl00_PageContent_search_ExcludedTermsLabel {
	padding-right: 64px;
	font-weight: bold;
}
#ctl00_PageContent_search_IncludedTermsPanel {
 margin-bottom: 10px;

}
#ctl00_PageContent_search_ExcludedTermsPanel {
padding-bottom: 10px;
 margin-bottom: 10px;
 	border-bottom: solid 1px #E4E2D7;
}

#ctl00_PageContent_search_ExcludedTermsTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 18px;
	border: solid 1px #6B7365;	
	margin: 5px 0px 0px 0px;
}
#ctl00_PageContent_search_IncludedTermsTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	height: 18px;
	border: solid 1px #6B7365;	
	margin: 5px 0px 0px 0px;
}
#ctl00_PageContent_search_MatchRadioListPanel {
	float:left;
	width: 33%;
	
}
#ctl00_PageContent_search_AreaCheckBoxPanel {
	float:left;
	width: 33%;
}
#ctl00_PageContent_search_SubmitAdvancedSearchButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 100px;
	height: 18px;
	border: solid 1px #6B7365;	
	margin: 5px 0px 0px 0px;
}
#ctl00_PageContent_search_SubmitAdvancedSearchPanel {
	border-top: solid 1px #E4E2D7;
		
}

/* PANEL STYLES */

.Panel140Top {
	width: 140px;
	height: 6px;
	overflow:hidden;
}
.Panel140Middle {
	width: 124px;
	overflow:hidden;
	background-attachment: scroll;
	background-image: url(/images/panels/Panel140_M.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 5px 8px 5px 8px;
}
.Panel140MiddlePurple {
	width: 124px;
	overflow:hidden;
	background-attachment: scroll;
	background-image: url(/images/panels/Panel140_MPurple.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 5px 8px 5px 8px;
}
.Panel140Bottom {
	width: 140px;
	height: 6px;
	overflow:hidden;
}
.Panel208Top {
	width: 208px;
	height: 6px;
	overflow:hidden;
}
.Panel208Middle {
	width: 192px;
	overflow:hidden;
	background-attachment: scroll;
	background-image: url(/images/panels/Panel208_M.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 5px 8px 5px 8px;
}
.Panel208Bottom {
	width: 208px;
	height: 6px;
	overflow:hidden;
}
.PanelSpacer {

	margin-bottom: 19px;
	}
.PanelBlogs {
	width: 140px;
	height: 145px;
	/*background-attachment: scroll;
	background-image: url(/images/panels/PaneBackBlogs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border:thin solid red;*/
}
.PanelBlogsMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	/*border:thin solid blue;*/
	padding: 125px 0px 0px 12px;
}
.PanelBlogsMore a{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.PanelBlogsMore a:hover{
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.PanelGlobalReach {
	width: 512px;
	height: 117px;
	/*background-attachment: scroll;
	background-image: url(/images/panels/Panel_GlobalReach.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	margin-bottom: 15px;
	/*border:thin solid red;*/
}
.PanelGlobalReachMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	/*border:thin solid blue;*/
	padding: 97px 0px 0px 12px;
}
.PanelGlobalReachMore a{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.PanelGlobalReachMore a:hover{
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.PanelAnnRepMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 155px 0px 0px 12px;
}
.PanelAnnRepMore a{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.PanelAnnRepMore a:hover{
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.HomeNewsPanel {
	float:left;
	width: 300px;
	margin-right: 15px;
}
.PrelimPanel{
	float:left;
	width: 300px;
	margin-right: 15px;
}
.HomeAnnRepPanel {
	float:left;
	width: 197px;
	height: 177px;
	background-attachment: scroll;
	background-image: url(/images/panels/Panel_AnnRep.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
.HomeNewsPanelTop {
	width: 300px;
	height: 6px;
	overflow:hidden;
}
.HomeNewsPanelBottom {
	width: 300px;
	height: 6px;
	overflow:hidden;
}
.HomeNewsPanelMiddle {
	width: 284px;
	overflow:hidden;
	background-attachment: scroll;
	background-image: url(/images/panels/PanelNews_M.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 5px 8px 5px 8px;
}
.HomeNewsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #999999; 
	margin: 2px 0px 2px 0px;
	padding-bottom: 6px;
}
.HomeNewsLink a{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.HomeNewsLink a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.HomeWebcastLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #999999; 
	margin: 4px 0px 2px 0px;
	padding-bottom: 6px;
}
.HomeWebcastLink a{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.HomeWebcastLink a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.HomeWebcastAllLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 8px 0px 2px 0px;
	padding-bottom: 6px;
}
.HomeWebcastAllLink a{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.HomeWebcastAllLink a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.HomeAGMAllLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 4px 0px 2px 0px;
	padding-bottom: 0px;
}
.HomeAGMAllLink a{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.HomeAGMAllLink a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.HomeSpacer {
	height:10px;
	overflow:hidden;
}
.HomeShareLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	border-top: 1px solid #999999;
	padding-top: 6px;
}
.HomeShareLink a{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.HomeShareLink a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.HomeNewsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 4px 0px 0px 12px;
}

/* NEWS STYLES */

.NewsItem {
	margin: 5px 0px 5px 0px;
}
.NewsUnderline {
	height: 1px;
	width: 100%;
	overflow:hidden;
	background-color: #999999;
}
.NewsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #999999;
}
.NewsPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #000000;
}
.NewsPage a{
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
.NewsPage a:hover{
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
 /* SHARE PRICE FEED STYLES */
 
 .Feed {


}
.ShareLink {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 1.4em;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding: 15px 0px 0px 10px;
}
.CurrentPrice {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.PriceChange{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
}
.Volume{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
}
.PriceHigh{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
}
.PriceLow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
}
.PriceTime{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.PriceDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.ShareSpacer {
	margin: 3px 0px 3px 0px;
}

/* SITE MAP STYLES */
#ctl00_PageContent_ctl00_sitemap {
	font-size: .9em;
}

DIV.PageContent SPAN#ctl00_PageContent_ctl00_sitemap DIV.Section{
	margin-bottom:10px;
}

DIV.PageContent SPAN#ctl00_PageContent_ctl00_sitemap DIV.Section DIV.Section{
	margin-bottom:0px;
}

.Section {
	margin-left: 10px;
	font-size: 90%;
}
.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;;
}
.Title a{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.Title a:hover{
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	
}
.File {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
}
.File a{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.File a:hover{
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	}
	/* INVESTOR PAGE LAYOUT */
	
.InvestorLeftColumn {
	width: 140px;
	margin-right: 15px;
	float:left;
}
.InvestorMiddleColumn {
	float:left;
		width: 265px;
	margin-right: 15px;
}
.InvestorRightColumn {
	width: 300px;
	float:left;
}
.InvestorNewsPanel {
	width: 300px;
}
.InvestorAnnRepPanel {
	width: 300px;
	height: 177px;
	background-attachment: scroll;
	background-image: url(/images/panels/Panel_AnnRep_Investor.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 15px;
}
.InvestorPanelAnnRepMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 155px 0px 0px 12px;
}
.EventDropDown {
	width: 45px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
}	