body {
	background:url(../images/bg.jpg); 
	background-attachment:fixed;
	}


.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
}
.addressBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.addressItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: normal;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000099;
}
a:active {
	color: #000066;
	text-decoration: underline;
}

h1 {font-size: 20px;
	font-weight: bold;
	color: #2b5262;}

h3 {
	margin:0;
	}
.companyName {
	
	font-family: 'Rambla', sans-serif;
	font-size:44px;
	color: #739eb1;
	letter-spacing:2px;
	font-weight:700;
	text-align:center;
	margin-top:15px;
	margin-bottom:0px;
	text-shadow: #000 1px 1px 1px; /* color, h-offset, v-offset, blur */
}
.slogan {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#2f5a6a;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
}
.paraHeading {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.pageHeading {
	font-size: 20px;
	font-weight: bold;
	color: #2b5262;
}
.bolditalics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.border {
	border: 1px solid #000000;
}
a.nav:link {
	color: #ffffff;
	text-decoration: none;
	background-color:none;
	padding: 8px;
	font-weight: bold;
	display:block;
	font-size:14px;
	text-align:center;

}
a.nav:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: none;

}
a.nav:hover {
	color: #285b70;
	background-color: #a7a965;

}
a.nav:active {
	color: #285b70;
	background-color:none;


}.couponBorder {
	border: medium dashed #000000;
}
.LeftBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

}
a.nounderline:link {
	color: #000066;
	text-decoration: none;
}
a.nounderline:visited {
	color: #000066;
	text-decoration: none;
}
a.nounderline:hover {
	color: #000099;
	text-decoration: underline;
}
a.nounderline:active {
	color: #000066;
	text-decoration: none;
}