form{
top:0;
bottom:0;
padding:0;
margin-bottom:0;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a:hover {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #000000;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {

}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
 
}
.ui-tabs-panel {
    padding: 1em 8px;
 /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.box { 
border: 1px solid #013D9F;
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 5px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 5px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
border: 1px solid #E99F1F; 
}
.sinput2
{
    font-family:Verdana;
	font-size:12px;
	color:BLACK;
	background:#FFFFFF;
	border: black;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    width:80px
}
.sinput
{
    font-family:Verdana;
	font-size:12px;
	color:BLACK;
	background:#FFFFFF;
	border: black;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    width:185px
}

/*Pagination*/
      div.pagination {
              	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
              text-align:center;
              padding: 7px;
              margin: 3px;
      }

      div.pagination a {
              	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
              padding: 2px 5px 2px 5px; 
              margin: 2px;
              border: 1px solid #A4A4A4;
             
              text-decoration: none; /* no underline */
              color: #A4A4A4;
      }
      div.pagination a:hover, div.pagination a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
              border: 1px solid #404040;
              background-color:#FC9B34;
              color: #fff;
      }
      div.pagination span.current {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
              padding: 2px 5px 2px 5px;
              margin: 2px; 
                      border: 1px solid #404040;
                     
                      font-weight: bold;
                      background-color: #FC9B34;
                      color: #FFF;
              } 
      div.pagination span.disabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
                      padding: 2px 5px 2px 5px;
                      margin: 2px;
                      border: 1px solid #404040;
             
                      color: #404040; 
              }
.dashed {
    border: 1px dotted #333333;
} 
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9B9690;
}
.bordersides {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B1B0AC;
	border-bottom-color: #B1B0AC;
	border-left-color: #B1B0AC;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footerB2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.link1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;

}
.link1:hover {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.link3 {
	color: #9B9690;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;

}
.link3:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.link4 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}
.link4:hover {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}
.link5 {
	color: #9B9690;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;

}
.link5:hover {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}
.link0 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;

}
.link0:hover {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}
.link9 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;

}
.link9:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #7B7E83;

}
.linkBC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.linkBC:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E8E8E8;

}
.body_text_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
.body_text_grey2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
}
.body_text_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.body_text_black {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.whitebg {
	background-color: #EAE7E2;
}
.black_header13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.black_header13N {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.grey_header13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.black_small_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.grey_small_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.black_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.blackbody_10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.blackbody_rightJ {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
.captiondgrey11n {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	color: #999999;
}
.captiondgrey11b {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #999999;
}
.caption1white11b {
font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}
.caption1white11n {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
}
.caption1grey11n  {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #333333;
}
.caption1grey11b  {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}
.caption1grey13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #333333;
}
.caption1grey11 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #333333;
}
.caption14 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.caption14lime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #92C83F;
}
.caption14white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.caption14red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B0242E;
}
.caption16red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B0242E;
}
.caption16lime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #92C83F;
}
.caption16white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.caption18lime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #92C83F;
}
.caption18red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B0242E;
}
.caption18white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.titlegrey11 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}
.titlegrey13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}
.titlegrey16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.titlegrey18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.titlegrey18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.caption1_orange13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FC9B34;
}
.caption1_orange14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FC9B34;
}
.caption1_orange15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FC9B34;
}
.caption1_orange16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC9B34;
}
.caption1_white13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.caption1_white14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.caption1_white15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.caption1_white16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.caption1_yellow16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFE852;
}
.caption1_yellow12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFE852;
}
.caption1_yellow18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFE852;
}
.caption1_white18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.caption1_lightgrey12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9B9690;
}
.caption1_lightgrey14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9B9690;
}
.caption1_lightgrey15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #9B9690;
}
.greyborder {
	border: 1px solid #333333;
}
.greyborder1 {
	border: 1px solid #B2AEA5;
}
.greyborder2 {
	border: 1px solid #999999;
}
.blackborder2 {
	border: 1px solid #000000;
}
.whiteborder {
	border: 1px solid #FFFFFF;
}
.WHITEborder8 {
	border: 8px solid #FFFFFF;
}
.border8_grey {
	border: 8px solid #666666;
}
.border8_blue {
	border: 8px solid #0063B3;
}
.border8_green {
	border: 8px solid #92C83F;
}
.border8_red {
	border: 8px solid #B0242E;
}
.border8_cyan {
	border: 8px solid #007CA2;
}
.border8_lilac {
	border: 8px solid #5151CA;
}
.border8_yellow {
	border: 8px solid #FFB621;
}
.border6_grey {
	border: 6px solid #666666;
}
.border6_blue {
	border: 6px solid #0063B3;
}
.border6_green {
	border: 6px solid #92C83F;
}
.border6_orange {
	border: 6px solid #FC9B34;
}
.border8_orange {
	border: 6px solid #FC9B34;
}
.border6_red {
	border: 6px solid #B0242E;
}
.border6_cyan {
	border: 6px solid #007CA2;
}
.border6_lilac {
	border: 6px solid #5151CA;
}
.border6_yellow {
	border: 6px solid #FFB621;
}
.border6_lyellow {
	border: 6px solid #FFE852;
}
.border6_white {
	border: 6px solid #FFFFFF;
}
body {
	background-image: url(new_site_graphics/bg2.jpg);
	margin: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.caption12 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #FC9B34;
	text-transform: uppercase;
}
.orangeborder6 {
	border: 4px solid #FC9B34;
}

.body5grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9B9690;
	
}
.greyborder4 {
	border: 4px solid #CCCCCC;
}
.link9o {
	color: #FC9B34;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	

}
.link9o:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;

}
.link9y {
	color: #FFE852;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	

}
.link9y:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;

}