Body {

	background-repeat: repeat-y;
	background-position: ;
	background-color: #000000;
	background-attachment: fixed;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#0A6F9E;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#004080;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#0A6F9E;
    background-image: url(http://www.australiaskydive.com.au/img/bg.jpg);
}


td{
	color: #000000;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
A:link {
text-decoration: none; color: #FF0000; font-size:11; font-weight:600; font-family:Arial;
}
A:visited {
text-decoration: none; color: #FF4040; font-size:11; font-weight:600; font-family:Arial;
}
A:active {
text-decoration: none; color: #FF2B2B; font-size:11; font-weight:600; font-family:Arial;
}
A:hover {
text-decoration: underline; color: red; font-size:11; font-weight:600; font-family:Arial;
}

.other_dropzones_menu {
  list-style: none;
  text-align: center;
}

.other_dropzones_menu li {
  display: inline;
  font-size: 1.3em;
}
.other_dropzones_menu li a {
  font-size: 1em;
}

.other_dropzones_menu li:after {
  content: " | ";
}

.other_dropzones_menu li:last-child:after {
  content: "";
}

.smaller { margin: 3px; }
.smaller li {
  font-size: 1em;
}
