* {
  margin: 0px;
  padding: 0px;
  border: 0px;  
}

div.cUL {
  margin:10px;
}

div.cUL ul {
  margin-left:30px;  
}

p.cSmallItalic {
  margin: 0px;
  padding: 0px;
  font-family: helvetica;
  font-size: 8pt;
  color: black;
  font-style: italic;
}

p.cCaption {
  margin: 0px;
  padding: 2px;
  font-family: helvetica;
  color: black;
  font-weight: bold;
  font-size: 10pt;
  font-variant: small-caps;
}

label.formLabel {
  display: block;
  float: left;
  width: 164px;
  height: 20px;
  padding-right: 6px;
  padding-top: 4px;
  font-family: helvetica;
  font-weight: bold;
  font-size: 11pt;
  color: black;
  text-align: right;
  margin-bottom: 2px;
}

label.formLabelLarge {
  width: 400px;
  height: 20px;
  padding:0px;
  font-family: helvetica;
  font-weight: bold;
  font-size: 11pt;
  color: black;
  margin-bottom: 2px;
}



label.formLabel1 {
  display: block;
  float: left;
  width: 40px;
  height: 20px;
  padding-right: 6px;
  padding-top: 4px;
  font-family: helvetica;
  font-weight: bold;
  font-size: 11pt;
  color: black;
  text-align: right;
  margin-bottom: 2px;
}

.formEdit {
  display: block;
  float: left;
  height: 18px;
  padding: 2px;
  margin: 0px;
  font-family: helvetica;
  font-weight: bold;
  font-size: 12pt;
  color: black;
  border-top: solid 1px gray;
  border-left: solid 1px gray;
  border-bottom: solid 1px silver;
  border-right: solid 1px silver;
  margin-bottom: 2px;
  margin-right: 10px;
}

input.formEditLarge {
  height: 22px;
  padding: 2px;
  margin: 0px;
  font-family: helvetica;
  font-weight: bold;
  font-size: 16pt;
  color: black;
  border-top: solid 1px gray;
  border-left: solid 1px gray;
  border-bottom: solid 1px silver;
  border-right: solid 1px silver;
  margin-bottom: 2px;
  margin-right: 2px;
}

.formSelect {
  display: block;
  float: left;
  height: 22px;
  padding: 0px;
  margin: 0px;
  font-family: helvetica;
  font-weight: bold;
  font-size: 10pt;
  color: black;
  border-top: solid 1px gray;
  border-left: solid 1px gray;
  border-bottom: solid 1px silver;
  border-right: solid 1px silver;
  margin-bottom: 2px;
  margin-right: 10px;

}

div.cVerifyError {
  display: block;
  float: left;
  width: 280px;
  height: 24px;
  margin-bottom: 2px;
}

p.cVerifyError {
  font-family: helvetica;
  font-size: 8pt;
  font-weight: bold;
  color: red;
  padding: 2px;
  padding-left: 10px;
  border: none;
}

p.cVerifyOk {
  font-family: helvetica;
  font-size: 10pt;
  font-weight: bold;
  color: blue;
  padding: 2px;
  padding-left: 10px;
}


p.fuvDefault {
  margin: 0px;
  margin-bottom: 2px;
  font-family: helvetica;
  font-size: 10pt;
  text-align: justify;
}

p.fuvError {
  margin: 0px;
  margin-bottom: 2px;
  font-family: helvetica;
  font-size: 12pt;
  text-align: justify;
  font-weight: bold;
  color: maroon;
}

p.fuvDefaultBold {
  margin: 0px;
  margin-bottom: 2px;
  font-family: Helvetica;
  font-size: 12pt;
  font-weight: bold;
  text-align: justify;
}

div.fuvInfo {
  margin: 2px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgb(255,255,240);
  font-family: Georgia;
  font-size: 12pt;
  text-align: justify;
  border: 1px dashed rgb(255, 128, 128);
}

div.fuvInfoLarge {
  margin: 2px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgb(255, 255, 220);
  font-family: Georgia;
  font-size: 12pt;
  text-align: justify;
  border: 1px dashed rgb(255, 128, 128);
}

div.fuvInfoLarge p {
  margin-bottom: 3px;
}

div.fuvAtt {
  margin: 2px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgb(255, 200, 220);
  font-family: Georgia;
  font-size: 12pt;
  text-align: justify;
  border: 1px dashed rgb(255, 128, 128);
}

p.fuvTitle {
  font-family: Georgia;
  font-size: 14pt;
  font-weight: bold;
  margin: 2px 0px 2px 0px;
}

p.cITitle {
  font-family:Verdana;
  font-size:16pt;
  font-weight:bold;
  margin:10px 0px 10px 0px;
}

label.cILabel {
  display:block;
  padding:2px 0px 2px 0px;
  font-family:helvetica;
  font-weight:bold;
  font-size:14pt;
  color:black;
  margin:10px 0px 0px 0px;
}

p.cIError {
  margin:0px 0px 5px 0px;
  font-family:helvetica;
  font-style:italic;
  font-size:8pt;
  padding:0px 0px 0px 0px;
  border-bottom:solid 1px black;  
}

p.cIDefault {
  margin: 5px 0px 5px 0px;
  font-family:helvetica;
  font-size:10pt;
  text-align:justify;
}

select.cISelect {
  display:block;
  padding:2px;
  margin:0px;
  font-family:helvetica;
  font-weight:bold;
  font-size:12pt;
  color: black;
  border-top: solid 1px gray;
  border-left: solid 1px gray;
  border-bottom: solid 1px silver;
  border-right: solid 1px silver;
}

input.cIEdit {
  display:block;
  padding:2px;
  margin:0px;
  font-family:helvetica;
  font-weight:bold;
  font-size:12pt;
  color: black;
  border-top: solid 1px gray;
  border-left: solid 1px gray;
  border-bottom: solid 1px silver;
  border-right: solid 1px silver;
}

p.fuvSubTitle {
  font-family: Georgia;
  font-size: 12pt;
  font-weight: bold;
  margin: 2px 0px 2px 0px;
}

p.cISubTitle {
  font-family:Verdana;
  font-size:12pt;
  font-weight:bold;
  margin:5px 0px 5px 0px;
}

p.fuvSubTitle2 {
  font-family: helvetica, arial	;
  font-size: 11pt;
  font-weight: bold;
  margin: 2px 0px 2px 0px;
}


p.cISubTitle2 {
  font-family:Verdana;
  font-size:11pt;
  font-weight:bold;
  margin:5px 0px 5px 0px;
}

p.cBalloonCaption {
  margin: 0px;
  padding: 0px;
  margin-bottom: 8px;
  text-align: center;
  font-family: helvetica;
  color: red;
  font-weight: bold;
  font-size: 12pt;
  font-variant: small-caps;
}

p.cBalloonText {
  margin: 0px;
  padding: 2px;
  text-align: justify;
  font-family: helvetica;
  color: black;
  font-size: 10pt;
}


a.classLogin {
  color: yellow;
  text-decoration: none;
}


ul.info {
  font-family: helvetica;
  font-size: 12px;
  margin-left: 20px;
}


div.cEditDiv {
  clear: both;
  height: 100%;
  border: none;
  margin: 0px 0px 2px 0px;
}

div.cEditDivLarge {
  clear: both;
  height: 100%;
  border: none;
  margin: 0px 0px 2px 0px;
}


span.cSmallButton {
  display: block;
  margin:auto;
  padding:0px;
  width: 68px;
  height: 12px;
  font-family: helvetica;
  font-weight: bold;
  font-size: 7pt; 
  background-image: url(/pics/btyellow.gif);
}

span.cSmallButton:hover {
  background-image: url(/pics/btred.gif);
}

.cOEdit {
  display: block;
  float: left;
  height: 20px;
  background: transparent;
  background-image: url(/pics/editl4.gif);
  font-family: helvetica;
  font-size: 10pt;
  padding-top: 3px;
  padding-bottom: 1px;
  margin: 0px;
  vertical-align: top;
}

div.cEditL1 {
  display: block;
  float: left;
  height: 20px;
  width: 11px;
  background-image: url(/pics/editl1.gif);
  font-family: helvetica;
  font-size: 10pt;
  padding-top: 3px;
  padding-bottom: 1px;
  margin: 0px;
  vertical-align: top;
}

div.cEditL2 {
  display: block;
  float: left;
  height: 20px;
  background-image: url(/pics/editl2.gif);
  font-family: helvetica;
  font-size: 10pt;
  padding-top: 3px;
  padding-bottom: 1px;
  margin: 0px;
  vertical-align: top;
}

div.cEditL3 {
  display: block;
  float: left;
  height: 20px;
  width: 6px;
  background-image: url(/pics/editl3.gif);
  font-family: helvetica;
  font-size: 10pt;
  padding-top: 3px;
  padding-bottom: 1px;
  margin: 0px;
  vertical-align: top;
}

div.cEditL5 {
  display: block;
  float: left;
  height: 20px;
  width: 14px;
  background-image: url(/pics/editl5.gif);
  font-family: helvetica;
  font-size: 10pt;
  padding-top: 3px;
  padding-bottom: 1px;
  margin: 0px;
  vertical-align: top;
}

p.cInfoTitle {
  font-family: helvetica;
  font-weight: bold;
  font-size: 9pt; 
  margin: 0px 0px 0px 0px;
}

p.cInfoVal {
  font-family: helvetica;
  font-weight: normal;
  font-size: 7pt; 
  margin: 0px 0px 5px 10px;
}

p.cInfoVal0 {
  font-family: helvetica;
  font-weight: normal;
  font-size: 7pt; 
  margin: 0px 0px 0px 10px;
}

p.cInfoTitleC {
  font-family: helvetica;
  font-weight: bold;
  font-size: 11pt; 
  margin: 0px 0px 0px 0px;
  text-align: center;
}

p.cInfoTitleN {
  font-family: helvetica;
  font-weight: bold;
  font-size: 7pt; 
  margin: 0px 0px 10px 0px;
  text-align: center;
}

p.cSubMenu {
  width: 124px;
  height: 20px;
}

a.cSubMenu {
  display: block;
  width: 118px;
  height: 14px;
  background: transparent;  
  text-decoration: none;
  font-family: helvetica;
  font-size: 9pt;
  color: black;
  padding: 3px;
}

a.cSubMenu:hover {
  display: block;
  background-color: navy;  
  color: white;
  text-decoration: none;
}

div.fuvInfo ul li {
 margin-left: 20px;
}

div.fuvInfoLarge ul li {
 margin-left: 20px;
}

table.cTableData {
  border:solid 1px black;
  background-color:white;
  font-family:helvetica;
  font-size:9pt;
  border-collapse:collapse;
}

table.cTableData td {
  border:solid 1px black;
  padding: 2px;
}

input.btn{
 color:#050;
 background-color: rgb(255, 255, 200);
 font-family:'trebuchet ms',helvetica,sans-serif;
 font-size:84%;
 font-weight:bold;
 border-top: solid 1px rgb(200, 200, 200);
 border-left: solid 1px rgb(200, 200, 200);
 border-bottom: solid 1px rgb(80, 80, 80);
 border-right: solid 1px rgb(80, 80, 80);
 cursor: pointer;
}

input.btn:hover{
 background-color: rgb(255, 255, 128);
 border-bottom: solid 1px rgb(200, 200, 200);
 border-right: solid 1px rgb(200, 200, 200);
 border-top: solid 1px rgb(80, 80, 80);
 border-left: solid 1px rgb(80, 80, 80);
}

input.txt {
 border-bottom: solid 1px rgb(200, 200, 200);
 border-right: solid 1px rgb(200, 200, 200);
 border-top: solid 1px rgb(80, 80, 80);
 border-left: solid 1px rgb(80, 80, 80); 
 padding: 2px;
}

p.classDivision {
  clear: both;
  margin: 50px 0px 0px 0px;
  font-family: helvetica, arial;
  font-weight: bold;
  font-size: 12pt;
  color: black;
  text-align: center;
  border-top: solid 2px gray;
}

p.boletoSmallHead {
  margin: 0px;
  padding: 2px;
  font-family: helvetica; 
  font-size: 9px; 
  font-weight: bold;
}
p.boletoSmallHeadR {
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
  font-family: helvetica; 
  font-size: 9px; 
  text-align: right; 
  font-weight: bold;
}

p.boletoValues {
  margin: 0px;
  padding: 3px;
  font-family: helvetica;
  font-size: 16px; 
  font-weight: normal;
}

p.boletoSmallValues {
  margin: 0px;
  padding: 3px;
  font-family: helvetica;
  font-size: 10px; 
  font-weight: normal;
}

p.boletoValuesR {
  margin: 0px;
  padding: 3px;
  font-family: helvetica;
  font-size: 18px; 
  font-weight: bold;
  text-align: right;
}

p.fuvTopMenu {
  font-family: helvetica;
  font-size: 8pt;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
}

p.fuvTopMenu a {
  text-decoration: none;
  padding: 4px;
  color: black;
}

p.fuvTopMenu a:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}

   div.fuvEstat {
     width: 100%;
     height: 40px;
     margin: 0px 0px 0px 0px;
     background-image: url(/img/festat.png);
   }
   
   div.fuvSimul {
     width: 100%;
     height: 40px;
     margin: 0px 0px 0px 0px;
     background-image: url(/img/fsimul.png);
   }
   
    p.classIA {
      font-family: helvetica;
      font-size: 22pt;
      font-weight: bold;
      color: black;
      padding: 4px;
      text-align: center;
    }

    p.classIASmall {
      font-family: helvetica;
      font-size: 12pt;
      color: black;
      padding: 4px;
      text-align: center;
    }   
	
div.classCombo10 {	
  font-family: helvetica;
  font-size: 10pt;
  font-weight: bold;
  padding: 0px;
  float: left;
}  

div.classCombo12 {	
  font-family: helvetica;
  font-size: 12pt;
  font-weight: bold;
  padding: 2px;
  float: left;
}  

div.classCombo14 {	
  font-family: helvetica;
  font-size: 14pt;
  font-weight: bold;
  padding: 2px;
  float: left;
}  

div.classCombo16 {	
  font-family: helvetica;
  font-size: 16pt;
  font-weight: bold;
  padding: 2px;
  float: left;
}  

p.classQuestLink {
  margin-left: 4px;
  font-size: 12px;  
}

p.classQuestLink  a {
  padding-left: 10px;
  display: block;
  padding: 2px;
  width: 180px;  
  text-decoration: none;
  color: black;  
}

p.classQuestLink  a:hover {
  color: white;
  background-color: black;
}

p.classCarLink {
  font-size: 8pt;  
}

p.classCarLink  a {
  padding-left: 10px;
  display: block;
  padding: 2px;
  width: 95%;  
  text-decoration: none;
  color: black;  
}

p.classCarLink  a:hover {
  color: white;
  background-color: black;
}

    div.classComboBlueSmall:hover {
      margin: 0px;
      padding: 0px;
      padding-top: 2px;
      background-image: url(/img/buttonblue.png);
      padding-right: 2px;
      width: 98px;
      height: 18px;
      font-family: Helvetica;
      font-size: 9pt;
      font-weight: bold;
      color: black;
      cursor: pointer;
      text-align: center;
    }

    div.classComboBlueSmall {
      margin: 0px;
      padding: 0px;
      width: 100px;
      height: 20px;
      font-family: Helvetica;
      font-size: 9pt;
      font-weight: bold;
      color: black;
      cursor: pointer;
      text-align: center;
    }
	
	
div.classTabValue {
 background-color: white;
 color: black;
 font-family: helvetica;
 font-size: 10pt;
 text-align: center;
  padding: 0px;
  margin: 0px;
}


div.classTabAcum {
 background-color: white;
 color: navy;
 font-family: helvetica;
 font-size: 7pt;
 text-align: center;
 font-style: italic;
 padding: 0px;
 margin: 0px;
}

div.classTabCaption {
 background-color: gray;
 color: white;
 font-family: helvetica;
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
  padding: 0px;
  margin: 0px;
}

table.classTabHistValue {
  border: solid 1px black;
  width:100%;
  background-color: white;
  padding: 0px;
  margin: 0px;
}

table.classTabHistValue tr td {
  border: solid 1px black;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}	

a.cLink {
  text-decoration: none;
}

div.classComboLabel {
  padding: 2px;
  margin: 0px;
}

div.classWhite {
  font-family: Impact;
  font-size: 20pt;
  padding: 0px;
  margin: 0px;
  color: white;
}

a.classWhite {
  font-family: Impact;
  font-size: 20pt;
  padding: 0px;
  margin: 0px;
  color: white;
  text-decoration: none;
}

a.classWhite:hover {
  font-family: Impact;
  font-size: 20pt;
  padding: 0px;
  margin: 0px;
  color: #ffffc0;
  text-decoration: none;
}

p.fuvPDFDownload {
  font-family: helvetica;
  font-size: 8pt;
  text-align: right;
  margin-top: 10px;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: rgb(255, 245, 238);
       font-size: 9pt; 
       font-family: helvetica;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

    p.fuv20pxl {
     font-family: sans-serif;
     font-size: 9pt;
     margin-top: 2px;
     margin-bottom: 2px;
     margin-left: 20px;
    }

    td.fuvTDOn {
     font-family: sans-serif;
     font-size: 12pt;
     font-weight: bold;
     text-align: center;
     background-color: white;
     border-top: 2px solid silver;
     border-left: 2px solid silver;
     border-right: 2px solid gray;
     border-bottom: none;
    }

    td.fuvTDOff {
     font-family: sans-serif;
     font-size: 12pt;
     text-align: center;
     background-color:#e0e0e0;

     border-top: 1px solid silver;
     border-left: 1px solid silver;
     border-right: 1px solid gray;
     border-bottom: 2px solid silver;
    }

    td.fuvTDBottom {
     border-top: none;
     border-left: none;
     border-right: none;
     border-bottom: 2px solid silver;
    }


    div.fuvOpenTop {
     background-color:white;
     border-top: none;
     border-left: 2px solid silver;
     border-right: 2px solid gray;
     border-bottom: 2px solid gray;
    }

	
.formSelectSmall {
  margin: 0px;
  font-family: helvetica;
  font-size: 8pt;
  color: black;
  border-top: solid 1px gray;
  border-left: solid 1px gray;
  border-bottom: solid 1px silver;
  border-right: solid 1px silver;
  margin-bottom: 2px;
  margin-right: 10px;
}

p.fuvSeeAlso {
     font-family: sans-serif;
     font-size: 10pt;
     color: black;
     margin-top: 0px;
     margin-bottom: 0px;
     margin-left: 20px;
     text-align: justify;
    }
	
.selCar {
  font-family: helvetica; 
  font-size: 11pt; 
  color: black; 
  font-weight: bold;
  border-top: solid 1px gray;
  border-left: solid 1px gray;
  border-bottom: solid 1px silver;
  border-right: solid 1px silver;
  padding: 2px;
  margin: 4px 4px 4px 4px;
  background-color: rgb(255, 255, 147);
}

input.cFormEdit {
  height: 20px;
  padding: 2px;
  margin: 0px;
  font-family: helvetica;
  font-weight: bold;
  font-size: 10pt;
  color: black;
  border-top: solid 1px gray;
  border-left: solid 1px gray;
  border-bottom: solid 1px silver;
  border-right: solid 1px silver;
  margin-bottom: 2px;
  margin-right: 2px;
}

p.cFormLabel {
  margin:0px;
  font-size:10pt;
  font-weight:bold;
  font-family:helvetica;
  margin-bottom:2px;
}

p.cFormVerify {
  margin:0px;
  width:100%;
  height:16px;
  font-size:8pt;
  overflow:hidden;
}

div.cFormContainer {
  font-family:helvetica;
  border:solid 1px gray;
  background-color:white;
  float:left;
  padding:2px;
}

select.cFormSelect {
  height: 26px;
  padding: 2px;
  margin: 0px;
  font-family: helvetica;
  font-weight: bold;
  font-size: 10pt;
  color: black;
  border-top: solid 1px gray;
  border-left: solid 1px gray;
  border-bottom: solid 1px silver;
  border-right: solid 1px silver;
  margin-bottom: 2px;
  margin-right: 10px;
}

p.cMessageWindow {
  font-family:helvetica;
  font-size:11pt;
  color:white;
  font-weight:bold;
}

p.cDefault {
  font-family: helvetica;
  font-size: 11pt;
  text-align: justify;
  margin: 2px 0px 2px 0px;
}

p.cDefault20L {
  font-family: helvetica;
  font-size: 11pt;
  text-align: justify;
  margin: 2px 0px 2px 20px;
}

ul.cDefault40L {
  font-family: helvetica;
  font-size: 11pt;
  text-align: justify;
  margin: 2px 0px 2px 40px;
}


p.cDefaultB {
  font-family: helvetica;
  font-size: 11pt;
  font-weight: bold;
  text-align: justify;
  margin: 2px 0px 2px 0px;
}

table.cBorderTable {
  border: solid 1px black;
  border-collapse: collapse;
  padding: 2px;
}

table.cBorderTable  tr {
  border: solid 1px black;
  border-collapse: collapse;
  padding: 2px;
}

table.cBorderTable  td {
  border: solid 1px black;
  border-collapse: collapse;
  padding: 2px;
}

table.cBorderTable  tr td {
  border: solid 1px black;
  border-collapse: collapse;
  padding: 2px;
}

div.cIEFix {
  height: 1%;
}

p.cPIITop {
  margin:0px 0px 0px 0px;
  text-align:right;
  font-family:helvetica;
  font-weight:bold;
  font-size:14pt;
}

p.cPIIData{
  margin:0px 0px 0px 0px;
  text-align:right;
  font-family:helvetica;
  font-size:8pt;
}

p.cPIITitle {
  margin:30px 0px 10px 0px;
  text-align:center;
  font-family:helvetica;
  font-weight:bold;
  font-size:14pt;
}

p.cPIISubTitleC {
  margin:20px 0px 10px 0px;
  text-align:center;
  font-family:helvetica;
  font-size:12pt;
  font-weight:bold;
}

p.cPIIDef {
  margin:10px 0px 10px 0px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
}

p.cPIIDefL1 {
  margin:10px 0px 10px 20px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
}

p.cPIIDefL1B {
  margin:10px 0px 10px 20px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
  font-weight:bold;
}


p.cPIIDefL2 {
  margin:10px 0px 10px 40px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
}

p.cPIIDefL2B {
  margin:10px 0px 10px 40px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
  font-weight:bold;
}

p.cPIIDefL3 {
  margin:10px 0px 10px 60px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
}

p.cPIIDefL4 {
  margin:10px 0px 10px 80px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
}

p.cPIIDefL5 {
  margin:10px 0px 10px 100px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
}

p.cPIIDefB {
  margin:10px 0px 10px 0px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
  font-weight:bold;
}

p.cPIIDefLB {
  margin:10px 0px 2px 0px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
  font-weight:bold;
}

p.cPIIDefL {
  margin:2px 0px 2px 0px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
}

p.cPIIDefLL1 {
  margin:2px 0px 2px 30px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
}

p.cPIIDefLBL1 {
  margin:10px 0px 2px 30px;
  text-align:justify;
  font-family:helvetica;
  font-size:12pt;
  font-weight:bold;  
}


p.cPIISeeAlso {
  margin:2px 0px 2px 60px;
  text-align:justify;
  font-family:helvetica;
  font-size:8pt;
  font-weight:bold;
}

label.cIsenLabel {
  height:20px;
  padding:2px 0px 2px 0px;
  font-family:helvetica;
  font-weight:bold;
  font-size:14pt;
  color:black;
  margin-bottom:2px;
  display:block;
}

select.cIsenSelect {
  display:block;
  padding:4px;
  height:32px;
  width:750px;
  font-family:helvetica;
  font-size:12pt;
  border-top:solid 1px gray;
  border-left:solid 1px gray;
  border-bottom:solid 1px silver;
  border-right:solid 1px silver;
}

div.cIsenVerify {
  font-family:helvetica;
  font-style:italic;
  font-size:10pt;
  display:block;
  padding:2px;
  width:750px;
}

p.cDivision {
  clear:both;
  margin:50px 0px 10px 0px;
  font-family:helvetica;
  font-weight:bold;
  font-size:18pt;
  color:black;
  text-align: center;
  border-top:solid 3px gray;
  border-left:solid 1px gray;
  border-right:solid 1px gray;
  padding:5px;
}
