.contactForm {
    font-weight: normal;
	color: #C6BCB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.background1 { 
background-image: url(images/off_11.jpg); 
background-repeat: no-repeat; 
} 

.footerText {
    font-weight: bold;
	color: #C6BCB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.normalText {
    font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.logoText {
    font-weight: normal;
	color: #C6BCB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.scroll {
   height:430px;
   width:95%;
   overflow: auto;
}

.title {
    font-weight: normal;
	font-variant: small-caps;
	color: #896E1F;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 13px;
}

/* Galleries CSS */
.thumb {
   border-color: #666666;
   cursor: pointer;
}

.noThumb {
   cursor: default;
   border-color: transparent;
}

.thumbOver {
   border-color: #666666;
   cursor: pointer;
}

.leftArrow, .rightArrow {
   cursor: pointer;
}

.leftArrowGray, .rightArrowGray {
   cursor: default;
}