/* CSS Document */

.blacknone a:active { color: #000000; text-decoration: none}
.blacknone a:link {  color: #000000; text-decoration: none}
.blacknone a:visited {  color: #000000;text-decoration: none}
.blacknone a:hover {  color: #000000; text-decoration: none}

.white a:active { color: #ffffff; text-decoration: none}
.white a:link {  color: #ffffff; text-decoration: none}
.white a:visited {  color: #ffffff;text-decoration: none}
.white a:hover {  color: #ffffff; text-decoration: underline}

.whiteunderline a:active { color: #ffffff; text-decoration: underline}
.whiteunderline a:link {  color: #ffffff; text-decoration: underline}
.whiteunderline a:visited {  color: #ffffff;text-decoration: underline}
.whiteunderline a:hover {  color: #ffffff; text-decoration: none}

.black a:active { color: #000000; text-decoration: underline}
.black a:link {  color: #000000; text-decoration: underline}
.black a:visited {  color: #000000;text-decoration: underline}
.black a:hover {  color: #000000; text-decoration: none}

.img {float:left; margin:0 8px 8px 0;}
.img2 {float:left; margin:0 8px 0 0;}

.imgright {float:right; margin:0 0 8px 8px;}

BODY 
{
	background-color: #9691a0;
	
}



<!--contact form-->

.errMsg {
background-color: #fcc;
font-weight: bold;
color: #900;
margin: 0;
padding: 6px;
border: #900 2px solid;}

.requiredText {
/*
color: #d00;
font-style: italic;
*/}
	
label {float: right;}


#dyn_events span {
	color: #AB8153;
}