body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18pt;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/poster.jpg); 
	background-position:top left; 
	background-attachment:fixed; 
	background-repeat:no-repeat; 
	background-size:cover; 
}
.oneColElsCtr #container { width: 90%; background-color:rgba(255,255,255,0.7); margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ border: 1px solid #000000; border-radius:25px; text-align: left; /* this overrides the text-align: center on the body element. */ } .oneColElsCtr #mainContent { padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ }
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.home-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2A5CAA;
}
.phone {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
}
.sec-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #69C;
}

a {
	font-size: 14px;
	color: #00F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
	color: #39F;
}
a:active {
	text-decoration: none;
}
