body {
text-align: center;
font-family: arial;
}

a:link {
color: blue;
text-decoration: underline;
}

a:visited {
color: #0000EE;
text-decoration: underline;
}

a:hover {
background-color: #4A4A4A; 
color: white;
text-decoration: none;
}

.container {
margin: auto;
width: 700px;
margin-bottom: 20px;
}

.top {
font-family: arial;
font-size: 11px;
margin: 10px 0px 15px 0px;
}

p {
font-family: arial;
font-size: 13px;
margin: 11px 0px 11px 0px;
text-align: justify;
}

h1 {
font-family: tahoma;
font-size: 19px;
font-weight: bold;
margin: 5px 0px 17px 0px;
}

h2 {
font-family: arial;
font-size: 16px;
font-weight: bold;
margin: 15px 0px 5px 0px;
}

#member-border {
border: 1px solid black;
width: 100%;
/* height: 100%; */
padding: 15px;
text-align: left;

}

.footer {
text-align: justify;
margin-left: 25px;
margin-top: 10px;
font-family: arial;
font-size: 10px;
color: #777777;
margin-bottom: 20px;
}

#footerlogo {
float: left; margin-right: 
5px; margin-bottom: 5px;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

/* Style for Usual tabs */

.usual {
  background: transparent;
  color:#111;  
  width:680px;
  border:0px solid #222;
  margin:0px auto;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:12px Verdana;
  color:#FFF;
  background:#339900;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
/*  *padding-top:3px; */
/*  *margin-top:-15px; */
  clear:left;
  background:snow;
  font:10pt Georgia;
}

/* .usual div a { color:#000; font-weight:bold; } */

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }

