html {
height:100%;
}

body {
margin: 0px 0px 0px 0px;
background-color: #cc0099;
background-image: url(images/bg.png);
color: #000000;
font-size: small;
font-family: sans-serif;
}

.main {
padding: 0px 0px 0px 0px;
background-color: white;
}

.menu {
width:150px;
padding: 0px 0px 0px 0px;
border-top: 2px solid #FFDDFF;
border-right: 2px solid #FFDDFF;
border-bottom: 2px solid #FFDDFF;
}

.block {
font-size:12px;
}

.menutop {
width:150px;
height:15px;
background-image: url(images/menutop.gif);
}

.menubg {
width:160px;
vertical-align:top;
margin-top:5px;
}

.menubottom {
width:150px;
height:15px;
background-image: url(images/menubottom.gif);
}

.menulink {
font-size:14px;
text-align:left;
width:100%;
margin-left: 3px;
}

.menudiv {
width:100px;
height:2px;
color:#FFDDFF;
}

.list {
border-top: 2px solid #FFDDFF;
border-bottom: 2px solid #FFDDFF;
}

.listing {
width:100%;
}

.list1 {
font-size:12px;
}

.list2 {
font-size:12px;
}

.list3 {
font-size:12px;
}

<!-- Forms Structure -->

fieldset {
  border: 1px solid #737373;
}
form {
  margin: 0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
hr {
  background-color: #737373;
  border: 0px;
  color: #737373;
  height: 1px;
}

a:link {
  color: #33c;
  text-decoration: underline;
}
a:visited {
  color: #4040ff;
  text-decoration: underline;
}
a:active, a:hover {
  color: #000;
}

.bottom {
  color: #737373;
  font-size: 11px;
  text-align: center;
}

/* Define some colors */

.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
  background-color: #09c;
  background-image: url(grad_bg.png);
  color: #fff;
}
.lightbg {
  background-color: #fff;
  color: #000;
}
.lightbgalt {
  background-color: #f0f0f0;
  color: #000;
}
.highlight {
  background-color: yellow;
  color: #000;
}

/* Top menu */

a.menu {
  background-color: #ffffff;
  border: 1px solid #737373;
  color: #000;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: #fff;
  background-color: #09c;
  background-image: url(grad_bg.png);
}

a.table_top {
  color: #fff;
  text-decoration: underline;
}
a.table_top:hover, a.table_top:active {
  color: #c0c0c0;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }

a.menulink {
color: #990000;
}

.admincat {
font-size:11px;
}

.adminlinks {
font-size:11px;
}
