@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
  background-color: #fff;  
  font-family: helvetica, sans-serif;
  margin-left:20px;
  margin-right:20px;
  font-size: 12px;
  background-image:url(../images/background.jpg);
}
/* rounded corners for the content box business card content */
.membersbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #000000;
    width: 750px;
	height: 500px;
	overflow: auto;
    padding: 15px;
    text-align: left;
    background-color: #ffffff;
    border: 3px solid #6a0404;
}


#membertable {
	font-size: 10px;
	border-color: 660000;
	border-collapse: collapse;
	border-style: outset;
	border-width: thin;
	background-color:#FFF;
}

#membertable tr {
	border-color: 660000;
	border-style: outset;
	border-width: thin;
}

#membertable td {
	border-color: 660000;
	border-style: outset;
	border-width: thin;
}

#membertable th {
	border-color: 660000;
	border-style: outset;
	border-width: thin;
}

a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
