
.finra
{
text-align:center;

}

.hiddenF { display:none; }

span 
{
}

p {
	position: relative;
	text-align: left;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #009966; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}


.finraText{margin: 5px 0px; FONT-SIZE: 12px; COLOR: #009966;  }

.finraTextCenter {margin: 5px 0px; text-align: center; }

.finraLink{margin: 15px 0px 5px 0px;}

.finraLinkDescription{margin: 5px 0px;}

span.finraTextBold { font-weight: bold; }

span.finraTextEmphasis { font-style: italic; }

.finraTextRight { float: right; text-align: right; }

.finraHeader {
FONT-WEIGHT: bold; 
FONT-SIZE: 14px; 
}

.finraFormula { text-indent: 20px; margin: 10px; padding: 5px; background: #FFF; }

.finraListBullet { list-style-type: disc; }

.finraListDecimal { list-style-type: decimal; }

.finraTOCModule { font-weight: bold; margin-bottom: 2px; }

.finraTOCSection { text-indent: 20px; margin: 2px; }


.finraTable
{
    margin: 5px 0px;
    background: #FFF;
    border: ridge 2px #000;  
    padding: 5px;  
    border-collapse: collapse;
    width: 100%;
    
}

.finraTable td
{   
    padding: 2px;
    border: solid 1px #009966;   
    
}

.finraTextError {
    text-align:left;
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #FF0000; 
FONT-STYLE: normal; 
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;

}

.finraTableText 
{
    margin: 5px 2px;
    position:relative;
text-align:left;
FONT-WEIGHT: normal; 
FONT-SIZE: 10px; 
COLOR: #009966; 
FONT-STYLE: normal; 
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.finraTableListBullet  
{
    list-style-type: disc;
    margin-left: -25px;
}

.finraTitle
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 24px; 
    COLOR: #009966; 
    FONT-STYLE: normal; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    text-align:right;
}

.finraSubTitle 
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 16px; 
    COLOR: #009966; 
    FONT-STYLE: normal; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
}

/*a:link {color: #000066}     unvisited link */
/*a:visited {color: #3333CC}  visited link */
/*a:hover {color: #000066}   mouse over link */
/*a:active {color: #3333CC}   selected link */

.itemContainer 
{
/*position:relative; this makes IE 6 break*/
padding: 10px;
background: #C8DF8D;
margin: 5px 5px;

clear: both;
overflow:auto;
}

.subContainerLeft
{
    width:48%;

    float:left;
}

.subContainerRight
{
    width:48%;
    
    float:right;
}

.itemWholeWidth
{
    /*position:relative; this makes IE 6 break*/
    /*float:left; */
    width: 98%;
    vertical-align:middle;
    text-align:left;
    margin: 5px 5px 10px 5px;
    clear: both;
}

.itemLeft
{

    float:left;
    width:48%;
    vertical-align:middle;
    text-align:left;
}

.itemRight
{

    float:right;
    width:48%;
    vertical-align:middle;
    text-align:left;
}

/* Curved rounded corner Borders*/
.curved {
  background:transparent; 
  width:100%;
  }
.curved h1, .curved p {
  margin:0 10px;
  }
.curved h1 {
  font-size:2em; 
  color:#fff;
  }
.curved p {
  padding-bottom:0.5em;
  }
.curved .b1, .curved .b2, .curved .b3, .curved .b4 {
  display:block; 
  overflow:hidden; 
  height:1px;
  font-size:1px;
  }
.curved .b2, .curved .b3, .curved .b4 {
  background:#C8DF8D; 
  border-left:1px solid #096; 
  border-right:1px solid #096;
  }
.curved .b1 {
  margin:0 5px; 
  background:#096;
  }
.curved .b2 {
  margin:0 3px; 
  height:1px;
  border-width:0 2px;
  }
.curved .b3 {
  margin:0 2px;
  }
.curved .b4 {
  margin:0 1px; 
  height:2px; 
  }
.curved .boxcontent {
  display:block; 
  background:#C8DF8D; 
  border:0 solid #096; 
  border-width:0 1px;
  }