body {
	background-color: #6D6D6D;
	margin: 0px;
	-webkit-animation: bugfix infinite 1s;	
}

a:link{color:inherit}
a:active{color:color:#FF6600}
a:visited{color:inherit}
a:hover{color:#CC4400}

.bigHeader {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #929292;
	padding-bottom: 5px;
}
.littleHeader {
	font-size: 12px;
}


.darkBGR2 {
	background-color: #989898;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #545454;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #545454;
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}


.darkBGR {
	background-color: #B5B5B5;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #545454;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #545454;
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.darkBGRheader {
	color: #000000;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px;
}

.darkBGRLessPad {
	background-color: #B5B5B5;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #545454;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #545454;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
}




.mainBGR {
	background-color: #E5E5E5;
	background-image: url(images/body_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #545454;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #545454;
	text-align: left;
	vertical-align: top;
}

.walkthroughBGR {
	background-color: #999999;
	background-image: url(images/body_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: left;
	vertical-align: top;
}

.code { 
         padding-right:10px; 
         padding-left:10px; 
         border-top-style:none; 
         border-right-style:none; 
         border-left-style:none; 
         background-color:#ebd9be; 
         border-bottom-style:none; 
         font-family:"Courier New" , monospace; 
         font-size:10pt; 
}

.trc { 
        padding-right:10px; 
        padding-left:10px; 
        border-left-style:none; 
        background-color:#e8e5dd; 
        border-bottom-style:none; 
        bgcolor:#E8E5DD;  
}

.tlc { 
        padding-right:10px; 
        padding-left:10px; 
        border-right-style:none; 
        border-left-style:none; 
        background-color:#c1d2c2; 
        border-bottom-style:none; 
        bgcolor:#C1D2C2;  
}

.lightBGR {
	background-color: #F5F5F5;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #545454;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #545454;
	text-align: left;
	vertical-align: top;
}
.addsBGR {
	background-color: #C9C9C9;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #545454;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #545454;
	text-align: left;
	vertical-align: top;
}
.addsBGR2 {
	background-color: #C4BDBD;
	background-image: url(images/body_right_darck.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #545454;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #545454;
	text-align: left;
	vertical-align: top;
}


.contentHeader {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-color: #C3C3C3;
	background-image: url(images/darkheader.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 16px;
}

.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
}

.content {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.walkthroughContent {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}


.content a{
	color: #FF6600;
	text-decoration: none;	
}
.content a:hover{
	color: #000000;
	text-decoration: none;	
}

.contentSpased {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.contentDarckFX{
	background-color: #C3C3C3;
}
.contentBOLD {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	display: block;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}






.header {
	background-color: #D7D7D7;
	background-image: url(images/body_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #545454;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
}
.headerLeft {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #545454;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #545454;
	width: 10px;
}




.adds {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 12px;
}
.adds a{
	color: #FF6600;
	text-decoration: none;	
}
.adds a:hover{
	color: #000000;
	text-decoration: none;	
}
.addsCAPITAL {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	color: #000000;
}

.addsHeader {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color: #E9E9E9;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 16px;
}
.addsLink {
	color: #FF6600;
	background-image: url(images/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	font-weight: bold;
}
.addsLink a{
	color: #000000;
	background-image: url(images/plus.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left center;
	display: block;
	font-weight: bold;
}
.addsLink a:hover{
	color: #FF6600;
	background-image: url(images/plus_over.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left center;
	display: block;
	font-weight: bold;
}





.footer a{
	color: #000000;
	text-decoration: none;
}
.footer a:hover{
	color: #ffffff;
}
.trademarks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B6B6B6;
}
form {
	margin: 0px;
	padding: 0px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #DBDBDB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #FFFFFF;
}
.checkboxes {
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 15px;
}
.checkboxes2 {

	background-color: #E5E5E5;
	border: 1px solid #E5E5E5;
	height: 15px;
	width: 15px;
}
.darkBGRHELP {

	background-color: #B5B5B5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #545454;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #545454;
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
}

.style1 {color: #FF6600}
.style2 {font-size: 14px}
.style22 {vertical-align: top; padding-top: 2px; padding-right: 10px; padding-bottom: 2px; padding-left: 40px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; background-color: #C3C3C3; background-image: url(images/rightContent_bgr.gif); background-repeat: no-repeat; background-position: left top; line-height: 17px; text-align: left;}
.style3 {font-family: "Courier New", Courier, monospace}
.style33 {font-family: "Courier New", Courier, monospace; font-size: 16px; }
.style4 {font-size: 18px; font-weight: bold; }
.style8 {color: #000000}
.style10 {	color: #CC0000;	font-weight: bold;	font-size: 18px;}
.style11 {font-size: 14px; font-weight: bold; }
.style12 {color: #FFFFFF}
.style13 {color: #CCCCCC}

.animenu > ul:after {
  content: "";
  display: table;
  clear: both;
}


@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }

  to {
    padding: 0;
  }
}

.animenu {
  font: bold 13px Arial, Helvetica;
}
.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.animenu li {
  position: relative;
}
.animenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu li:hover > a {
  color: white;
}
.animenu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.animenu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.animenu > ul {
  border: 1px solid #040404;
  background-color: #111111;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.animenu > ul > li {
  float: left;
  border-right: 1px solid #1e1e1e;
  -webkit-box-shadow: 1px 0 0 #444444;
  -moz-box-shadow: 1px 0 0 #444444;
  box-shadow: 1px 0 0 #444444;
}
.animenu > ul > li > a {
  float: left;
  padding: 1em 3em;
  text-transform: uppercase;
}
.animenu > ul a {
  color: #999999;
  text-decoration: none;
  text-shadow: 0 1px 0 #111111;
}
.animenu > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 2em 0 0 0;
  background-color: #373737;
  background-image: none;
  -webkit-transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
  display: block;
  -webkit-box-shadow: 0 1px 0 #1e1e1e, 0 2px 0 #515151;
  -moz-box-shadow: 0 1px 0 #1e1e1e, 0 2px 0 #515151;
  box-shadow: 0 1px 0 #1e1e1e, 0 2px 0 #515151;
}
.animenu > ul ul li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.animenu > ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 4em;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: inherit;
}
.animenu > ul ul li:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animenu > ul ul li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.animenu > ul ul a {
  padding: 1em;
  width: 175px;
  display: block;
  border-color: #373737;
}
.animenu > ul ul a:hover {
  background-color: #0186ba;
  border-color: #0186ba;
}

@media screen and (max-width: 480px) {
  .animenu > ul, .animenu > ul ul {
    visibility: visible;
    opacity: 1;
    display: none;
  }

  .animenu input[type=checkbox]:checked ~ label,
  .animenu input[type=checkbox] ~ label:hover {
    color: white;
  }
  .animenu label {
    border: 1px solid #040404;
    background-color: #111111;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #999999;
    text-shadow: 0 1px 0 #111111;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 1em 3em;
  }
  .animenu label:before {
    position: absolute;
    left: 0.5em;
    top: 0.2em;
    content: "\2261";
    font-size: 2em;
  }
  .animenu > ul {
    position: relative;
    border-color: #111111;
    margin: 0.5em 0 !important;
    padding: 0.25em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #111111;
    background-image: none;
  }
  .animenu > ul:after {
    content: '';
    position: absolute;
    left: 2em;
    top: -12px;
    border: 6px solid transparent;
    border-bottom-color: inherit;
  }
  .animenu > ul li {
    display: block;
  }
  .animenu > ul > li {
    float: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #111111;
    background-image: none;
  }
  .animenu > ul > li > a {
    float: none;
    display: block;
    padding: 1em;
  }
  .animenu > ul ul {
    position: static;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #2b2b2b;
    background-image: none;
    margin: 0;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }
  .animenu > ul ul li:first-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .animenu > ul ul li:first-child > a:after {
    content: none;
  }
  .animenu > ul ul li:last-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .animenu > ul ul a {
    padding-left: 2em;
    display: block;
    width: auto;
  }
  .animenu input[type=checkbox]:checked ~ ul {
    display: block;
  }
  .animenu input[type=checkbox]:checked ~ ul ul {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .animenu > ul > li > a {
    padding: 1em 2em;
  }
}

