.companyName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: 400;
}
.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;
}
.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.sloganBorder {
	background-color: #F4F4F4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.paraHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.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: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px 0px;
	width: 150px;
	border: 1px none;
	font-weight: bold;



}
a.nav:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 150px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border: 1px none #000000;
	font-weight: bold;


}
a.nav:hover {
	color: #FFFFFF;
	background-color: #000000;
	width: 150px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border: none;
	font-weight: bold;




}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	width: 150px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border: 1px none #FFFFFF;
	font-weight: bold;


}.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;

}
/*------------------------------ Navigation -----------------------------*/
	
	#navigation {  /* This is the navigation container */
	margin: 0 auto;
	background: #FFFFCC;
	padding: 10px;
	text-align:center;
}
#navigation a:link {
	display: inline;
	margin: 0 10px 10px 0; /* Set distance around the buttons here */
	background: #632302;
	text-decoration:none;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding:3px 20px 3px 20px;
	-webkit-border-radius: 5x;
	-moz-border-radius: 5px;
}
#navigation a:visited {
	display: inline;
	margin: 0 10px 10px 0; /* Set distance around the buttons here */
	background: #632302;
	text-decoration:none;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding:3px 20px 3px 20px;
}
#navigation a:hover {
	background:#000;
}
#navigation a:active {
	display: inline;
	margin: 0 10px 10px 0; /* Set distance around the buttons here */
	background: #000;
	text-decoration:none;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding:3px 20px 3px 20px;
}