/****************************************  Below are styles for the Orange Bar Template *********************************/
/****************************************  Below are styles for the Orange Bar Template *********************************/
/****************************************  Below are styles for the Orange Bar Template *********************************/
/****************************************  Below are styles for the Orange Bar Template *********************************/
/****************************************  Below are styles for the Orange Bar Template *********************************/
.OrangeBlock {
		display:block;
		width: 100%;
		background-color:#dc9523;
		color: #FFF;
		margin: 0px;
		padding: 0px;
	}
	.OrangeBlock h1 {
		color: #FFF;
		font-size: 16px;
		line-height: 30px;
		font-weight:bold;
		padding: 0px 0px 0px 30px;
		margin: 20px 0px 0px 0px;
	}
	.BGimage {
		display:block;
		margin-top:10px;
		width: 975px;
		height: 100px;
		background: url('/v3/trade/images/trade.png') no-repeat right top;
	}
	.AnchorBlock {
		display:block;
		width: 100%;
		height: 45px;
		background-color:#ececec;
		color: #FFF;
		margin: 0px;
		paddinfg: 0px;
		
	}
/********************  Below are styles for the SUB MENU below the Orange Bar *****************/
.SubmenuBlock {
		display:block;
		width: 100%;
		height: 45px;
		background-color:#ececec;
		color: #272e64;
		margin: 0px;
		padding: 0px;
		
	}
.SubmenuBlock ul {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.SubmenuBlock ul li {
	display: inline-block;
	padding: 10px;
	
}
.SubmenuBlock ul li a  {
	color: #272e64;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	
}
.SubmenuBlock ul li a:hover {
	color: #e69f23;
}

/********************  Below are styles for the SUB MENU for the News page below the Orange Bar *****************/
.SubmenuNews {
		display:block;
		width: 100%;
		height: 45px;
		background-color:#ececec;
		color: #272e64;
		margin: 0px;
		padding: 0px;
		
	}
.SubmenuNews ul {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.SubmenuNews ul li {
	display: inline-block;
	padding: 10px 5px;
	
}
.SubmenuNews ul li a  {
	color: #272e64;
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 22px;
	text-decoration: none;
	
}
.SubmenuNews ul li a:hover {
	color: #e69f23;
}


/********************  Below are styles for the DROP DOWN MENU below the Orange Bar *****************/

.AnchorBlock ul {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	z-index: 5000;
}
.AnchorBlock ul li {
	display: inline-block;
	padding: 10px;
	
}
.AnchorBlock ul li a {
	display: block;
	color: #272e64;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	/* height: 50px; */	
	text-decoration: none;
}
ul li.drop {
	position: relative;
}
ul li.drop ul > li {
	display: inline-block;
}
div.dropOut ul li a {
	line-height: 18px;
	padding: 0 5px;
	height: 20px;
	
	text-decoration: none;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
ul li a:hover {
	color: #999;	
	text-decoration: none;
}
.dropOut .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #242b65;
	top: -8px;
	left: 25%;
	margin-left: -8px;
}
.dropdownContain {
	width: 220px;
	position: absolute;
	z-index: 2;
	left: 0;
	margin-left: 0px; /* half of width */
	top: -700px;
}
.dropOut {
	width: 220px;
	background: #ececec;
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.dropOut ul {
	float: left;
	padding: 5px 0;
}
.dropOut ul li {
	text-align: left;
	float: left;
	width: 200px;
	padding: 15px 5px;
	margin: 0px 5px;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
}
.AnchorBlock ul li.drop ul li:hover {
	background: #f6f6f6;
	text-decoration: none;
}
.AnchorBlock ul li:hover a {
	color: #e69f23;
	text-decoration: none;
}
.AnchorBlock ul li:hover a:hover {
	color: #242b65;
	
	text-decoration: none;
}
.AnchorBlock ul li:hover .dropdownContain {
	top: 40px;
}

.AnchorBlock ul li:hover .dropOut {
	opacity: 1;
	margin-top: 8px;
}

/****************************************  end  *********************************/
.BlueBlock {
		display:block;
		width: 100%;
		
		background-color:#272e64;
		color: #FFF;
	}
.BlueBlock p { color: #FFF; padding-left:30px; }
	a.white { color: #FFF;
		line-height: 30px;
		font-weight:bold;
		
		text-decoration: none; }
		
		a.white:hover { color: #FFF;
		text-decoration: underline; }
.WideBlock{
        width: 870px;
		margin-top: 20px;
        border: 1px solid #255680;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000; line-height: 22px;
        padding: 20px;
        border-radius: 10px;
    }
	.WideBlock h2 {
		color: #000;
		
	}
	#LeftImage {
		float: left;
		width: 180px;
		height: 180px;
	}
	#RightCopy {
		float: right;
		width: 670px;
	}
	

	
	
	div.WideBlock div#RightCopy p a { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000; line-height: 22px; text-decoration: none; font-weight: bold; }
	div.WideBlock div#RightCopy p a:hover{ color: #255680; }
	
	.PageHeading {
		color: #000;
		font-size:22px;
		font-weight:bold;
	}
	.BlackHeading {
		color: #000;
		font-size:18px;
		font-weight:bold;
	}
	.BlueHeading  {
		color: #000;
		font-size:18px;
		font-weight:bold;
	}
	.OrangeHeading {
		color: #006699;
		font-size:18px;
		font-weight:bold;
	}
	.OrangeHeading span {
		color: #006699;
		font-size:14px;
		font-weight:bold;
	}
	
/*************** Code for Sharenet columns **************/
#MainContain {
	width: 935px;
	height: auto;
	margin: 20px;
	padding: 0px;
}
/*************** 3 Equal Columns **************/
#ColumnOne {
	width: 293px;
	height: auto;
	float:left;
	margin: 0px;
	padding: 0px;
}
#ColumnTwo {
	width: 293px;
	height: auto;
	float:left;
	margin: 0px 25px;
	padding: 0px;
}
#ColumnThree {
	width: 293px;
	height: auto;
	float:left;
	margin: 0px;
	padding: 0px;
}
/*************** 4 Equal Columns **************/
#ColumnOne_4 {
	width: 219px;
	height: auto;
	float:left;
	margin: 0px;
	padding: 0px;
}
#ColumnTwo_4 {
	width: 219px;
	height: auto;
	float:left;
	margin: 0px 20px;
	padding: 0px;
}
#ColumnThree_4 {
	width: 219px;
	height: auto;
	float:left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#ColumnFour_4 {
	width: 219px;
	height: auto;
	float:right;
	margin: 0px;
	padding: 0px;
}
/*************** 2 equal columns 50% **************/
#ColumnLeft {
	width: 455px;
	height: auto;
	float:left;
	margin: 0px;
	padding: 0px;
}
#ColumnRight {
	width: 455px;
	height: auto;
	float:right;
	margin: 0px;
	padding: 0px;
}
#ColumnLeftSmall {
	width: 445px;
	height: auto;
	float:left;
	margin: 0px;
	padding: 0px;
}
#ColumnRightSmall {
	width: 445px;
	height: auto;
	float:right;
	margin: 0px;
	padding: 0px;
}
#LittleSquare {
	width: 45%;
	float: left;
	margin: 5px;
	
}
/*************** 2 columns right col 2/3 left col 1/3 **************/
#TwoColumnLeft {
	width: 615px;
	height: auto;
	float:left;
	margin: 0px;
	padding: 0px;
}
#OneColumnRight {
	width: 295px;
	height: auto;
	float:right;
	margin: 0px;
	padding: 0px;
}
/*************** 2 columns right col 1/3 left col 2/3 **************/
#OneColumnLeft {
	width: 295px;
	height: auto;
	float:left;
	margin: 0px;
	padding: 0px;
}
#TwoColumnRight {
	width: 615px;
	height: auto;
	float:right;
	margin: 0px;
	padding: 0px;
}
.BlueBar {
	background-color: #f3f3f3;
	color: #312782;
	padding: 10px 20px;
	font-size:18px;
	font-weight:bold;
}
.Bluebtn {
	display: inline-block;
  background: #ee1349;
  font-weight:bold;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.Bluebtn:hover {
  background: #ff396a;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.Orangebtn {
  display: inline-block;
  background: #255680;
  text-align: center;
  font-weight:bold;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.Orangebtn:hover {
  background: #2f6ea4;
  color: #ffffff;
  text-decoration: none;
  font-weight:bold;
}
.OrangeSmallbtn {
  display: inline-block;
  background: #f8b033;
  background-image: -webkit-linear-gradient(top, #f8b033, #f29203);
  background-image: -moz-linear-gradient(top, #f8b033, #f29203);
  background-image: -ms-linear-gradient(top, #f8b033, #f29203);
  background-image: -o-linear-gradient(top, #f8b033, #f29203);
  background-image: linear-gradient(to bottom, #f8b033, #f29203);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-align: center;
  font-weight:bold;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #999999 1px;
  text-decoration: none;
}

.OrangeSmallbtn:hover {
  background: #f8ba4f;
  color: #d75303;
  background-image: -webkit-linear-gradient(top, #f8ba4f, #f8b033);
  background-image: -moz-linear-gradient(top, #f8ba4f, #f8b033);
  background-image: -ms-linear-gradient(top, #f8ba4f, #f8b033);
  background-image: -o-linear-gradient(top, #f8ba4f, #f8b033);
  background-image: linear-gradient(to bottom, #f8ba4f, #f8b033);
  text-decoration: none;
  font-weight:bold;
}
.OrangeBigbtn {
  display: inline-block;
  background: #f8b033;
  color: #ffffff;
  border: solid #999999 1px;
  font-size: 18px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, #f8b033, #f29203);
  background-image: -moz-linear-gradient(top, #f8b033, #f29203);
  background-image: -ms-linear-gradient(top, #f8b033, #f29203);
  background-image: -o-linear-gradient(top, #f8b033, #f29203);
  background-image: linear-gradient(to bottom, #f8b033, #f29203);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
}

.OrangeBigbtn:hover {
  background: #f8ba4f;
  color: #d75303;
  background-image: -webkit-linear-gradient(top, #f8ba4f, #f8b033);
  background-image: -moz-linear-gradient(top, #f8ba4f, #f8b033);
  background-image: -ms-linear-gradient(top, #f8ba4f, #f8b033);
  background-image: -o-linear-gradient(top, #f8ba4f, #f8b033);
  background-image: linear-gradient(to bottom, #f8ba4f, #f8b033);
  text-decoration: none;
}
.BlueBigbtn {
	display: inline-block;
  background: #ee1349;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 15px 30px;
  text-decoration: none;
}
.BlueBigbtn:hover {
  background: #ff396a;
  color: #ffffff;
  font-size: 18px;
  padding: 15px 30px;
  text-decoration: none;
}
.BigBtn {
	width: 200px;
}
.SmallBtn {
	width: 150px;
}
.SmallBlock {
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-align: center;
  font-weight:bold;
  color: #000;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  border: solid #999999 1px;
  text-decoration: none;
}
.SmallBlock span {
  color: #255680;
}
.OrangeBorder {	    
    border: 1px solid #006699;
    border-radius: 10px;
}
div.InnerPadding {
	width: 96%;
	height: auto;
	margin: 2%;
	padding-bottom: 10px;
}
.RoundedCnr {	    
    
    border-radius: 10px;
}


div.LeftRightPadding {
	width: 90%;
	height: auto;
	margin: 0% 5%;
	padding: 0px;
}

.GreyBg {
	background-color:#e9e9e9;
}
.BlueCopy {
	color: #312782;
}
.OrangeCopy {
	color: #006699;
}
.BigBlueCopy {
	color: #312782;
	font-size: 18px;
	line-height: 28px;
}
.SubParagraph {
	font-size: 18px;
	line-height: 28px; 
}
.Center {
	text-align:center;
}
#Spacer {
	width: 100%;
	height:20px;
	margin:0px;
	padding: 0px;
}
.NotesFont { font-family:Arial, Helvetica, sans-serif; color:#666; font-size: 12px; line-height: 16px; }

.QuotesFont { font-family:Arial, Helvetica, sans-serif; color:#666; font-size: 14px; line-height: 18px; font-style:italic; padding: 0px 25px; }

.SubFont { font-family:Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; }
p, ul { font-family:Arial, Helvetica, sans-serif; color: #000;   }
p.Emphasized { font-family:Arial, Helvetica, sans-serif; color:#666; font-size: 18px; line-height: 26px; font-weight: normal; }

hr.OrangeRule {
	    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 102, 153, 0), rgba(0, 102, 153, 0.75), rgba(0, 102, 153, 0));
	margin: 50px 0px 20px 0px;
}

ul.Bullets li { list-style:disc; display: list-item; list-style-position:outside; }
ul.BulletsNarrow {padding: 0px 0px 0px 15px; }
ul.BulletsNarrow li { list-style:disc; display: list-item; list-style-position:outside; font-size:12px; line-height:18px;}


a.OrangeLink:link, a.OrangeLink:active, a.OrangeLink:visited { color: #006699;  }
a.OrangeLink:hover { color:#ed1941; text-decoration: none; }

a.BlackLink:link, a.BlackLink:active, a.BlackLink:visited { color: #000;  }
a.BlackLink:hover { color:#666; text-decoration: none; }

a.BlueLink:link,  a.BlueLink:active, a.BlueLink:visited { color: #006699; text-decoration: underline; }
a.BlueLink:hover { color:#ed1941; text-decoration: none; }







/***************** WHAT ***********************/
.content{
        font-family: Arial, Helvetica, sans-serif;
        float: left;
        width: 427px;
        margin: 20px 30px;
        text-align: left;
        color: #255680;
        font-size: 22px;
    }
    .contentalt{
        font-family: Arial, Helvetica, sans-serif;
        float: left;
        width: 427px;
        margin: 0px 30px;
        text-align: center;
        color: #000;
        font-size: 20px;
    }