
UL.profilenav { margin: 0px; padding: 0px; list-style-type: none; }
UL.profilenav LI { line-height: 25px; background-color: #333333; border-bottom: 1px solid #444444; padding: 10px 20px;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
UL.profilenav LI:hover { background-color: #AA2222;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
UL.profilenav LI.s { background-color: #AA2222; }
UL.profilenav LI A { font-size: 12pt; font-family: Lato, Arial, Helvetica, Futura; color: #FFFFFF; text-decoration: none; font-weight: bold; }
UL.profilenav LI.s A { font-size: 12pt; font-family: Lato, Arial, Helvetica, Futura; color: #FFFFFF; text-decoration: none; font-weight: bold; }
UL.profilenav LI:last-child { border-bottom: none; -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }

UL.profilenav LI:first-child {
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.greybox {
  background-color: #F6F6F6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0px 0px 10px 0px;
  padding: 20px;
}

h3 {
  color: #AAAAAA; margin: 0px 0px 20px 0px; padding: 0px; font-size: 14pt; text-transform: uppercase; font-weight: normal; font-family: Lato, Arial, Helvetica, Futura; text-align: left;
}

B.on A { font-size: 24pt; color: #449955; }
B.off A { font-size: 24pt; color: #AAA; }

TABLE#settings { }
TABLE#settings TR { }
TABLE#settings TR TD { font-size: .9em; border-bottom: 1px solid #E6E6E6; }
TABLE#settings TR:last-child TD { border-bottom: none; }
A.redbutton { color: #AAAAAA; font-size: 14pt; line-height: 125%;}
A.redbutton:hover { color: #AA2222; font-size: 14pt; line-height: 125%;}

DIV.privacy > H1 {
  font-family: Lato, 'Open Sans', Sans-Serif; color: #990000; font-size: 24pt; line-height: 125%; padding-bottom: 2px; margin: 0px 0px 10px 0px;
}
DIV.privacy > H2 {
  font-family: Lato, 'Open Sans', Sans-Serif; color: #000000; font-size: 20pt; padding-bottom: 2px; margin: 40px 0px 10px 0px; text-transform: uppercase;
}
DIV.privacy > H3 {
  font-family: Lato, 'Open Sans', Sans-Serif; color: #666666; font-size: 16pt; padding-bottom: 2px; margin: 40px 0px 10px 0px; font-weight: bold; text-transform: uppercase;
}
DIV.privacy > H4 {
  font-family: Lato, 'Open Sans', Sans-Serif; color: #888888; font-size: 12pt; padding-bottom: 2px; margin: 20px 0px 10px 0px; font-weight: bold; text-transform: uppercase;
}

DIV.privacy > P, 
DIV.privacy > UL > LI {
    font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
    font-size: 12pt; color: #111111; line-height: 150%;
}
DIV.privacy > UL > LI {
  margin-bottom: 20px;
}
DIV.privacy > TABLE#data  TD {
    font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
    font-size: 12pt; color: #111111; line-height: 150%; padding: 10px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
