body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#9b8572;
	color: #534741;
	background-image:url("Images/neg-bg.jpg"); 
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input {

	color: #534741;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #534741;
	background-color:#F6f0e9;
	}
	
textarea {

	color: #534741;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #534741;
	background-color:#F6f0e9;
	}
	
	.date {
 width: 100px;
 font-weight:bold;
 }
  .dayw {
 width: 35px;
 }
 .time {
 width: 70px;
 }
 .venue {
 width: 170px;
 }
 .description {
 width: 270px;
 
 }
.spacer {
width: 10px
}
.highlight {
background-color:#F6f0e9;
}
.small {
font-size: 10px;
}	

 a:link {
 		 
          color: #534741;
          text-decoration : none;
 }
 
 a:visited {
	       color: #534741;
		   text-decoration: none;
 }

a:hover {
	color: #362f2d;
	text-decoration: underline;
}

a.foot:link, a.foot:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.foot:hover {
	color: #CCCCCC;
	text-decoration: underline;
}