@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #f8f6da;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;

}
img { border: 0px; }

.divdot { 
	border-bottom: 1px dotted #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.upcomingtxt {
	font-size: 14px;
}

p {
	margin-top: 0px;
	line-height: 20px;
	
	}
	
.footer , .footer a {
	color: #FFFFFF;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}