body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: tahoma;
}
.style1 {
	color: #765b44;
	font-size: 12px;
}
.style2 {
	color: #923e2c;
	font-size: 10px;
	font-weight: bold;
}
.style3 {
	color: #826851;
	font-size: 10px;
}
.style4 {
	color: #845746;
	font-size: 10px;
}
.style5 {
	color: #765b44; 	
	font-size: 22px;
}
.style6 {
	color: #765b44;
	font-size: 16px;
}
.style2big {
    color: #923e2c;
	font-size: 14px;
	font-weight: bold;
}
h2,h3,h4 {
	color: #765b44;
}
h2.noBottomMargin {
	margin-bottom: 0;
}
h4 {
	margin-left: 15px;
}
.detailslink a:link {
	color: #826851;
	text-decoration: none;
}
.detailslink a:visited {
	color: #826851;
	text-decoration: none;
}
.detailslink a:hover {
	color: #923e2c;
	text-decoration: underline;
}
#subtext {
	color: #765b44;
	font-size: 11px;
	margin: 0 0 0 10px;
}
/* Navigation */

.nav a {
	color: #923e2c;
	font-size: 14px;
}
.nav a:link {
	text-decoration: none;
}
.nav a:hover {
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
}
form {
     margin: 0;
     padding: 0;
}
label {
      font-size: 12px;
      text-align: right;
      width: 100px;
      float: left;
      padding-right: 25px;
      clear: right;
      vertical-align: top;
      color: #765b44;
}
label#ensembleradios {
      margin-left: 48px;
}
input {
      display: block;
      width: 195px;
      float: left;
      margin-bottom: 10px;
      margin-right: 10px;
}
input.reqd {
      background-image: url(images/required.gif);
      background-repeat: no-repeat;
      background-position: right top;
}
.radiolabel {
     font-size: 12px;
      color: #765b44;
}
input.radio {
     float: left;
     margin: 0 0 0 125px;
}
textarea {
     margin: 0 0 20px 48px;
}
.submit {
     float: none;
     margin: 0 0 0 160px;
	 border: none;
     
}
.error {
	color: red;
	display: none;
	font-size: 12px;
	margin: 5px 0 0 0;
	text-align: left;
	clear: both;
}
.error a:link {
	text-decoration: none;
}
.error a:hover {
	text-decoration: none;
}
.error a:visited {
	text-decoration: none;
}
.error img {
	border: none;
}
ul li {
	list-style-type: none;
}
#symphony,#chamber,#ensemble,#virtuosi {
	margin-left: 15px;
}
.more_info a:link, a:visited {
	color: #923e2c;
	text-decoration: none;
}
.more_info a:hover {
	text-decoration: underline;
}

a.reg_link:link, a.reg_link:visited {
	color: blue;
	text-decoration: underline;
}